Home
last modified time | relevance | path

Searched refs:LZF_HSLOT_BIAS (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS; in lzf_compress()
236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
H A DlzfP.h163 # define LZF_HSLOT_BIAS ((const u8 *)in_data) macro
166 # define LZF_HSLOT_BIAS 0 macro