Searched refs:noDict (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/lz4/ |
| H A D | lz4_compress.c | 213 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 D | lz4_decompress.c | 466 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 D | lz4defs.h | 237 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
|
| /OK3568_Linux_fs/buildroot/package/lz4/ |
| H A D | 0001-Fix-potential-memory-corruption-with-negative-memmov.patch | 16 const size_t dictSize /* note : = 0 if noDict */
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | lz4_wrapper.c | 122 full, 0, noDict, out, NULL, 0); in ulz4fn()
|
| H A D | lz4.c | 53 typedef enum { noDict = 0, withPrefix64k, usingExtDict } dict_directive; enumerator
|