Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/bsd/kern/
H A Dkern_debug.c210 bitmap_and_not(dest, dest, src, mach_trap_count + nsysent); in _syscall_rejection_apply_mask()
/xnu-11215.1.10/osfmk/kern/
H A Dbits.h359 bitmap_and_not( in bitmap_and_not() function