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

  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 105 int tailSize = len - pos;
111 if (tailSize == 0)
123 if (tailSize < switchForm.MinLen)
127 if (tailSize == 0)
146 if (tailSize < minLen)
  /external/lz4/lib/
lz4frame.c 355 { size_t const tailSize = LZ4F_compressEnd(&cctxI, dstPtr, dstEnd-dstPtr, &options); /* flush last block, and generate suffix */
356 if (LZ4F_isError(tailSize)) return tailSize;
357 dstPtr += tailSize; }
    [all...]
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 307 milliseconds