Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A DlzfP.h54 #ifndef HLOG
55 # define HLOG 16 macro
170 typedef LZF_HSLOT LZF_STATE[1 << (HLOG)];
H A Dlzf_c.c39 #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))