Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpoptint.h29 #define __PBM_IX(d) ((d) / __PBM_NBITS) macro
36 #define PBM_ALLOC(d) calloc(__PBM_IX (d) + 1, sizeof(__pbm_bits))
38 #define PBM_SET(d, s) (__PBM_BITS (s)[__PBM_IX (d)] |= __PBM_MASK (d))
39 #define PBM_CLR(d, s) (__PBM_BITS (s)[__PBM_IX (d)] &= ~__PBM_MASK (d))
40 #define PBM_ISSET(d, s) ((__PBM_BITS (s)[__PBM_IX (d)] & __PBM_MASK (d)) != 0)
Dpopt.c767 size_t nw = (__PBM_IX(_poptBitsM-1) + 1); in poptBitsClr()
799 size_t nw = (__PBM_IX(_poptBitsM-1) + 1); in poptBitsIntersect()
819 size_t nw = (__PBM_IX(_poptBitsM-1) + 1); in poptBitsUnion()