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