Searched refs:bitmap_get (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dbitmap.h127 bool bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit);
154 bitmap_get(bitmap_t *bitmap, const bitmap_info_t *binfo, size_t bit) function
173 assert(!bitmap_get(bitmap, binfo, bit));
180 assert(bitmap_get(bitmap, binfo, bit));
241 assert(bitmap_get(bitmap, binfo, bit));
249 assert(!bitmap_get(bitmap, binfo, bit));
H A Dprivate_namespace.h147 #define bitmap_get JEMALLOC_N(bitmap_get) macro
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Dfat.c101 bitmap_get(long_bitmap_t *lbp, cl_t cl) function
196 return (bitmap_get(&fat->headbitmap, cl));
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c343 assert(bitmap_get(run->bitmap, &bin_info->bitmap_info, regind));

Completed in 140 milliseconds