Searched refs:LZF_HSLOT_BIAS (Results 1 – 2 of 2) sorted by relevance
146 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()
159 # define LZF_HSLOT_BIAS ((const u8 *)in_data) macro162 # define LZF_HSLOT_BIAS 0 macro