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

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.h 115 const uint8_t *preset_dict; member in struct:__anon387
lz_encoder.h 164 const uint8_t *preset_dict; member in struct:__anon391
169 /// the dict_size sized tail of the preset_dict will be used.
  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
lzma12.h 213 * For raw decoding, both LZMA1 and LZMA2 need dict_size, preset_dict, and
214 * preset_dict_size (if preset_dict != NULL). LZMA1 needs also lc, lp, and pb.
271 const uint8_t *preset_dict; member in struct:__anon326
280 * This variable is read only when preset_dict is not NULL.
281 * If preset_dict is not NULL but preset_dict_size is zero,
283 * preset_dict to NULL).

Completed in 50 milliseconds