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

/external/chromium_org/third_party/libyuv/util/
H A Dcompare.cc39 int amt2 = 0; local
44 amt2 = static_cast<int>(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);
/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);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCatchStructs.java236 int amt2 = consume ? 2 : 0;
255 annotateTo.annotate(amt2, s2);

Completed in 184 milliseconds