Searched refs:lzma_fastpos (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/xz/src/liblzma/lzma/
H A Dfastpos_table.c6 const uint8_t lzma_fastpos[1 << FASTPOS_BITS] = { variable
H A Dfastpos.h93 extern const uint8_t lzma_fastpos[1 << FASTPOS_BITS];
103 lzma_fastpos[(pos) >> fastpos_shift(extra, n)] \
113 return lzma_fastpos[pos];

Completed in 72 milliseconds