Home
last modified time | relevance | path

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

/third_party/popt/src/
Dpoptint.h27 typedef unsigned int __pbm_bits; typedef
28 #define __PBM_NBITS (8 * sizeof (__pbm_bits))
30 #define __PBM_MASK(d) ((__pbm_bits) 1 << (((unsigned)(d)) % __PBM_NBITS))
32 __pbm_bits bits[1];
36 #define PBM_ALLOC(d) calloc(__PBM_IX (d) + 1, sizeof(__pbm_bits))
Dpopt.c796 __pbm_bits *abits; in poptBitsIntersect()
797 __pbm_bits *bbits; in poptBitsIntersect()
798 __pbm_bits rc = 0; in poptBitsIntersect()
816 __pbm_bits *abits; in poptBitsUnion()
817 __pbm_bits *bbits; in poptBitsUnion()
818 __pbm_bits rc = 0; in poptBitsUnion()