Searched refs:radix (Results 1 – 9 of 9) sorted by relevance
/haiku/src/system/kernel/util/ |
H A D | RadixBitmap.cpp | 106 radix_bitmap_init(radix_node *node, uint32 radix, uint32 skip, uint32 slots) in radix_bitmap_init() argument 109 int32 big_hint = radix < slots ? radix : slots; in radix_bitmap_init() 112 if (radix == BITMAP_RADIX) { in radix_bitmap_init() 129 radix /= NODE_RADIX; in radix_bitmap_init() 134 if (slots >= radix) { in radix_bitmap_init() 136 radix, next_skip - 1, radix); in radix_bitmap_init() 137 slots -= radix; in radix_bitmap_init() 140 radix, next_skip - 1, slots); in radix_bitmap_init() 159 uint32 radix = BITMAP_RADIX; in radix_bitmap_create() local 162 while (radix < slots) { in radix_bitmap_create() [all …]
|
/haiku/src/system/libroot/posix/glibc/arch/generic/ |
H A D | mpexp.h | 82 /**/ radix = {{0x41700000, 0x00000000} }, /* 2**24 */ variable 141 /**/ radix = {{0x00000000, 0x41700000} }, /* 2**24 */ variable 151 #define RADIX radix.d
|
H A D | mpa2.h | 37 /**/ radix = {{0x41700000, 0x00000000} }, /* 2**24 */ variable 57 /**/ radix = {{0x00000000, 0x41700000} }, /* 2**24 */ variable 77 #define RADIX radix.d
|
/haiku/headers/private/kernel/util/ |
H A D | RadixBitmap.h | 55 radix_slot_t radix; // coverage radix member
|
/haiku/src/add-ons/kernel/network/stack/ |
H A D | Jamfile | 16 #radix.c
|
/haiku/headers/cpp/ |
H A D | limits | 199 /** The number of @c radix digits that be represented without change: for 201 floating types, the number of @c radix digits in the mantissa. */ 226 static const int radix = 0; 228 /** The minimum negative integer such that @c radix raised to the power of 236 /** The maximum positive integer such that @c radix raised to the power of 395 static const int radix = 2; 465 static const int radix = 2; 533 static const int radix = 2; 604 static const int radix = 2; 676 static const int radix = 2; [all …]
|
/haiku/docs/develop/kernel/vm/ |
H A D | swap_file_support.rst | 79 radix bitmap(i.e. bitmap using radix tree for hinting.) It can operate well no 81 used. I have ported the radix bitmap structure to Haiku, so our swap system 82 will have a good performance. More information on radix bitmap, please look
|
/haiku/src/tests/add-ons/kernel/network/core/ |
H A D | Jamfile | 21 radix.c
|
/haiku/src/apps/mail/ |
H A D | words | 21462 radix
|