Home
last modified time | relevance | path

Searched defs:big_hint (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/private/kernel/util/
H A DRadixBitmap.h48 int32 big_hint; // the biggest continuous slots under us member
/haiku/src/system/kernel/util/
H A DRadixBitmap.cpp109 int32 big_hint = radix < slots ? radix : slots; in radix_bitmap_init() local