Searched refs:BITMAP (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr53701.c10 BITMAP; typedef in typeref:struct:GFX_VTABLE
12 extern BITMAP *_drawing_pattern;
16 extern uintptr_t bmp_write_line (BITMAP *, int);
18 _linear_hline15 (BITMAP * dst, int dx1, int dy, int dx2, int color)
/haiku-buildtools/gcc/gcc/
H A Dsbitmap.h96 /* Return the number of bits in BITMAP. */
97 #define SBITMAP_SIZE(BITMAP) ((BITMAP)->n_bits)
208 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \
209 for (bmp_iter_set_init (&(ITER), (BITMAP), (MIN), &(BITNUM)); \
H A Dbitmap.h312 #define BITMAP_FREE(BITMAP) \
313 ((void) (bitmap_obstack_free ((bitmap) BITMAP), (BITMAP) = (bitmap) NULL))
680 /* Loop over all bits set in BITMAP, starting with MIN and setting
687 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, ITER) \
688 for (bmp_iter_set_init (&(ITER), (BITMAP), (MIN), &(BITNUM)); \
/haiku-buildtools/legacy/gcc/gcc/
H A Dbitmap.h111 #define BITMAP_FREE(BITMAP) \
113 if (BITMAP) \
115 bitmap_clear (BITMAP); \
116 (BITMAP) = 0; \
123 /* Loop over all bits in BITMAP, starting with MIN, setting BITNUM to the
126 #define EXECUTE_IF_SET_IN_BITMAP(BITMAP, MIN, BITNUM, CODE) \
128 bitmap_element *ptr_ = (BITMAP)->first; \
/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.h41 BITMAP = 267, enumerator in enum:yytokentype
127 #define BITMAP 267 macro
H A Drclex.l91 "BITMAP" { MAYBE_RETURN (BITMAP); }
H A Drcparse.c68 BITMAP = 267, enumerator in enum:yytokentype
154 #define BITMAP 267 macro
746 "ASCII", "NOINVERT", "SHIFT", "CONTROL", "ALT", "BITMAP", "CURSOR",
H A Drcparse.y107 %token BITMAP
312 id BITMAP memflags_move file_name
H A Drclex.c1021 { MAYBE_RETURN (BITMAP); } variable
/haiku-buildtools/binutils/binutils/
H A Drcparse.h57 BITMAP = 267, enumerator in enum:yytokentype
156 #define BITMAP 267 macro
H A Drcparse.c175 BITMAP = 267, enumerator in enum:yytokentype
274 #define BITMAP 267 macro
753 "ASCII", "NOINVERT", "SHIFT", "CONTROL", "ALT", "BITMAP", "CURSOR",
H A Drclex.c83 K(BEDIT), { "BEGIN", BEG }, K(BITMAP), K(BLOCK), K(BUTTON),
H A Drcparse.y116 %token BITMAP
328 id BITMAP memflags_move file_name

Completed in 190 milliseconds