Home
last modified time | relevance | path

Searched refs:bitmap_and_not (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.101.15/osfmk/tests/
H A Dbitmap_test.c152 bitmap_and_not(map, map0, map1, nbits); in test_bitmap()
155 bitmap_and_not(map, map1, map0, nbits); in test_bitmap()
/xnu-10063.101.15/bsd/kern/
H A Dkern_debug.c203 bitmap_and_not(dest, dest, src, mach_trap_count + nsysent); in _syscall_rejection_apply_mask()
/xnu-10063.101.15/osfmk/kern/
H A Dbits.h359 bitmap_and_not( in bitmap_and_not() function