Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dbitmap.h83 #define BT_WIM(bitmap, bitindex) \ argument
92 #define BT_WIM32(bitmap, bitindex) \ argument
108 #define BT_TEST(bitmap, bitindex) \ argument
110 #define BT_SET(bitmap, bitindex) \ argument
112 #define BT_CLEAR(bitmap, bitindex) \ argument
120 #define BT_TEST32(bitmap, bitindex) \ argument
122 #define BT_SET32(bitmap, bitindex) \ argument
124 #define BT_CLEAR32(bitmap, bitindex) \ argument
/netbsd/src/sys/arch/atari/dev/
Dgrfabs_reg.h73 bmap_t *bitmap; /* bitmap. */ member
88 struct bitmap { struct
91 u_short depth; /* depth of bitmap. */ argument
92 u_char *plane; /* plane data for bitmap/vga. */ argument
93 u_char *hw_address; /* mappable linear bitplane pointer. */
94 u_char *vga_address; /* mappable vga bitplane pointer */
95 u_char *regs; /* where the registers are */
96 u_char *hw_regs; /* mappable registers */
97 u_short reg_size; /* size of the register area */
98 u_int phys_mappable; /* amount of mappable lin. plane mem. */
[all …]
/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_wait_bit.c81 wait_bit_hash(const volatile unsigned long *bitmap, unsigned bit) in wait_bit_hash()
91 wait_bit_enter(const volatile unsigned long *bitmap, unsigned bit) in wait_bit_enter()
115 clear_and_wake_up_bit(int bit, volatile unsigned long *bitmap) in clear_and_wake_up_bit()
133 wait_on_bit(const volatile unsigned long *bitmap, unsigned bit, int flags) in wait_on_bit()
175 wait_on_bit_timeout(const volatile unsigned long *bitmap, unsigned bit, in wait_on_bit_timeout()
/netbsd/src/sys/external/bsd/drm2/include/linux/
Dbitmap.h48 bitmap_zero(unsigned long *bitmap, size_t nbits) in bitmap_zero()
63 bitmap_empty(const unsigned long *bitmap, size_t nbits) in bitmap_empty()
86 bitmap_weight(const unsigned long *bitmap, size_t nbits) in bitmap_weight()
106 bitmap_set(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_set()
141 bitmap_clear(unsigned long *bitmap, size_t startbit, size_t nbits) in bitmap_clear()
264 bitmap_free(unsigned long *bitmap) in bitmap_free()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dbitmap.c32 struct bitmap { struct
38 struct bitmap * argument
Dkrl.c560 put_bitmap(struct sshbuf *buf, struct bitmap *bitmap) in put_bitmap()
588 struct bitmap *bitmap = NULL; in revoked_certs_generate() local
881 struct bitmap *bitmap = NULL; in parse_revoked_certs() local
/netbsd/src/sys/arch/amiga/dev/
Dgrfabs_reg.h106 struct bitmap { struct
110 u_short depth; /* depth of bitmap. */ argument
114 u_char **plane; /* plane data for bitmap. */ argument
130 /* Use these macros to find misc. sizes of actual bitmap */ argument
205 bmap_t *bitmap; /* bitmap. */ member
/netbsd/src/sys/net/npf/
Dnpf_portmap.c91 typedef struct bitmap { struct
94 LIST_ENTRY(bitmap) entry; argument
103 LIST_HEAD(, bitmap) bitmap_list; argument
/netbsd/src/external/bsd/wpa/dist/src/ap/
Dp2p_hostapd.c96 u8 bitmap; in hostapd_eid_p2p_manage() local
/netbsd/src/external/bsd/wpa/dist/src/common/
Dhw_features_common.c384 static void punct_update_legacy_bw_80(u8 bitmap, u8 pri_chan, u8 *seg0) in punct_update_legacy_bw_80()
415 static void punct_update_legacy_bw_160(u8 bitmap, u8 pri, in punct_update_legacy_bw_160()
435 void punct_update_legacy_bw(u16 bitmap, u8 pri, enum oper_chan_width *width, in punct_update_legacy_bw()
990 u16 bitmap; in is_punct_bitmap_valid() local
/netbsd/src/sys/arch/ofppc/ofppc/
Dmachdep.c91 ranges_bitmap(int node, uint16_t bitmap) in ranges_bitmap()
131 uint16_t bitmap; in initppc() local
/netbsd/src/sys/fs/udf/
Dudf_allocation.c879 udf_bitmap_allocate(struct udf_bitmap *bitmap, int ismetadata, in udf_bitmap_allocate()
936 udf_bitmap_free(struct udf_bitmap *bitmap, uint32_t lb_num, uint32_t num_lb) in udf_bitmap_free()
986 udf_bitmap_check_trunc_free(struct udf_bitmap *bitmap, uint32_t to_trunc) in udf_bitmap_check_trunc_free()
1152 struct udf_bitmap *bitmap; in udf_allocate_space() local
1302 struct udf_bitmap *bitmap; in udf_free_allocated_space() local
1465 struct udf_bitmap *bitmap; in udf_trunc_metadatapart() local
/netbsd/src/sys/arch/powerpc/booke/
Dbooke_stubs.c123 tlb_record_asids(u_long *bitmap, tlb_asid_t asid_max) in tlb_record_asids()
/netbsd/src/sys/arch/i386/pci/
Dpcibios.h53 uint16_t bitmap; member
Dpci_intr_fixup.c89 uint16_t bitmap; member
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dcons_fb.c179 uint16_t bitmap; in fb_drawfont() local
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_syncmap.c81 unsigned int bitmap; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_page_dirty.c77 unsigned long bitmap[0]; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc451 lang_bitmap bitmap = get_lang_bitmap (gt_files[f]); in read_input_list() local
760 lang_bitmap bitmap = get_lang_bitmap (pos->file); in new_structure() local
2478 lang_bitmap bitmap; member
4156 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_root_table() local
4180 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_root_table() local
4220 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_cache_funcs() local
4238 lang_bitmap bitmap = get_lang_bitmap (fli2->file); in finish_cache_funcs() local
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delfxx-x86.c1374 (struct bfd_link_info *info, struct elf_dt_relr_bitmap *bitmap, in elf64_dt_relr_bitmap_add()
1410 (struct bfd_link_info *info, struct elf_dt_relr_bitmap *bitmap, in elf32_dt_relr_bitmap_add()
1654 uint64_t bitmap = 0; in elf_x86_compute_dl_relr_bitmap() local
1708 uint32_t bitmap = 0; in elf_x86_compute_dl_relr_bitmap() local
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delfxx-x86.c1374 (struct bfd_link_info *info, struct elf_dt_relr_bitmap *bitmap, in elf64_dt_relr_bitmap_add()
1410 (struct bfd_link_info *info, struct elf_dt_relr_bitmap *bitmap, in elf32_dt_relr_bitmap_add()
1654 uint64_t bitmap = 0; in elf_x86_compute_dl_relr_bitmap() local
1708 uint32_t bitmap = 0; in elf_x86_compute_dl_relr_bitmap() local
/netbsd/src/sys/arch/mips/mips/
Dmips_fixup.c612 tlb_record_asids(u_long *bitmap, tlb_asid_t asid_max) in tlb_record_asids()
/netbsd/src/external/bsd/tcpdump/dist/
Dappletalk.h76 nd_uint8_t bitmap; member
/netbsd/src/sys/netipsec/
Dkeydb.h153 char *bitmap; /* used by receiver */ member
/netbsd/src/sys/kern/
Dsubr_pool.c430 pool_item_bitmap_t *bitmap = ph->ph_bitmap + (idx / BITMAP_SIZE); in pr_item_bitmap_put() local
443 pool_item_bitmap_t *bitmap = ph->ph_bitmap; in pr_item_bitmap_get() local
470 pool_item_bitmap_t *bitmap = ph->ph_bitmap; in pr_item_bitmap_init() local
3325 pool_item_bitmap_t *bitmap = in pool_allocated() local

123