Searched refs:bitmap (Results 101 - 125 of 139) sorted by relevance

123456

/freebsd-9.3-release/contrib/gcc/
H A Dtree-cfgcleanup.c611 bitmap changed_bbs = BITMAP_ALLOC (NULL);
H A Dtree-sra.c46 #include "bitmap.h"
83 static bitmap sra_candidates;
87 static bitmap needs_copy_in;
90 static bitmap sra_type_decomp_cache;
91 static bitmap sra_type_inst_cache;
1519 /* We cannot clear bits from a bitmap we're iterating over,
H A Ddominance.c112 bitmap fake_exit_edge;
807 nearest_common_dominator_for_set (enum cdi_direction dir, bitmap blocks)
H A Dtree-ssa-operands.c1548 bitmap not_read_b, not_written_b;
1633 bitmap not_read_b;
2409 add_to_addressable_set (tree ref, bitmap *addresses_taken)
H A Dtree-dfa.c768 bitmap vars_in_vops_to_rename;
785 We flag them in a separate bitmap because we don't really want to
H A Dtree-scalar-evolution.c287 static bitmap already_instantiated;
2194 To prevent the infinite recursion, keep also the bitmap of
2899 bitmap ssa_names_to_remove = NULL;
H A Dtree-ssa-ccp.c2091 return false. VISITED is a bitmap of visited variables.
2096 get_maxval_strlen (tree arg, tree *length, bitmap visited, int type)
2200 bitmap visited;
H A Dcfgloop.c874 bitmap visited;
H A Dtree-cfg.c4597 bitmap vars_to_remove;
4683 bitmap vars_to_remove, htab_t new_label_map, int eh_offset)
4867 bitmap vars_to_remove;
5293 noreturn calls, volatile inline assembly in the bitmap of blocks
5490 tree_purge_all_dead_eh_edges (bitmap blocks)
H A Dcfgloopmanip.c779 copies corresponding to set bits in WONT_EXIT bitmap (bit 0 corresponds to
1401 fix_loop_structure (struct loops *loops, bitmap changed_bbs)
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile36 alias.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o \
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h518 int mwl_hal_getwatchdogbitmap(struct mwl_hal *mh, uint8_t bitmap[1]);
H A Dif_mwl.c926 uint8_t bitmap, n; local
930 if (mwl_hal_getwatchdogbitmap(mh, &bitmap) != 0) {
932 "%s: could not get bitmap\n", __func__);
936 DPRINTF(sc, MWL_DEBUG_AMPDU, "%s: bitmap 0x%x\n", __func__, bitmap);
937 if (bitmap == 0xff) {
940 for (bitmap = 0; bitmap < 8; bitmap++) {
941 sp = mwl_hal_bastream_lookup(mh, bitmap);
[all...]
H A Dmwlhal.c1579 mwl_hal_getwatchdogbitmap(struct mwl_hal *mh0, uint8_t bitmap[1]) argument
1591 bitmap[0] = pCmd->Watchdogbitmap;
1593 if (bitmap[0] < MWL_BAQID_MAX)
1594 bitmap[0] = qid2ba[bitmap[0]];
/freebsd-9.3-release/sys/xen/interface/
H A Ddomctl.h40 XEN_GUEST_HANDLE_64(uint8_t) bitmap; member in struct:xenctl_cpumap
175 /* Log-dirty bitmap operations. */
176 /* Return the bitmap and clean internal copy for next round. */
178 /* Return the bitmap but do not modify internal copy. */
200 * Log pages in a bitmap as they are dirtied.
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_group.c39 #include "bitmap.h"
354 struct bitmap bm;
368 * Now, let's fill the bitmap from the password file
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2436 uint64_t bitmap; local
2488 if (wn->agg[tid].bitmap == 0)
2499 bitmap = (le64toh(ba->bitmap) >> shift) & wn->agg[tid].bitmap;
2500 for (i = 0; bitmap; i++) {
2501 if ((bitmap & 1) == 0) {
2510 bitmap >>= 1;
2806 uint64_t bitmap; local
2820 bitmap
[all...]
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile94 $(tm_file_list) $(HASHTAB_H) $(SPLAY_TREE_H) $(srcdir)/bitmap.h \
101 $(srcdir)/alias.c $(srcdir)/bitmap.c $(srcdir)/cselib.c $(srcdir)/cgraph.c \
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h38 #include <sys/bitmap.h>
286 uint_t dt_treedump; /* dtrace tree debug bitmap (see below) */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcpuvar.h40 #include <sys/bitmap.h>
397 * Macros for manipulating sets of CPUs as a bitmap. Note that this
398 * bitmap may vary in size depending on the maximum CPU id a specific
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drcparse.y179 | input bitmap
325 bitmap: label
H A Dresrc.c660 /* Define a bitmap resource. Bitmap data is stored in a file. The
677 e = open_file_search (filename, FOPEN_RB, "bitmap file", &real_filename);
680 fatal (_("stat failed on bitmap file `%s': %s"), real_filename,
1455 fatal (_("stat failed on bitmap file `%s': %s"), real_filename,
2014 case RT_BITMAP: s = "bitmap"; break;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-802_11.c846 if (tim.length - 3 > (int)sizeof tim.bitmap)
852 memcpy(tim.bitmap, p + (tim.length - 3),
2237 /* are there more bitmap extensions than bytes in header? */
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h75 #include <sys/bitmap.h>
460 uint32_t xva_mapsize; /* Size of attr bitmap (32-bit words) */
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_videodev2.h588 void __user *bitmap; member in struct:v4l2_window

Completed in 397 milliseconds

123456