Home
last modified time | relevance | path

Searched defs:bmap (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dsbitmap.c39 sbitmap bmap; in sbitmap_alloc() local
57 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) in sbitmap_resize()
113 sbitmap bmap; in sbitmap_realloc() local
193 sbitmap_zero (sbitmap bmap) in sbitmap_zero()
201 sbitmap_ones (sbitmap bmap) in sbitmap_ones()
216 sbitmap_vector_zero (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_zero()
227 sbitmap_vector_ones (sbitmap *bmap, unsigned int n_vecs) in sbitmap_vector_ones()
691 sbitmap_first_set_bit (sbitmap bmap) in sbitmap_first_set_bit()
704 sbitmap_last_set_bit (sbitmap bmap) in sbitmap_last_set_bit()
734 dump_sbitmap (FILE *file, sbitmap bmap) in dump_sbitmap()
[all …]
H A Dgcse.c2423 compute_transp (rtx x, int indx, sbitmap *bmap, int set_p) in compute_transp()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsbitmap.c37 sbitmap bmap; local
55 sbitmap_resize (bmap, n_elms, def) in sbitmap_resize() argument
171 sbitmap_zero (bmap) in sbitmap_zero() argument
180 sbitmap_ones (bmap) in sbitmap_ones() argument
196 sbitmap_vector_zero (bmap, n_vecs) in sbitmap_vector_zero() argument
209 sbitmap_vector_ones (bmap, n_vecs) in sbitmap_vector_ones() argument
666 sbitmap_first_set_bit (bmap) in sbitmap_first_set_bit() argument
678 sbitmap_last_set_bit (bmap) in sbitmap_last_set_bit() argument
709 dump_sbitmap (file, bmap) in dump_sbitmap() argument
732 dump_sbitmap_file (file, bmap) in dump_sbitmap_file() argument
[all …]
H A Dgcse.c3711 compute_transp (x, indx, bmap, set_p) in compute_transp() argument
/openbsd-src/sys/dev/ic/
H A Dbcmgenet.c644 struct genet_bufmap *bmap; in genet_stop() local
752 struct genet_bufmap *bmap; genet_txintr() local
[all...]
/openbsd-src/usr.sbin/btrace/
H A Dbtrace.c953 struct bt_arg *bkey, *bmap = SLIST_FIRST(&bs->bs_args); stmt_delete() local
981 struct bt_arg *bkey, *bmap = SLIST_FIRST(&bs->bs_args); stmt_insert() local
/openbsd-src/lib/libfuse/
H A Dfuse.h141 int (*bmap)(const char *, size_t , uint64_t *); member
/openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
H A Dsha.c441 static const char bmap[] = variable