Searched refs:IDX (Results 1 – 6 of 6) 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)) macro71 # define IDX(h) ((h) & (HSIZE - 1))145 hslot = htab + IDX (hval); in lzf_compress()236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS; in lzf_compress()
36 #define IDX(c) ((u_char)(c) / LONG_BIT) macro61 idx = IDX(*charset); in strspn()67 idx = IDX(*s1); in strspn()
36 #define IDX(c) ((u_char)(c) / LONG_BIT) macro62 idx = IDX(*charset); in strcspn()68 idx = IDX(*s1); in strcspn()
171 val = HINIC_PPF_ELECTION_CLEAR(val, IDX); in set_ppf()173 ppf_election = HINIC_PPF_ELECTION_SET(attr->func_global_idx, IDX); in set_ppf()181 attr->ppf_idx = HINIC_PPF_ELECTION_GET(val, IDX); in set_ppf()
179 sq_ctxt->ci_owner = SQ_CTXT_CI_SET(ci_start, IDX) | in hinic_sq_prepare_ctxt()237 rq_ctxt->pi_intr_attr = RQ_CTXT_PI_SET(pi_start, IDX) | in hinic_rq_prepare_ctxt()
979 The IDX value must be 0 or 1.