HomeSort by relevance Sort by last modified time
    Searched refs:checkBuf (Results 1 - 4 of 4) sorted by null

  /build/make/tools/ziptime/
ZipFile.cpp 183 uint8_t checkBuf[4];
184 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
189 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
  /build/make/tools/zipalign/
ZipFile.cpp 328 uint8_t checkBuf[4];
329 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
334 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
    [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 296 static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, int subsamp,
520 return checkBuf(buf, img.getWidth(), pitch, img.getHeight(), pf, subsamp,
769 (!bi && checkBuf(dstBuf, scaledWidth,
    [all...]
  /external/libjpeg-turbo/
tjunittest.c 177 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp,
473 if (checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))

Completed in 281 milliseconds