Home
last modified time | relevance | path

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

12345

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dbitmap.h84 #define BT_WIM(bitmap, bitindex) \ argument
93 #define BT_WIM32(bitmap, bitindex) \ argument
109 #define BT_TEST(bitmap, bitindex) \ argument
111 #define BT_SET(bitmap, bitindex) \ argument
113 #define BT_CLEAR(bitmap, bitindex) \ argument
121 #define BT_TEST32(bitmap, bitindex) \ argument
123 #define BT_SET32(bitmap, bitindex) \ argument
125 #define BT_CLEAR32(bitmap, bitindex) \ argument
174 #define BT_ATOMIC_SET(bitmap, bitindex) \ argument
176 #define BT_ATOMIC_CLEAR(bitmap, bitindex) \ argument
[all …]
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dbitmap.h71 #define BT_WIM(bitmap, bitindex) \ argument
80 #define BT_WIM32(bitmap, bitindex) \ argument
96 #define BT_TEST(bitmap, bitindex) \ argument
98 #define BT_SET(bitmap, bitindex) \ argument
100 #define BT_CLEAR(bitmap, bitindex) \ argument
108 #define BT_TEST32(bitmap, bitindex) \ argument
110 #define BT_SET32(bitmap, bitindex) \ argument
112 #define BT_CLEAR32(bitmap, bitindex) \ argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h16 ffs_llu(unsigned long long bitmap) { in ffs_llu()
21 ffs_lu(unsigned long bitmap) { in ffs_lu()
26 ffs_u(unsigned bitmap) { in ffs_u()
32 popcount_lu(unsigned long bitmap) { in popcount_lu()
43 cfs_lu(unsigned long* bitmap) { in cfs_lu()
50 ffs_zu(size_t bitmap) { in ffs_zu()
63 ffs_u64(uint64_t bitmap) { in ffs_u64()
74 ffs_u32(uint32_t bitmap) { in ffs_u32()
H A Dbitmap.h176 bitmap_full(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_full()
195 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_get()
206 bitmap_set(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_set()
242 bitmap_ffu(const bitmap_t *bitmap, const bitmap_info_t *binfo, size_t min_bit) { in bitmap_ffu()
301 bitmap_sfu(bitmap_t *bitmap, const bitmap_info_t *binfo) { in bitmap_sfu()
331 bitmap_unset(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) { in bitmap_unset()
H A Darena_structs_a.h8 bitmap_t bitmap[BITMAP_GROUPS_MAX]; member
/freebsd/sys/dev/ice/
H A Dice_bitops.h65 static inline bool ice_is_bit_set_internal(u16 nr, const ice_bitmap_t *bitmap) in ice_is_bit_set_internal() argument
83 static inline void ice_clear_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_clear_bit_internal() argument
88 static inline void ice_set_bit_internal(u16 nr, ice_bitmap_t *bitmap) in ice_set_bit_internal() argument
94 ice_bitmap_t *bitmap) in ice_test_and_clear_bit_internal() argument
103 ice_test_and_set_bit_internal(u16 nr,ice_bitmap_t * bitmap) ice_test_and_set_bit_internal() argument
120 ice_is_bit_set(const ice_bitmap_t * bitmap,u16 nr) ice_is_bit_set() argument
134 ice_clear_bit(u16 nr,ice_bitmap_t * bitmap) ice_clear_bit() argument
147 ice_set_bit(u16 nr,ice_bitmap_t * bitmap) ice_set_bit() argument
161 ice_test_and_clear_bit(u16 nr,ice_bitmap_t * bitmap) ice_test_and_clear_bit() argument
176 ice_test_and_set_bit(u16 nr,ice_bitmap_t * bitmap) ice_test_and_set_bit() argument
339 ice_find_next_bit(const ice_bitmap_t * bitmap,u16 size,u16 offset) ice_find_next_bit() argument
381 ice_find_first_bit(const ice_bitmap_t * bitmap,u16 size) ice_find_first_bit() argument
399 ice_is_any_bit_set(ice_bitmap_t * bitmap,u16 size) ice_is_any_bit_set() argument
[all...]
H A Dice_features.h90 ice_disable_unsupported_features(ice_bitmap_t __unused * bitmap) ice_disable_unsupported_features() argument
/freebsd/usr.sbin/pw/
H A Dbitmap.h34 struct bitmap struct
41 struct bitmap bm_alloc(int size); argument
/freebsd/sys/contrib/openzfs/include/sys/
H A Dbitmap.h65 #define BT_WIM(bitmap, bitindex) \ argument
82 #define BT_TEST(bitmap, bitindex) \ argument
84 #define BT_SET(bitmap, bitindex) \ argument
86 #define BT_CLEAR(bitmap, bitindex) \ argument
/freebsd/sys/contrib/ck/include/
H A Dck_bitmap.h152 ck_bitmap_bits(const struct ck_bitmap *bitmap) in ck_bitmap_bits()
163 ck_bitmap_buffer(struct ck_bitmap *bitmap) in ck_bitmap_buffer()
173 ck_bitmap_set(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_set()
187 ck_bitmap_bts(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_bts()
198 ck_bitmap_reset(struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_reset()
210 ck_bitmap_test(const struct ck_bitmap *bitmap, unsigned int n) in ck_bitmap_test()
297 ck_bitmap_clear(struct ck_bitmap *bitmap) in ck_bitmap_clear()
315 ck_bitmap_empty(const ck_bitmap_t *bitmap, unsigned int limit) in ck_bitmap_empty()
346 ck_bitmap_full(const ck_bitmap_t *bitmap, unsigned int limit) in ck_bitmap_full()
377 ck_bitmap_count(const ck_bitmap_t *bitmap, unsigned int limit) in ck_bitmap_count()
[all …]
/freebsd/contrib/ofed/libmlx5/
H A Dbuf.c45 static int mlx5_bitmap_init(struct mlx5_bitmap *bitmap, uint32_t num, in mlx5_bitmap_init()
61 static void bitmap_free_range(struct mlx5_bitmap *bitmap, uint32_t obj, in bitmap_free_range()
75 static int bitmap_empty(struct mlx5_bitmap *bitmap) in bitmap_empty()
80 static int bitmap_avail(struct mlx5_bitmap *bitmap) in bitmap_avail()
85 static void mlx5_bitmap_cleanup(struct mlx5_bitmap *bitmap) in mlx5_bitmap_cleanup()
100 static int mlx5_bitmap_alloc(struct mlx5_bitmap *bitmap) in mlx5_bitmap_alloc()
122 static uint32_t find_aligned_range(unsigned long *bitmap, in find_aligned_range()
151 static int bitmap_alloc_range(struct mlx5_bitmap *bitmap, int cnt, in bitmap_alloc_range()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.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 static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_masked_value()
156 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range()
172 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init()
197 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()
217 struct mlx4_bitmap *bitmap; member
[all …]
/freebsd/crypto/openssh/
H A Dbitmap.c31 struct bitmap { struct
37 struct bitmap * argument
/freebsd/crypto/openssl/ssl/record/
H A Ddtls1_bitmap.c38 int dtls1_record_replay_check(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_replay_check()
59 void dtls1_record_bitmap_update(SSL *s, DTLS1_BITMAP *bitmap) in dtls1_record_bitmap_update()
/freebsd/contrib/jemalloc/src/
H A Dbitmap.c45 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
100 bitmap_init(bitmap_t *bitmap, const bitmap_info_t *binfo, bool fill) { in bitmap_init()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Didr.h55 unsigned long bitmap; member
105 unsigned long bitmap[IDA_BITMAP_LONGS]; member
H A Dbitmap.h175 bitmap_find_free_region(unsigned long *bitmap, int bits, int order) in bitmap_find_free_region()
190 bitmap_allocate_region(unsigned long *bitmap, int pos, int order) in bitmap_allocate_region()
199 bitmap_release_region(unsigned long *bitmap, int pos, int order) in bitmap_release_region()
445 bitmap_free(const unsigned long *bitmap) in bitmap_free()
/freebsd/contrib/wpa/src/ap/
H A Dp2p_hostapd.c96 u8 bitmap; in hostapd_eid_p2p_manage() local
/freebsd/contrib/wpa/src/common/
H A 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
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_uar.c207 unsigned long *bitmap; in alloc_bfreg() local
294 unsigned long *bitmap; in mlx5_free_bfreg() local
/freebsd/sys/amd64/vmm/intel/
H A Dvmx_msr.c136 msr_bitmap_initialize(char *bitmap) in msr_bitmap_initialize()
143 msr_bitmap_change_access(char *bitmap, u_int msr, int access) in msr_bitmap_change_access()
/freebsd/sys/dev/ocs_fc/
H A Docs_os.c499 ocs_bitmap_free(ocs_bitmap_t *bitmap) in ocs_bitmap_free()
514 ocs_bitmap_find(ocs_bitmap_t *bitmap, uint32_t n_bits) in ocs_bitmap_find()
537 ocs_bitmap_search(ocs_bitmap_t *bitmap, uint8_t set, uint32_t n_bits) in ocs_bitmap_search()
561 ocs_bitmap_clear(ocs_bitmap_t *bitmap, uint32_t bit) in ocs_bitmap_clear()
/freebsd/contrib/ldns/ldns/
H A Dhost2str.h105 ldns_rdf* bitmap; /* for LDNS_FMT_RFC3597 */ member
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_qfq.c66 typedef unsigned long bitmap; typedef
264 unsigned long bitmap) in qfq_ffs()
348 mask_from(unsigned long bitmap, int from) in mask_from()
H A Ddn_sched_prio.c77 BITMAP_T bitmap; /* array bitmap */ member

12345