Searched refs:HLOG (Results 1 – 2 of 2) sorted by relevance
54 #ifndef HLOG55 # define HLOG 16 macro170 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
39 #define HSIZE (1 << (HLOG))51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1))53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1))