Home
last modified time | relevance | path

Searched refs:bitmap_not (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/osfmk/tests/
H A Dbitmap_test.c123 bitmap_not(map, map, nbits); in test_bitmap()
126 bitmap_not(map, map, nbits); in test_bitmap()
/xnu-8019.80.24/osfmk/kern/
H A Dbits.h318 bitmap_not(bitmap_t *__indexable out, const bitmap_t *__indexable in, uint nbits) in bitmap_not() function