/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local 193 const BYTE * const dictEnd = dictionary + dictPtr->dictSize; in LZ4_compress_generic() 272 lowLimit = dictionary; in LZ4_compress_generic() 339 && (lowLimit == dictionary)) { in LZ4_compress_generic() 407 lowLimit = dictionary; in LZ4_compress_generic() 776 const char *dictionary, int dictSize) in LZ4_loadDict() 779 const BYTE *p = (const BYTE *)dictionary; in LZ4_loadDict() 790 dict->dictionary = NULL; in LZ4_loadDict() 799 dict->dictionary in LZ4_loadDict() 775 LZ4_loadDict(LZ4_stream_t *LZ4_dict, const char *dictionary, int dictSize) LZ4_loadDict() argument [all...] |
H A D | lz4hc_compress.c | 626 const char *dictionary, in LZ4_loadDictHC() 632 dictionary += dictSize - 64 * KB; in LZ4_loadDictHC() 635 LZ4HC_init(ctxPtr, (const BYTE *)dictionary); in LZ4_loadDictHC() 637 LZ4HC_Insert(ctxPtr, (const BYTE *)dictionary + (dictSize - 3)); in LZ4_loadDictHC() 638 ctxPtr->end = (const BYTE *)dictionary + dictSize; in LZ4_loadDictHC() 650 /* Referencing remaining dictionary content */ in LZ4HC_setExternalDict() 695 /* Check overlapping input/dictionary space */ in LZ4_compressHC_continue_generic() 732 /* dictionary saving */ 625 LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, const char *dictionary, int dictSize) LZ4_loadDictHC() argument
|
H A D | lz4_decompress.c | 336 /* match starting within external dictionary */ in LZ4_decompress_generic() 348 * dictionary : just copy in LZ4_decompress_generic() 356 * dictionary and current block in LZ4_decompress_generic() 533 * The "double dictionary" mode, for use with e.g. ring buffers: the first part 534 * of the dictionary is passed as prefix, and the second via dictStart + dictSize. 565 const char *dictionary, int dictSize) in LZ4_setStreamDecode() 571 lz4sd->prefixEnd = (const BYTE *) dictionary + dictSize; in LZ4_setStreamDecode() 595 /* The first call, no dictionary yet. */ in LZ4_decompress_safe_continue() 564 LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, const char *dictionary, int dictSize) LZ4_setStreamDecode() argument
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 192 const BYTE * const dictionary = dictPtr->dictionary; in LZ4_compress_generic() local 193 const BYTE * const dictEnd = dictionary + dictPtr->dictSize; in LZ4_compress_generic() 272 lowLimit = dictionary; in LZ4_compress_generic() 339 && (lowLimit == dictionary)) { in LZ4_compress_generic() 407 lowLimit = dictionary; in LZ4_compress_generic() 776 const char *dictionary, int dictSize) in LZ4_loadDict() 779 const BYTE *p = (const BYTE *)dictionary; in LZ4_loadDict() 790 dict->dictionary = NULL; in LZ4_loadDict() 799 dict->dictionary in LZ4_loadDict() 775 LZ4_loadDict(LZ4_stream_t *LZ4_dict, const char *dictionary, int dictSize) LZ4_loadDict() argument [all...] |
H A D | lz4hc_compress.c | 626 const char *dictionary, in LZ4_loadDictHC() 632 dictionary += dictSize - 64 * KB; in LZ4_loadDictHC() 635 LZ4HC_init(ctxPtr, (const BYTE *)dictionary); in LZ4_loadDictHC() 637 LZ4HC_Insert(ctxPtr, (const BYTE *)dictionary + (dictSize - 3)); in LZ4_loadDictHC() 638 ctxPtr->end = (const BYTE *)dictionary + dictSize; in LZ4_loadDictHC() 650 /* Referencing remaining dictionary content */ in LZ4HC_setExternalDict() 695 /* Check overlapping input/dictionary space */ in LZ4_compressHC_continue_generic() 732 /* dictionary saving */ 625 LZ4_loadDictHC(LZ4_streamHC_t *LZ4_streamHCPtr, const char *dictionary, int dictSize) LZ4_loadDictHC() argument
|
H A D | lz4_decompress.c | 336 /* match starting within external dictionary */ in LZ4_decompress_generic() 348 * dictionary : just copy in LZ4_decompress_generic() 356 * dictionary and current block in LZ4_decompress_generic() 533 * The "double dictionary" mode, for use with e.g. ring buffers: the first part 534 * of the dictionary is passed as prefix, and the second via dictStart + dictSize. 565 const char *dictionary, int dictSize) in LZ4_setStreamDecode() 571 lz4sd->prefixEnd = (const BYTE *) dictionary + dictSize; in LZ4_setStreamDecode() 595 /* The first call, no dictionary yet. */ in LZ4_decompress_safe_continue() 564 LZ4_setStreamDecode(LZ4_streamDecode_t *LZ4_streamDecode, const char *dictionary, int dictSize) LZ4_setStreamDecode() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | lz4.h | 102 const uint8_t *dictionary; member 364 * LZ4_loadDictHC() - Load a static dictionary into LZ4_streamHC 366 * @dictionary: dictionary to load 367 * @dictSize: size of dictionary 369 * Use this function to load a static dictionary into LZ4HC_stream. 370 * Any previous data will be forgotten, only 'dictionary' 374 * Return : dictionary size, in bytes (necessarily <= 64 KB) 376 int LZ4_loadDictHC(LZ4_streamHC_t *streamHCPtr, const char *dictionary, 381 * compressed blocks as a dictionary usin [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | lz4.h | 102 const uint8_t *dictionary; member 364 * LZ4_loadDictHC() - Load a static dictionary into LZ4_streamHC 366 * @dictionary: dictionary to load 367 * @dictSize: size of dictionary 369 * Use this function to load a static dictionary into LZ4HC_stream. 370 * Any previous data will be forgotten, only 'dictionary' 374 * Return : dictionary size, in bytes (necessarily <= 64 KB) 376 int LZ4_loadDictHC(LZ4_streamHC_t *streamHCPtr, const char *dictionary, 381 * compressed blocks as a dictionary usin [all...] |
/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_lzma2.c | 41 * in which the dictionary variables address the actual output 44 struct dictionary { struct 55 * How full dictionary is. This is used to detect corrupt input that 64 * End of the dictionary buffer. In multi-call mode, this is 65 * the same as the dictionary size. In single-call mode, this 71 * Size of the dictionary as specified in Block Header. This is used 78 * Maximum allowed dictionary size in multi-call mode. 84 * Amount of memory currently allocated for the dictionary. 241 * True if dictionary reset is needed. This is false before 264 struct dictionary dic [all...] |
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_lzma2.c | 41 * in which the dictionary variables address the actual output 44 struct dictionary { struct 55 * How full dictionary is. This is used to detect corrupt input that 64 * End of the dictionary buffer. In multi-call mode, this is 65 * the same as the dictionary size. In single-call mode, this 71 * Size of the dictionary as specified in Block Header. This is used 78 * Maximum allowed dictionary size in multi-call mode. 84 * Amount of memory currently allocated for the dictionary. 241 * True if dictionary reset is needed. This is false before 268 struct dictionary dic [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 62 my $codespellfile = "/usr/share/codespell/dictionary.txt"; 127 --codespell Use the codespell dictionary for spelling/typos 128 (default:/usr/share/codespell/dictionary.txt) 129 --codespellfile Use this codespell dictionary
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 65 my $codespellfile = "/usr/share/codespell/dictionary.txt"; 135 --codespell Use the codespell dictionary for spelling/typos 137 --codespellfile Use this codespell dictionary 337 # If /usr/share/codespell/dictionary.txt is not present, try to find it 338 # under codespell's install directory: <codespell_root>/data/dictionary.txt 345 codespell_file = op.join(codespell_dir, 'data', 'dictionary.txt')
|