Home
last modified time | relevance | path

Searched defs:BITMAP (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsbitmap.h49 #define SBITMAP_SIZE_BYTES(BITMAP) ((BITMAP)->size * sizeof (SBITMAP_ELT_TYPE)) argument
52 #define TEST_BIT(BITMAP, BITNO) \ argument
H A Dbitmap.h198 #define BITMAP_FREE(BITMAP) \ argument
570 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsbitmap.h97 #define SBITMAP_SIZE(BITMAP) ((BITMAP)->n_bits) argument
229 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument
H A Dbitmap.h368 #define BITMAP_FREE(BITMAP) \ argument
770 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument