Home
last modified time | relevance | path

Searched refs:noDict (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_fast.c325 ZSTD_GEN_FAST_FN(noDict, 4, 1)
326 ZSTD_GEN_FAST_FN(noDict, 5, 1)
327 ZSTD_GEN_FAST_FN(noDict, 6, 1)
328 ZSTD_GEN_FAST_FN(noDict, 7, 1)
330 ZSTD_GEN_FAST_FN(noDict, 4, 0)
331 ZSTD_GEN_FAST_FN(noDict, 5, 0)
332 ZSTD_GEN_FAST_FN(noDict, 6, 0)
333 ZSTD_GEN_FAST_FN(noDict, 7, 0)
H A Dzstd_double_fast.c479 ZSTD_GEN_DFAST_FN(noDict, 4)
480 ZSTD_GEN_DFAST_FN(noDict, 5)
481 ZSTD_GEN_DFAST_FN(noDict, 6)
482 ZSTD_GEN_DFAST_FN(noDict, 7)
H A Dzstd_opt.c839 GEN_ZSTD_BT_GET_ALL_MATCHES(noDict)
855 ZSTD_BT_GET_ALL_MATCHES_ARRAY(noDict),
H A Dzstd_lazy.c1373 X(__VA_ARGS__, noDict) \
1459 ZSTD_SWITCH_SEARCH_METHOD(noDict) in ZSTD_searchMax()
/openbmc/linux/lib/lz4/
H A Dlz4_compress.c213 case noDict: in LZ4_compress_generic()
482 noLimit, byU16, noDict, in LZ4_compress_fast_extState()
487 noLimit, tableType, noDict, in LZ4_compress_fast_extState()
493 maxOutputSize, limitedOutput, byU16, noDict, in LZ4_compress_fast_extState()
498 maxOutputSize, limitedOutput, tableType, noDict, in LZ4_compress_fast_extState()
H A Dlz4_decompress.c466 noDict, (BYTE *)dest, NULL, 0); in LZ4_decompress_safe()
475 noDict, (BYTE *)dst, NULL, 0); in LZ4_decompress_safe_partial()
506 noDict, in LZ4_decompress_safe_withSmallPrefix()
H A Dlz4defs.h239 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
/openbmc/u-boot/lib/
H A Dlz4_wrapper.c123 full, 0, noDict, out, NULL, 0); in ulz4fn()
H A Dlz4.c52 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator