Searched defs:dictionary (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_decompress.c | 564 LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, const char *dictionary, int dictSize) LZ4_setStreamDecode() argument
|
H A D | lz4_compress.c | 192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local 775 LZ4_loadDict(LZ4_stream_t *LZ4_dict, const char *dictionary, int dictSize) LZ4_loadDict() argument [all...] |
H A D | lz4hc_compress.c | 625 LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, const char *dictionary, int dictSize) LZ4_loadDictHC() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | lz4.h | 102 const uint8_t *dictionary; member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | lz4.h | 102 const uint8_t *dictionary; member [all...] |
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_decompress.c | 564 LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, const char *dictionary, int dictSize) LZ4_setStreamDecode() argument
|
H A D | lz4_compress.c | 192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local 775 LZ4_loadDict(LZ4_stream_t *LZ4_dict, const char *dictionary, int dictSize) LZ4_loadDict() argument [all...] |
H A D | lz4hc_compress.c | 625 LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, const char *dictionary, int dictSize) LZ4_loadDictHC() argument
|
/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_lzma2.c | 44 struct dictionary { struct [all...] |
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_lzma2.c | 44 struct dictionary { struct [all...] |
Completed in 10 milliseconds