Searched defs:BITMAP (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | sbitmap.h | 45 #define SET_BIT(BITMAP, BITNO) \ argument 50 #define TEST_BIT(BITMAP, BITNO) \ argument 54 #define RESET_BIT(BITMAP, BITNO) \ argument
|
H A D | bitmap.h | 143 #define BITMAP_FREE(BITMAP) \ argument 153 #define BITMAP_XFREE(BITMAP) \ argument 169 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, CODE) \ argument
|
H A D | df.c | 172 #define FOR_EACH_BB_IN_BITMAP(BITMAP, MIN, BB, CODE) \ argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | sbitmap.h | 45 #define SET_BIT(BITMAP, BITNO) \ argument 50 #define TEST_BIT(BITMAP, BITNO) \ argument 54 #define RESET_BIT(BITMAP, BITNO) \ argument
|
H A D | bitmap.h | 178 #define BITMAP_FREE(BITMAP) \ argument 541 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \ argument
|
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | rcparse.h | 56 # define BITMAP 266 macro
|
H A D | rcparse.c | 15 # define BITMAP 266 macro
|