Searched refs:tempBufferBytes (Results 1 – 1 of 1) sorted by relevance
123 const size_t tempBufferBytes = 65536; in compare() local124 char* const b0 = malloc(tempBufferBytes); in compare()125 char* const b1 = malloc(tempBufferBytes); in compare()129 const size_t r0 = fread(b0, 1, tempBufferBytes, f0); in compare()130 const size_t r1 = fread(b1, 1, tempBufferBytes, f1); in compare()