Searched defs:amt2 (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/util/
H A Dcompare.cc39 int amt2 = 0; local
44 amt2 = fread(buf2, 1, kBlockSize, fin2);
45 if (amt2 > 0) hash2 = libyuv::HashDjb2(buf2, amt2, hash2);
46 int amt_min = (amt1 < amt2) ? amt1 : amt2;
50 } while (amt1 > 0 || amt2 > 0);

Completed in 180 milliseconds