HomeSort by relevance Sort by last modified time
    Searched full:thereissize (Results 1 - 1 of 1) sorted by null

  /external/lzma/C/Util/Lzma/
LzmaUtil.c 58 int thereIsSize = (unpackSize != (UInt64)(Int64)-1);
77 if (thereIsSize && outProcessed > unpackSize)
95 if (res != SZ_OK || (thereIsSize && unpackSize == 0))
100 if (thereIsSize || status != LZMA_STATUS_FINISHED_WITH_MARK)

Completed in 358 milliseconds