Searched refs:hc4 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/lib/lz4/ |
H A D | lz4hc_compress.c | 63 memset((void *)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init() 64 memset(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_init() 67 hc4->end = start; in LZ4HC_init() 69 hc4->dictLimit = 64 * KB; in LZ4HC_init() 70 hc4->lowLimit = 64 * KB; in LZ4HC_init() 96 hc4->nextToUpdate = target; in LZ4HC_Insert() 112 ? hc4->lowLimit in LZ4HC_InsertAndFindBestMatch() 119 LZ4HC_Insert(hc4, ip); in LZ4HC_InsertAndFindBestMatch() 169 LZ4HC_CCtx_internal *hc4, in LZ4HC_InsertAndGetWiderMatch() argument 184 ? hc4->lowLimit in LZ4HC_InsertAndGetWiderMatch() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-sm1-odroid-hc4.dts | 11 compatible = "hardkernel,odroid-hc4", "amlogic,sm1";
|
H A D | Makefile | 76 dtb-$(CONFIG_ARCH_MESON) += meson-sm1-odroid-hc4.dtb
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | amlogic.yaml | 196 - hardkernel,odroid-hc4
|
/openbmc/u-boot/lib/lzma/ |
H A D | lzma.txt | 226 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
|