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

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_decoder.h 23 // dict_repeat() implementation variant:
49 /// Maximum number of bytes that dict_repeat() may copy. The allocated
55 /// This way dict_repeat() will only need to copy from one place,
60 /// position. This way dict_repeat() with the maximum valid distance
64 /// so that extra copying done by dict_repeat() won't write or read past
73 /// dict_repeat() copies 32 bytes at a time, thus this must also be
203 dict_repeat(lzma_dict *restrict dict, function
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.c 641 if (unlikely(dict_repeat(&dict, rep0, &len))) {
971 if (unlikely(dict_repeat(&dict, rep0, &len))) {

Completed in 16 milliseconds