HomeSort by: relevance | last modified time | path
    Searched refs:LZMA_INDEX_ITER_NONEMPTY_BLOCK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
index.h 292 LZMA_INDEX_ITER_NONEMPTY_BLOCK = 3
  /src/external/public-domain/xz/dist/tests/
test_index.c 765 for (uint32_t i = LZMA_INDEX_ITER_NONEMPTY_BLOCK + 1; i < 100; i++)
964 // Rewind to test LZMA_INDEX_ITER_NONEMPTY_BLOCK
969 LZMA_INDEX_ITER_NONEMPTY_BLOCK));
971 LZMA_INDEX_ITER_NONEMPTY_BLOCK));
973 LZMA_INDEX_ITER_NONEMPTY_BLOCK));
978 LZMA_INDEX_ITER_NONEMPTY_BLOCK));
982 LZMA_INDEX_ITER_NONEMPTY_BLOCK));
  /src/external/public-domain/xz/dist/src/liblzma/common/
index.c 1145 if ((unsigned int)(mode) > LZMA_INDEX_ITER_NONEMPTY_BLOCK)
1225 if (mode == LZMA_INDEX_ITER_NONEMPTY_BLOCK) {

Completed in 50 milliseconds