Searched defs:bitmap (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dalias-10.c15 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
H A D20050629-1.c48 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-vzeroupper-24.c13 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-dom-thread-4.c4 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
H A Dvrp87.c8 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
/haiku-buildtools/legacy/gcc/gcc/
H A Dbitmap.h52 } bitmap_head, *bitmap; typedef in typeref:struct:bitmap_head_def
[all...]
H A Dvarray.h74 struct bitmap_head_def *bitmap[1]; member in union:varray_data_tag
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20090113-2.c3 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
H A D20090113-3.c3 typedef struct bitmap_head_def *bitmap; typedef in typeref:struct:bitmap_head_def
/haiku-buildtools/legacy/binutils/binutils/
H A Drcparse.y311 bitmap: label
/haiku-buildtools/binutils/binutils/
H A Drcparse.y327 bitmap: label
/haiku-buildtools/gcc/gcc/
H A Dgengtype.h284 lang_bitmap bitmap; /* the set of front-end languages member in struct:type::__anon756::__anon757
H A Dcoretypes.h50 typedef struct bitmap_head *bitmap; typedef in typeref:struct:bitmap_head
H A Dgengtype-state.c858 state_writer::write_state_lang_bitmap (lang_bitmap bitmap) argument
1484 read_state_lang_bitmap(lang_bitmap *bitmap) argument
[all...]
H A Dgengtype.c444 lang_bitmap bitmap = get_lang_bitmap (gt_files[f]); local
749 lang_bitmap bitmap = get_lang_bitmap (pos->file); local
2467 lang_bitmap bitmap; member in struct:walk_type_data
4143 lang_bitmap bitmap = get_lang_bitmap (fli2->file); local
4167 lang_bitmap bitmap = get_lang_bitmap (fli2->file); local
4207 lang_bitmap bitmap = get_lang_bitmap (fli2->file); local
4225 lang_bitmap bitmap = get_lang_bitmap (fli2->file); local
[all...]
H A Dcfgexpand.c645 typedef hash_map<size_t, bitmap, part_traits> part_hashmap; typedef
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/vect/
H A Dslp-pr50413.cc148 bitmap; member in union:uint128_bitmap
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c89 static inline __attribute__((always_inline)) __attribute__((no_instrument_function)) int mb_buddy_adjust_border(int* bit, void* bitmap, int side) { if (mb_test_bit(*bit + side, bitmap)) { mb_clear_bit(*bit, bitmap); (*bit) -= side; return 1; } else { (*bit) += side; mb_set_bit(*bit, bitmap); return -1; } } argument

Completed in 230 milliseconds