Searched defs:nbits (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | bits.h | 210 bitmap_zero(bitmap_t *__indexable map, uint nbits) in bitmap_zero() 217 bitmap_full(bitmap_t *__indexable map, uint nbits) in bitmap_full() 235 bitmap_is_full(bitmap_t *__indexable map, uint nbits) in bitmap_is_full() 255 bitmap_alloc(uint nbits) in bitmap_alloc() 268 bitmap_free(bitmap_t *map, uint nbits) in bitmap_free() 305 bitmap_first(bitmap_t *__indexable map, uint nbits) in bitmap_first() 318 bitmap_not(bitmap_t *__indexable out, const bitmap_t *__indexable in, uint nbits) in bitmap_not() 338 uint nbits) in bitmap_and() 350 uint nbits) in bitmap_and_not() 364 uint nbits) in bitmap_or() [all …]
|
| H A D | zalloc.c | 1971 uint32_t count, uint32_t nbits) in zone_meta_bits_init()
|
| /xnu-8019.80.24/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-8019.80.24/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-8019.80.24/tests/ |
| H A D | os_refcnt.c | 186 const os_ref_count_t nbits = 3; variable
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_vnops.c | 7315 uint nbits; in nfs_pathconf_maxfile_bits() local
|