Home
last modified time | relevance | path

Searched refs:hc4 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c61 static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start) in LZ4HC_init() argument
63 memset((void *)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init()
64 memset(hc4->chainTable, 0xFF, sizeof(hc4->chainTable)); in LZ4HC_init()
65 hc4->nextToUpdate = 64 * KB; in LZ4HC_init()
66 hc4->base = start - 64 * KB; in LZ4HC_init()
67 hc4->end = start; in LZ4HC_init()
68 hc4->dictBase = start - 64 * KB; in LZ4HC_init()
69 hc4->dictLimit = 64 * KB; in LZ4HC_init()
70 hc4->lowLimit = 64 * KB; in LZ4HC_init()
74 static FORCE_INLINE void LZ4HC_Insert(LZ4HC_CCtx_internal *hc4, in LZ4HC_Insert() argument
[all …]
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-sm1-odroid-hc4.dts11 compatible = "hardkernel,odroid-hc4", "amlogic,sm1";
H A DMakefile76 dtb-$(CONFIG_ARCH_MESON) += meson-sm1-odroid-hc4.dtb
/openbmc/u-boot/lib/lzma/
H A Dlzma.txt226 hc4 d * 7.5 + 4MB Hash Chain with 4 bytes hashing.
/openbmc/linux/
H A Dopengrok0.0.log[all...]
H A Dopengrok2.0.log[all...]