Searched refs:bitmap (Results 26 - 50 of 139) sorted by relevance

123456

/freebsd-9.3-release/contrib/gcc/
H A Dtree-into-ssa.c37 #include "bitmap.h"
70 bitmap def_blocks;
73 bitmap phi_blocks;
77 bitmap livein_blocks;
82 DEF_BLOCKS_D, mapping a variable VAR to a bitmap describing all the
84 contains a bitmap of all the blocks where VAR is live-on-entry
117 static bitmap syms_to_rename;
122 static bitmap names_to_release;
133 /* The bitmap of non-NULL elements of PHIS_TO_REWRITE. */
135 static bitmap blocks_with_phis_to_rewrit
[all...]
H A Dtree-ssa-loop-manip.c157 add_exit_phis_var (tree var, bitmap livein, bitmap exits)
159 bitmap def;
185 add_exit_phis (bitmap names_to_rename, bitmap *use_blocks, bitmap loop_exits)
196 /* Returns a bitmap of all loop exit edge targets. */
198 static bitmap
201 bitmap exits = BITMAP_ALLOC (NULL);
222 to USE_BLOCKS. Record the ssa name index to NEED_PHIS bitmap
[all...]
H A Dipa-type-escape.c63 /* This bitmap contains the set of local vars that are the lhs of
68 static bitmap results_of_malloc;
70 /* Scratch bitmap for avoiding work. */
71 static bitmap been_there_done_that;
72 static bitmap bitmap_tmp;
101 static bitmap global_types_exposed_parameter;
102 static bitmap global_types_full_escape;
105 static bitmap global_types_seen;
119 set in its bitmap at TYPE_UID (TYPE_MAIN_VARIANT (Y)) if there was
124 set in its bitmap a
[all...]
H A Dtarghooks.h82 extern void hook_void_bitmap (bitmap);
H A Dtree-flow.h25 #include "bitmap.h"
88 bitmap pt_vars;
307 bitmap addresses_taken;
356 static inline bitmap addresses_taken (tree);
447 extern bitmap call_clobbered_vars;
451 extern bitmap addressable_vars;
607 extern bool tree_purge_all_dead_eh_edges (bitmap);
719 bitmap ssa_names_to_replace (void);
721 void compute_global_livein (bitmap, bitmap);
[all...]
H A Dtree-ssa-live.h204 The live-on-entry information is per variable. It provide a bitmap for
208 The live-on-exit information is per block. It provides a bitmap for each
232 bitmap global;
235 bitmap *livein;
241 bitmap *liveout;
255 static inline bitmap live_entry_blocks (tree_live_info_p, int);
256 static inline bitmap live_on_exit (tree_live_info_p, basic_block);
272 /* Return the bitmap from LIVE representing the live on entry blocks for
275 static inline bitmap
283 /* Return the bitmap fro
[all...]
H A Dloop-invariant.c117 bitmap depends_on;
503 stores their bitmap to ALWAYS_REACHED. MAY_EXIT is a bitmap of
510 bitmap may_exit, bitmap always_reached)
530 bitmap may_exit, bitmap has_exit)
614 bitmap blocks = BITMAP_ALLOC (NULL);
630 create_new_invariant (struct def *def, rtx insn, bitmap depends_on,
688 bitmap
[all...]
H A Dipa-reference.c84 /* This bitmap is used to knock out the module static variables whose
86 static bitmap module_statics_escape;
88 /* This bitmap is used to knock out the module static variables that
90 static bitmap module_statics_written;
95 static bitmap all_module_statics;
117 /* Get a bitmap that contains all of the locally referenced static
131 /* Get a bitmap that contains all of the globally referenced static
146 /* Return a bitmap indexed by VAR_DECL uid for the static variables
150 bitmap
160 /* Return a bitmap indexe
[all...]
H A Dtree-ssa.c37 #include "bitmap.h"
214 If NAMES_DEFINED_IN_BB is not NULL, it contains a bitmap of ssa names
220 bitmap names_defined_in_bb)
377 bitmap visited = BITMAP_ALLOC (NULL);
491 DEF_VEC_P (bitmap); variable
492 DEF_VEC_ALLOC_P (bitmap,heap);
510 bitmap first, second;
512 VEC(bitmap,heap) *pt_vars_for_reps = NULL;
513 bitmap type_aliases = BITMAP_ALLOC (NULL);
539 VEC_safe_push (bitmap, hea
[all...]
/freebsd-9.3-release/lib/libkvm/
H A Dkvm_minidump_amd64.c69 uint64_t *bitmap; member in struct:vmstate
128 if (vm->bitmap)
129 free(vm->bitmap);
172 vmst->bitmap = _kvm_malloc(kd, vmst->hdr.bitmapsize);
173 if (vmst->bitmap == NULL) {
174 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
177 if (pread(kd->pmfd, vmst->bitmap, vmst->hdr.bitmapsize, off) !=
179 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
197 inithash(kd, vmst->bitmap, vmst->hdr.bitmapsize, off);
H A Dkvm_minidump_i386.c71 uint32_t *bitmap; member in struct:vmstate
130 if (vm->bitmap)
131 free(vm->bitmap);
169 vmst->bitmap = _kvm_malloc(kd, vmst->hdr.bitmapsize);
170 if (vmst->bitmap == NULL) {
171 _kvm_err(kd, kd->program, "cannot allocate %d bytes for bitmap", vmst->hdr.bitmapsize);
174 if (pread(kd->pmfd, vmst->bitmap, vmst->hdr.bitmapsize, off) !=
176 _kvm_err(kd, kd->program, "cannot read %d bytes for page bitmap", vmst->hdr.bitmapsize);
194 inithash(kd, vmst->bitmap, vmst->hdr.bitmapsize, off);
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dpd.c81 uar->index = mlx4_bitmap_alloc(&mlx4_priv(dev)->uar_table.bitmap);
94 mlx4_bitmap_free(&mlx4_priv(dev)->uar_table.bitmap, uar->index);
112 if (mlx4_bitmap_avail(&priv->uar_table.bitmap) < MLX4_NUM_RESERVED_UARS) {
203 return mlx4_bitmap_init(&mlx4_priv(dev)->uar_table.bitmap,
210 mlx4_bitmap_cleanup(&mlx4_priv(dev)->uar_table.bitmap);
H A Dsrq.c124 srq->srqn = mlx4_bitmap_alloc(&srq_table->bitmap);
186 mlx4_bitmap_free(&srq_table->bitmap, srq->srqn);
221 mlx4_bitmap_free(&srq_table->bitmap, srq->srqn);
262 err = mlx4_bitmap_init(&srq_table->bitmap, dev->caps.num_srqs,
272 mlx4_bitmap_cleanup(&mlx4_priv(dev)->srq_table.bitmap);
H A Dmcg.c183 index = mlx4_bitmap_alloc(&priv->mcg_table.bitmap);
237 mlx4_bitmap_free(&priv->mcg_table.bitmap,
316 mlx4_bitmap_free(&priv->mcg_table.bitmap,
336 mlx4_bitmap_free(&priv->mcg_table.bitmap,
353 err = mlx4_bitmap_init(&priv->mcg_table.bitmap, dev->caps.num_amgms,
365 mlx4_bitmap_cleanup(&mlx4_priv(dev)->mcg_table.bitmap);
H A Dcq.c223 cq->cqn = mlx4_bitmap_alloc(&cq_table->bitmap);
286 mlx4_bitmap_free(&cq_table->bitmap, cq->cqn);
314 mlx4_bitmap_free(&cq_table->bitmap, cq->cqn);
326 err = mlx4_bitmap_init(&cq_table->bitmap, dev->caps.num_cqs,
337 mlx4_bitmap_cleanup(&mlx4_priv(dev)->cq_table.bitmap);
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3pic.c162 uint64_t bitmap, mask; local
169 bitmap = sc->bitmap_thread0[0];
172 bitmap = sc->bitmap_thread1[0];
176 while ((irq = ffsl(bitmap & mask) - 1) != -1) {
177 bitmap &= ~(1UL << irq);
/freebsd-9.3-release/lib/libvgl/
H A DMakefile5 SRCS= main.c simple.c bitmap.c text.c mouse.c keyboard.c
/freebsd-9.3-release/sys/ofed/include/linux/
H A Didr.h44 unsigned long bitmap; member in struct:idr_layer
/freebsd-9.3-release/crypto/openssh/
H A Dkrl.c54 /* Tree of serial numbers. XXX make smarter: really need a real sparse bitmap */
504 "list %llu range %llu bitmap %llu new bitmap %llu, "
526 BIGNUM *bitmap = NULL; local
570 buffer_put_bignum2(&sect, bitmap);
571 BN_free(bitmap);
572 bitmap = NULL;
590 if ((bitmap = BN_new()) == NULL)
610 error("%s: insane bitmap gap", __func__);
614 if (BN_set_bit(bitmap,
760 BIGNUM *bitmap = NULL; local
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dappletalk.h78 u_int8_t bitmap; member in struct:atATP
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h56 l_uintptr_t bitmap; member in struct:l_v4l2_window
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap_mem2.h64 * sizes when needed. A bitmap contains the state of each object.
65 * Allocation scans the bitmap; this is done only on attach, so we are not
130 uint32_t *bitmap; /* one bit per buffer, 1 means free */ member in struct:netmap_obj_pool
131 uint32_t bitmap_slots; /* number of uint32 entries in bitmap */
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ddtls1.h112 unsigned long length; /* sizeof the bitmap in bits */
176 DTLS1_BITMAP bitmap; member in struct:dtls1_state_st
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c58 typedef unsigned long bitmap; typedef
62 * and the bitmap ops. Some machines have ffs
83 int test_bit(int ix, bitmap *p)
89 void __set_bit(int ix, bitmap *p)
95 void __clear_bit(int ix, bitmap *p)
220 bitmap full_slots; /* non-empty slots */
233 bitmap bitmaps[QFQ_MAX_STATE]; /* Group bitmaps. */
251 /* return the pointer to the group with lowest index in the bitmap */
253 unsigned long bitmap)
255 int index = ffs(bitmap)
252 qfq_ffs(struct qfq_sched *q, unsigned long bitmap) argument
335 mask_from(unsigned long bitmap, int from) argument
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dipsec.c1433 * ipsec_updatereplay() updates replay bitmap. This must be called after
1483 if ((replay->bitmap)[fr] & (1 << (diff % 8)))
1524 bzero(replay->bitmap, replay->wsize);
1525 (replay->bitmap)[frlast] = 1;
1537 vshiftl(replay->bitmap, diff, replay->wsize);
1538 (replay->bitmap)[frlast] |= 1;
1541 bzero(replay->bitmap, replay->wsize);
1542 (replay->bitmap)[frlast] = 1;
1558 if ((replay->bitmap)[fr] & (1 << (diff % 8)))
1562 (replay->bitmap)[f
1593 vshiftl(unsigned char *bitmap, int nbit, int wsize) argument
[all...]

Completed in 266 milliseconds

123456