Home
last modified time | relevance | path

Searched defs:IDX (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dlzf_c.c51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
/f-stack/freebsd/libkern/
H A Dstrspn.c36 #define IDX(c) ((u_char)(c) / LONG_BIT) macro
H A Dstrcspn.c36 #define IDX(c) ((u_char)(c) / LONG_BIT) macro