Home
last modified time | relevance | path

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

123

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/sys/
HDbitmap.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
173 #define BT_ATOMIC_SET(bitmap, bitindex) \ argument
175 #define BT_ATOMIC_CLEAR(bitmap, bitindex) \ argument
[all …]
/NextBSD/sys/cddl/compat/opensolaris/sys/
HDbitmap.h73 #define BT_WIM(bitmap, bitindex) \ argument
82 #define BT_WIM32(bitmap, bitindex) \ argument
98 #define BT_TEST(bitmap, bitindex) \ argument
100 #define BT_SET(bitmap, bitindex) \ argument
102 #define BT_CLEAR(bitmap, bitindex) \ argument
110 #define BT_TEST32(bitmap, bitindex) \ argument
112 #define BT_SET32(bitmap, bitindex) \ argument
114 #define BT_CLEAR32(bitmap, bitindex) \ argument
/NextBSD/usr.sbin/pw/
HDbitmap.h34 struct bitmap struct
41 struct bitmap bm_alloc(int size); argument
/NextBSD/sys/ofed/drivers/net/mlx4/
HDalloc.c43 u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap) in mlx4_bitmap_alloc()
73 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) in mlx4_bitmap_free()
78 static unsigned long find_aligned_range(unsigned long *bitmap, in find_aligned_range()
108 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, in mlx4_bitmap_alloc_range()
146 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail()
151 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range()
167 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init()
198 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()
/NextBSD/sys/dev/ifmlx4/
HDalloc.c43 u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap) in mlx4_bitmap_alloc()
73 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj, int use_rr) in mlx4_bitmap_free()
78 static unsigned long find_aligned_range(unsigned long *bitmap, in find_aligned_range()
108 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, in mlx4_bitmap_alloc_range()
146 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail()
151 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range()
167 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init()
198 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDbitmap.h114 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_full()
123 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_get()
135 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_set()
169 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_sfu()
191 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) in bitmap_unset()
HDutil.h182 jemalloc_ffsl(long bitmap) in jemalloc_ffsl()
189 jemalloc_ffs(int bitmap) in jemalloc_ffs()
/NextBSD/lib/libdispatch/src/
HDallocator.c105 get_cont_and_indices_for_bitmap_and_index(bitmap_t *bitmap, in get_cont_and_indices_for_bitmap_and_index()
224 bitmap_set_first_unset_bit_upto_index(volatile bitmap_t *bitmap, in bitmap_set_first_unset_bit_upto_index()
237 bitmap_set_first_unset_bit(volatile bitmap_t *bitmap) in bitmap_set_first_unset_bit()
248 bitmap_clear_bit(volatile bitmap_t *bitmap, unsigned int index, in bitmap_clear_bit()
271 unsigned int bitmap_index, volatile bitmap_t *bitmap) in mark_bitmap_as_full_if_still_full()
335 volatile bitmap_t *bitmap = bitmap_address(magazine, s, b); in alloc_continuation_from_magazine() local
/NextBSD/sys/compat/linuxkpi/common/include/linux/
HDbitops.h396 static int __reg_op(unsigned long *bitmap, int pos, int order, int reg_op) in __reg_op()
441 bitmap_find_free_region(unsigned long *bitmap, int bits, int order) in bitmap_find_free_region()
456 bitmap_allocate_region(unsigned long *bitmap, int pos, int order) in bitmap_allocate_region()
465 bitmap_release_region(unsigned long *bitmap, int pos, int order) in bitmap_release_region()
HDidr.h54 unsigned long bitmap; member
/NextBSD/contrib/gcc/
HDcoretypes.h41 typedef struct bitmap_head_def *bitmap; typedef
HDgengtype.c155 lang_bitmap bitmap = get_base_file_bitmap (pos->file); in new_structure() local
1171 unsigned bitmap; in get_base_file_bitmap() local
1428 lang_bitmap bitmap; member
2516 lang_bitmap bitmap = get_base_file_bitmap (fli2->name); in finish_root_table() local
2542 lang_bitmap bitmap = get_base_file_bitmap (fli2->name); in finish_root_table() local
/NextBSD/contrib/jemalloc/src/
HDbitmap.c52 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo) in bitmap_init()
/NextBSD/contrib/wpa/src/ap/
HDp2p_hostapd.c96 u8 bitmap; in hostapd_eid_p2p_manage() local
/NextBSD/sys/amd64/vmm/intel/
HDvmx_msr.c145 msr_bitmap_initialize(char *bitmap) in msr_bitmap_initialize()
152 msr_bitmap_change_access(char *bitmap, u_int msr, int access) in msr_bitmap_change_access()
/NextBSD/crypto/openssl/ssl/
HDd1_pkt.c579 DTLS1_BITMAP *bitmap; in dtls1_get_record() local
1718 static int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check()
1739 static void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update()
/NextBSD/lib/libkvm/
HDkvm_minidump_arm.c83 uint32_t *bitmap; in _arm_minidump_initvtop() local
HDkvm_minidump_aarch64.c80 uint64_t *bitmap; in _aarch64_minidump_initvtop() local
HDkvm_minidump_mips.c88 uint32_t *bitmap; in _mips_minidump_initvtop() local
HDkvm_minidump_i386.c80 uint32_t *bitmap; in _i386_minidump_initvtop() local
HDkvm_minidump_amd64.c80 uint64_t *bitmap; in _amd64_minidump_initvtop() local
/NextBSD/contrib/ldns/ldns/
HDhost2str.h103 ldns_rdf* bitmap; /* for LDNS_FMT_RFC3597 */ member
/NextBSD/sys/netpfil/ipfw/
HDdn_sched_prio.c70 BITMAP_T bitmap; /* array bitmap */ member
HDdn_sched_qfq.c58 typedef unsigned long bitmap; typedef
252 unsigned long bitmap) in qfq_ffs()
336 mask_from(unsigned long bitmap, int from) in mask_from()
/NextBSD/sys/powerpc/ps3/
HDps3pic.c162 uint64_t bitmap, mask; in ps3pic_dispatch() local

123