Searched defs:nbits (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | bits.h | 214 bitmap_zero(bitmap_t *__header_indexable map, uint nbits) in bitmap_zero() 221 bitmap_full(bitmap_t *__header_indexable map, uint nbits) in bitmap_full() 239 bitmap_is_empty(bitmap_t *__header_indexable map, uint nbits) in bitmap_is_empty() 251 bitmap_is_full(bitmap_t *__header_indexable map, uint nbits) in bitmap_is_full() 271 bitmap_alloc(uint nbits) in bitmap_alloc() 278 bitmap_free(bitmap_t *map, uint nbits) in bitmap_free() 315 bitmap_first(bitmap_t *__header_indexable map, uint nbits) in bitmap_first() 331 uint nbits) in bitmap_not() 351 uint nbits) in bitmap_and() 363 uint nbits) in bitmap_and_not() [all …]
|
| H A D | zalloc.c | 2155 zone_meta_bits_alloc_init(uint32_t count, uint32_t nbits, bool with_extra) in zone_meta_bits_alloc_init()
|
| /xnu-10063.101.15/bsd/sys/ |
| H A D | bitstring.h | 80 #define bitstr_size(nbits) \ argument 84 #define bit_decl(name, nbits) \ argument 142 #define bitstr_ffc(name, nbits, value) do { \ argument 161 #define bitstr_ffs(name, nbits, value) do { \ argument
|
| /xnu-10063.101.15/osfmk/tests/ |
| H A D | bitmap_test.c | 44 dump_bitmap_next(bitmap_t *map, uint nbits) in dump_bitmap_next() 53 dump_bitmap_lsb(bitmap_t *map, uint nbits) in dump_bitmap_lsb() 72 for (uint nbits = start; nbits <= 192; nbits++) { in test_bitmap() local
|
| /xnu-10063.101.15/tests/ |
| H A D | os_refcnt.c | 186 const os_ref_count_t nbits = 3; variable
|