Searched defs:IDX (Results 1 – 3 of 3) sorted by relevance
51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
36 #define IDX(c) ((u_char)(c) / LONG_BIT) macro