| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| map.c | 460 struct rewrite_builtin_map *bmap = map->lm_data; local 462 if ( bmap->lb_mapper && bmap->lb_mapper->rm_apply ) 463 rc = bmap->lb_mapper->rm_apply( bmap->lb_private, key->bv_val,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gcse-common.cc | 100 element of X is modified, reset the INDX bit in BMAP. 112 compute_transp (const_rtx x, int indx, sbitmap *bmap, 137 bitmap_clear_bit (bmap[DF_REF_BB (def)->index], indx); 156 bitmap_clear_bit (bmap[bb_index], indx); 178 bitmap_clear_bit (bmap[bb_index], indx); 214 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, local 219 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, local
|
| sbitmap.cc | 45 sbitmap bmap; local 51 bmap = (sbitmap) xmalloc (amt); 52 bmap->n_bits = n_elms; 53 bmap->size = size; 54 return bmap; 57 /* Resize a simple bitmap BMAP to N_ELMS bits. If increasing the 58 size of BMAP, clear the new bits to zero if the DEF argument 62 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) 69 if (bytes > sbitmap_size_bytes (bmap)) 73 bmap = (sbitmap) xrealloc (bmap, amt) 118 sbitmap bmap; local [all...] |
| gengtype-state.cc | 2508 lang_bitmap bmap = t2->stok_un.stok_num; 2545 set_lang_bitmap (curgt, bmap); 2507 lang_bitmap bmap = t2->stok_un.stok_num; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gcse-common.cc | 100 element of X is modified, reset the INDX bit in BMAP. 112 compute_transp (const_rtx x, int indx, sbitmap *bmap, 137 bitmap_clear_bit (bmap[DF_REF_BB (def)->index], indx); 156 bitmap_clear_bit (bmap[bb_index], indx); 178 bitmap_clear_bit (bmap[bb_index], indx); 214 compute_transp (XEXP (x, i), indx, bmap, blocks_with_calls, local 219 compute_transp (XVECEXP (x, i, j), indx, bmap, blocks_with_calls, local
|
| sbitmap.cc | 45 sbitmap bmap; local 51 bmap = (sbitmap) xmalloc (amt); 52 bmap->n_bits = n_elms; 53 bmap->size = size; 54 return bmap; 57 /* Resize a simple bitmap BMAP to N_ELMS bits. If increasing the 58 size of BMAP, clear the new bits to zero if the DEF argument 62 sbitmap_resize (sbitmap bmap, unsigned int n_elms, int def) 69 if (bytes > sbitmap_size_bytes (bmap)) 73 bmap = (sbitmap) xrealloc (bmap, amt) 118 sbitmap bmap; local [all...] |
| gengtype-state.cc | 2518 lang_bitmap bmap = t2->stok_un.stok_num; 2555 set_lang_bitmap (curgt, bmap); 2517 lang_bitmap bmap = t2->stok_un.stok_num; local
|
| /src/lib/librefuse/refuse/ |
| v26.h | 84 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v26
|
| v28.h | 84 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v28
|
| v29.h | 84 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v29
|
| v30.h | 92 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v30
|
| v34.h | 80 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v34
|
| v35.h | 80 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v35
|
| v38.h | 80 int (*bmap) (const char *, size_t , uint64_t *); member in struct:fuse_operations_v38
|
| /src/external/mit/isl/dist/ |
| isl_aff_map.c | 71 isl_basic_map *bmap = NULL; local 83 bmap = isl_basic_map_from_local_space(ls); 84 bmap = isl_basic_map_extend_constraints(bmap, 1, 0); 85 k = isl_basic_map_alloc_equality(bmap); 89 pos = isl_basic_map_offset(bmap, isl_dim_out); 90 isl_seq_cpy(bmap->eq[k], aff->v->el + 1, pos); 91 isl_int_neg(bmap->eq[k][pos], aff->v->el[0]); 92 isl_seq_cpy(bmap->eq[k] + pos + 1, aff->v->el + 1 + pos, 97 bmap = isl_basic_map_set_rational(bmap) 120 isl_basic_map *bmap; local 137 isl_basic_map *bmap; local 214 isl_basic_map *bmap; local 270 isl_basic_map *bmap; local 309 isl_basic_map *bmap; local 374 isl_basic_map *bmap; local [all...] |
| isl_map_subtract.c | 46 /* Add all constraints of bmap to tab. The equalities of bmap 50 __isl_keep isl_basic_map *bmap, int *div_map) 59 if (!tab || !bmap) 62 tab_total = isl_basic_map_dim(tab->bmap, isl_dim_all); 63 bmap_total = isl_basic_map_dim(bmap, isl_dim_all); 64 bmap_n_div = isl_basic_map_dim(bmap, isl_dim_div); 69 if (isl_tab_extend_cons(tab, 2 * bmap->n_eq + bmap->n_ineq) < 0) 72 v = isl_vec_alloc(bmap->ctx, 1 + tab_total) 910 struct isl_basic_map *bmap = isl_basic_map_copy(map->p[i]); local [all...] |
| isl_constraint.c | 89 __isl_take isl_basic_map *bmap, isl_int **line) 98 if (!bmap || !line) 101 eq = line >= bmap->eq; 103 ctx = isl_basic_map_get_ctx(bmap); 104 ls = isl_basic_map_get_local_space(bmap); 114 isl_basic_map_free(bmap); 118 isl_basic_map_free(bmap); 185 /* Return the number of constraints in "bmap", i.e., the 189 isl_size isl_basic_map_n_constraint(__isl_keep isl_basic_map *bmap) 191 if (!bmap) 355 isl_basic_map *bmap; local 708 struct isl_basic_map *bmap; local [all...] |
| isl_tab.h | 160 struct isl_basic_map *bmap; member in struct:isl_tab 191 __isl_keep isl_basic_map *bmap, int track); 198 __isl_take isl_basic_map *bmap, struct isl_tab *tab); 203 __isl_take isl_basic_map *bmap); 217 isl_stat isl_tab_track_bmap(struct isl_tab *tab, __isl_take isl_basic_map *bmap) 258 __isl_take isl_basic_map *bmap, __isl_take isl_basic_set *dom, 261 __isl_take isl_basic_map *bmap, __isl_take isl_basic_set *dom,
|
| isl_coalesce.c | 179 * "bmap" is the basic map itself (or NULL if "removed" is set) 181 * "hull_hash" identifies the affine space in which "bmap" lives. 194 * is twice the number of equalities in the "bmap", corresponding 198 isl_basic_map *bmap; member in struct:isl_coalesce_info 216 n_eq = isl_basic_map_n_equality(info->bmap); 228 n_ineq = isl_basic_map_n_inequality(info->bmap); 243 n_eq = isl_basic_map_n_equality(info->bmap); 256 n_ineq = isl_basic_map_n_inequality(info->bmap); 268 n_eq = isl_basic_map_n_equality(info->bmap); 280 n_ineq = isl_basic_map_n_inequality(info->bmap); 675 isl_basic_map *bmap = info->bmap; local 1348 isl_basic_map *bmap = info->bmap; local [all...] |
| isl_flow.c | 558 struct isl_basic_map *bmap; local 561 bmap = isl_basic_map_equal(space, level/2); 563 bmap = isl_basic_map_more_at(space, level/2 - 1); 565 return isl_map_from_basic_map(bmap);
|
| isl_input.c | 2271 static isl_size polylib_pos_to_isl_pos(__isl_keep isl_basic_map *bmap, int pos) 2275 n_param = isl_basic_map_dim(bmap, isl_dim_param); 2276 n_in = isl_basic_map_dim(bmap, isl_dim_in); 2277 n_out = isl_basic_map_dim(bmap, isl_dim_out); 2278 n_div = isl_basic_map_dim(bmap, isl_dim_div); 2301 __isl_keep isl_stream *s, __isl_take isl_basic_map *bmap) 2310 if (!bmap) 2330 k = isl_basic_map_alloc_equality(bmap); 2331 c = bmap->eq[k]; 2333 k = isl_basic_map_alloc_inequality(bmap); 2371 struct isl_basic_map *bmap = NULL; local 3243 struct isl_basic_map *bmap; local 3275 isl_basic_map *bmap; local 3291 struct isl_basic_map *bmap; local [all...] |
| /src/sys/dev/ic/ |
| bcmgenet.c | 619 struct genet_bufmap *bmap; local 621 bmap = &sc->sc_tx.buf_map[index]; 622 if (bmap->mbuf == NULL) 625 if (bmap->map->dm_mapsize > 0) { 626 bus_dmamap_sync(sc->sc_tx.buf_tag, bmap->map, 627 0, bmap->map->dm_mapsize, 630 bus_dmamap_unload(sc->sc_tx.buf_tag, bmap->map); 631 m_freem(bmap->mbuf); 632 bmap->mbuf = NULL;
|
| dwc_eqos.c | 946 struct eqos_bufmap *bmap; local 967 bmap = &sc->sc_tx.buf_map[i]; 968 if (bmap->mbuf != NULL) { 969 bus_dmamap_sync(sc->sc_dmat, bmap->map, 970 0, bmap->map->dm_mapsize, 972 bus_dmamap_unload(sc->sc_dmat, bmap->map); 973 m_freem(bmap->mbuf); 974 bmap->mbuf = NULL;
|
| /src/sys/arch/arm/sunxi/ |
| sunxi_emac.c | 854 struct sunxi_emac_bufmap *bmap; local 870 bmap = &sc->tx.buf_map[i]; 871 if (bmap->mbuf != NULL) { 872 bus_dmamap_sync(sc->tx.buf_tag, bmap->map, 873 0, bmap->map->dm_mapsize, 875 bus_dmamap_unload(sc->tx.buf_tag, bmap->map); 876 m_freem(bmap->mbuf); 877 bmap->mbuf = NULL;
|
| /src/external/apache2/mDNSResponder/dist/Clients/ |
| dns-sd.c | 1061 unsigned char *bmap; local 1069 bmap = (unsigned char *)((unsigned char *)next + len); 1081 win = *bmap++; 1082 wlen = *bmap++; 1097 if (bmap[i>>3] & (128 >> (i&7))) 1100 bmap += wlen;
|