Home
last modified time | relevance | path

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

/external/liblzf/
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()
DlzfP.h159 # define LZF_HSLOT_BIAS ((const u8 *)in_data) macro
162 # define LZF_HSLOT_BIAS 0 macro