Home
last modified time | relevance | path

Searched refs:atEof (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/zipalign/
DZipFile.cpp897 bool atEof = false; // no feof() aviailable yet in compressFpToFp() local
934 atEof = true; in compressFpToFp()
938 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize); in compressFpToFp()
939 } while (!atEof); in compressFpToFp()