Searched refs:CMP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
5816 #define CMP_BUF_SIZE (8 * 1024) macro5829 filebuf = xmalloc (len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len); in cmp_file_buffer()5835 checklen = len > CMP_BUF_SIZE ? CMP_BUF_SIZE : len; in cmp_file_buffer()