| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | sbitmap.c | 37 sbitmap bmap; local 43 bmap = (sbitmap) xmalloc (amt); 44 bmap->n_bits = n_elms; 45 bmap->size = size; 46 bmap->bytes = bytes; 47 return bmap; 55 sbitmap_resize (bmap, n_elms, def) in sbitmap_resize() argument 56 sbitmap bmap; in sbitmap_resize() 65 if (bytes > bmap->bytes) 69 bmap = (sbitmap) xrealloc ((PTR) bmap, amt); [all …]
|
| H A D | gcse.c | 3711 compute_transp (x, indx, bmap, set_p) in compute_transp() argument 3714 sbitmap *bmap; 3740 SET_BIT (bmap[bb->index], indx); 3745 SET_BIT (bmap[BLOCK_NUM (r->insn)], indx); 3754 RESET_BIT (bmap[bb->index], indx); 3759 RESET_BIT (bmap[BLOCK_NUM (r->insn)], indx); 3777 SET_BIT (bmap[bb->index], indx); 3779 RESET_BIT (bmap[bb->index], indx); 3793 SET_BIT (bmap[bb->index], indx); 3795 RESET_BIT (bmap[bb->index], indx); [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sbitmap.c | 39 sbitmap bmap; in sbitmap_alloc() local 45 bmap = xmalloc (amt); in sbitmap_alloc() 46 bmap->n_bits = n_elms; in sbitmap_alloc() 47 bmap->size = size; in sbitmap_alloc() 48 bmap->bytes = bytes; in sbitmap_alloc() 49 return bmap; in sbitmap_alloc() 57 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) in sbitmap_resize() argument 64 if (bytes > bmap->bytes) in sbitmap_resize() 68 bmap = xrealloc (bmap, amt); in sbitmap_resize() 71 if (n_elms > bmap->n_bits) in sbitmap_resize() [all …]
|
| H A D | gcse.c | 2423 compute_transp (rtx x, int indx, sbitmap *bmap, int set_p) in compute_transp() argument 2448 SET_BIT (bmap[bb->index], indx); in compute_transp() 2453 SET_BIT (bmap[r->bb_index], indx); in compute_transp() 2462 RESET_BIT (bmap[bb->index], indx); in compute_transp() 2467 RESET_BIT (bmap[r->bb_index], indx); in compute_transp() 2484 SET_BIT (bmap[bb_index], indx); in compute_transp() 2486 RESET_BIT (bmap[bb_index], indx); in compute_transp() 2512 SET_BIT (bmap[bb_index], indx); in compute_transp() 2514 RESET_BIT (bmap[bb_index], indx); in compute_transp() 2554 compute_transp (XEXP (x, i), indx, bmap, set_p); in compute_transp() [all …]
|
| /openbsd-src/sys/dev/ic/ |
| H A D | bcmgenet.c | 644 struct genet_bufmap *bmap; in genet_stop() local 665 bmap = &sc->sc_rx.buf_map[i]; in genet_stop() 666 if (bmap->mbuf) { in genet_stop() 667 bus_dmamap_sync(sc->sc_dmat, bmap->map, 0, in genet_stop() 668 bmap->map->dm_mapsize, BUS_DMASYNC_POSTREAD); in genet_stop() 669 bus_dmamap_unload(sc->sc_dmat, bmap->map); in genet_stop() 670 m_freem(bmap->mbuf); in genet_stop() 671 bmap->mbuf = NULL; in genet_stop() 677 bmap = &sc->sc_tx.buf_map[i]; in genet_stop() 678 if (bmap in genet_stop() 752 struct genet_bufmap *bmap; genet_txintr() local [all...] |
| /openbsd-src/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
| H A D | sha.c | 441 static const char bmap[] = variable 453 out[0] = bmap[byte[0] >> 2]; in encbase64() 454 out[1] = bmap[((byte[0] & 0x03) << 4) | (byte[1] >> 4)]; in encbase64() 455 out[2] = bmap[((byte[1] & 0x0f) << 2) | (byte[2] >> 6)]; in encbase64() 456 out[3] = bmap[byte[2] & 0x3f]; in encbase64()
|
| /openbsd-src/usr.sbin/btrace/ |
| H A D | btrace.c | 1021 struct bt_arg *bkey, *bmap = SLIST_FIRST(&bs->bs_args); in stmt_insert() 1022 struct bt_var *bv = bmap->ba_value; in stmt_insert() 1026 assert(bmap->ba_type == B_AT_MAP); in stmt_insert() 1033 bkey = bmap->ba_key; in stmt_insert() 1049 struct bt_arg *bkey, *bmap = SLIST_FIRST(&bs->bs_args); in stmt_print() 1051 struct bt_var *bv = bmap->ba_value; in stmt_print() 1056 assert(bmap->ba_type == B_AT_MAP); in stmt_print() 1059 bkey = bmap->ba_key; in stmt_print() 953 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 D | fuse.h | 141 int (*bmap)(const char *, size_t , uint64_t *); member
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | aix.em | 245 -bgcbypass, -bglink, -binsert, -bi, -bloadmap, -bl, -bmap, -bnl,
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | aix.em | 246 -bgcbypass, -bglink, -binsert, -bi, -bloadmap, -bl, -bmap, -bnl,
|