HomeSort by relevance Sort by last modified time
    Searched refs:LZF_HSLOT_BIAS (Results 1 - 2 of 2) sorted by null

  /external/liblzf/
lzfP.h 159 # define LZF_HSLOT_BIAS ((const u8 *)in_data)
162 # define LZF_HSLOT_BIAS 0
lzf_c.c 146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS;
236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;
241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;
250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;

Completed in 1093 milliseconds