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

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.h 78 #define LZ_DICT_INIT_POS (2 * LZ_DICT_REPEAT_MAX)
263 dict->full = dict->pos - LZ_DICT_INIT_POS;
275 dict->full = dict->pos - LZ_DICT_INIT_POS;
312 dict->full = dict->pos - LZ_DICT_INIT_POS;
lz_decoder.c 56 coder->dict.pos = LZ_DICT_INIT_POS;
58 coder->dict.buf[LZ_DICT_INIT_POS - 1] = '\0';

Completed in 15 milliseconds