Searched defs:bitmap (Results 1 – 17 of 17) sorted by relevance
| /xnu-11215/osfmk/kern/ |
| H A D | bits.h | 64 bit_ror64(uint64_t bitmap, uint n) in bit_ror64() 78 bit_rol64(uint64_t bitmap, uint n) in bit_rol64() 89 #define bit_clear_if_set(bitmap, bit) \ argument 99 #define bit_set_if_clear(bitmap, bit) \ argument 110 bit_first(uint64_t bitmap) in bit_first() 123 __bit_next(uint64_t bitmap, int previous_bit) in __bit_next() 134 bit_next(uint64_t bitmap, int previous_bit) in bit_next() 145 lsb_first(uint64_t bitmap) in lsb_first() 155 lsb_next(uint64_t bitmap, int previous_bit) in lsb_next()
|
| H A D | sched.h | 245 bitmap_t bitmap[BITMAP_LEN(NRQS)]; /* run queue bitmap array */ member 282 bitmap_t bitmap[BITMAP_LEN(NRTQS)]; member
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | scheduler.py | 933 def bit_first(bitmap): argument 936 def lsb_first(bitmap): argument 940 def IterateBitmap(bitmap): argument
|
| /xnu-11215/bsd/netinet/ |
| H A D | in_stat.h | 38 uint64_t bitmap[2]; /* 128 bit map, each bit == 8 sec */ member
|
| H A D | in_stat.c | 43 uint64_t *bitmap; in in_stat_set_activity_bitmap() local
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOHibernateRestoreKernel.c | 313 hibernate_bitmap_t * bitmap = &list->bank_bitmap[0]; in hibernate_page_bitmap() local 332 hibernate_bitmap_t * bitmap = &list->bank_bitmap[0]; in hibernate_page_bitmap_pin() local 354 hibernate_bitmap_t * bitmap; in hibernate_page_bitset() local 374 hibernate_bitmap_t * bitmap; in hibernate_page_bittst() local 386 hibernate_page_bitmap_count(hibernate_bitmap_t * bitmap, uint32_t set, uint32_t page) in hibernate_page_bitmap_count() 430 hibernate_bitmap_t * bitmap; in hibernate_page_list_grab() local
|
| H A D | IOHibernateIO.cpp | 444 hibernate_bitmap_t * bitmap; in hibernate_page_list_iterate() local
|
| /xnu-11215/osfmk/i386/ |
| H A D | iopb.h | 85 isa_iopb bitmap; /* bitmap of mapped IO ports */ member
|
| H A D | hibernate_i386.c | 67 hibernate_bitmap_t * bitmap; in hibernate_page_list_allocate() local
|
| /xnu-11215/bsd/vfs/ |
| H A D | vfs_utfconv.c | 92 const u_int8_t *bitmap = __CFUniCharCombiningBitmap; in unicode_combinable() local 118 const u_int8_t *bitmap = __CFUniCharDecomposableBitmap; in unicode_decomposeable() local 145 const u_int8_t *bitmap = __CFUniCharCombiningPropertyBitmap; in get_combining_class() local
|
| /xnu-11215/osfmk/arm64/ |
| H A D | hibernate_arm64.c | 95 hibernate_bitmap_t * bitmap; in hibernate_page_list_allocate() local
|
| H A D | hibernate_restore.c | 149 hibernate_page_list_t *bitmap; member
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_kern.c | 3007 uint32_t bitmap) in kmem_get_nth_free_slot() 3036 uint32_t bitmap) in kmem_get_next_slot()
|
| H A D | vm_shared_region.c | 2996 slide_info_entry_toc_t bitmap = NULL; in vm_shared_region_slide_page_v1() local
|
| H A D | vm_resident.c | 7637 hibernate_bitmap_t * bitmap; in hibernate_page_list_zero() local 7926 hibernate_bitmap_t * bitmap; in hibernate_page_list_setall() local
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 387 uint32_t bitmap[0]; member
|
| /xnu-11215/bsd/netinet6/ |
| H A D | ipsec.c | 3011 vshiftl(unsigned char *__sized_by(wsize)bitmap, int nbit, size_t wsize) in vshiftl()
|