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

  /build/tools/ziptime/
ZipFile.cpp 183 uint8_t checkBuf[4];
184 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
189 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
  /external/libvncserver/test/
tjunittest.c 143 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp,
303 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))
  /build/tools/zipalign/
ZipFile.cpp 329 uint8_t checkBuf[4];
330 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
335 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 326 unsigned char checkBuf[4];
327 if (fread(checkBuf, 1, 4, mZipFp) != 4) {
332 if (ZipEntry::getLongLE(checkBuf) != EndOfCentralDir::kSignature) {
    [all...]
  /external/libjpeg-turbo/java/
TJUnitTest.java 304 private static int checkBuf(byte[] buf, int w, int pitch, int h, int pf,
526 return checkBuf(buf, img.getWidth(), pitch, img.getHeight(), pf, subsamp,
777 (!bi && checkBuf(dstBuf, scaledWidth,
    [all...]
  /external/libjpeg-turbo/
tjunittest.c 180 int checkBuf(unsigned char *buf, int w, int h, int pf, int subsamp,
512 if(checkBuf(dstBuf, scaledWidth, scaledHeight, pf, subsamp, sf, flags))

Completed in 402 milliseconds