Searched defs:MAPBIT (Results 1 – 2 of 2) sorted by relevance
29 #define MAPBIT 1ULL /* a bit in the node bitmap */ macro
1864 #define MAPBIT(map,n) ((map)[(n)/32]&(1u<<((n)%32))) macro