Searched refs:BITMAP_BIT_NONE (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/bitmap/
H A Dbitmap.c277 * BITMAP_BIT_NONE if there is no bit set
284 return BITMAP_BIT_NONE;
294 * BITMAP_BIT_NONE if there is no bit set
301 return BITMAP_BIT_NONE;
311 * BITMAP_BIT_NONE if none is set
320 return BITMAP_BIT_NONE;
330 * BITMAP_BIT_NONE if none is set
342 return BITMAP_BIT_NONE;
404 bm->first = BITMAP_BIT_NONE;
405 bm->last = BITMAP_BIT_NONE;
[all...]
/barrelfish-2018-10-04/include/
H A Dbitmap.h41 #define BITMAP_BIT_NONE ((bitmap_bit_t)-1) macro
/barrelfish-2018-10-04/lib/numa/
H A Dalloc.c360 while(node != BITMAP_BIT_NONE) {

Completed in 44 milliseconds