Searched refs:map0 (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.81.5/osfmk/tests/ |
| H A D | bitmap_test.c | 131 bitmap_t *map0 = bitmap_alloc(nbits); in test_bitmap() local 132 assert(bitmap_first(map0, nbits) == -1); in test_bitmap() 138 bitmap_and(map, map0, map1, nbits); in test_bitmap() 145 bitmap_or(map, map1, map0, nbits); in test_bitmap() 148 bitmap_or(map, map0, map0, nbits); in test_bitmap() 152 bitmap_and_not(map, map0, map1, nbits); in test_bitmap() 155 bitmap_and_not(map, map1, map0, nbits); in test_bitmap() 178 bitmap_free(map0, nbits); in test_bitmap()
|