OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lg_floor
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
util.h
133
unsigned
lg_floor
(size_t x);
250
lg_floor
(size_t x)
function
265
lg_floor
(size_t x)
276
# error "Unsupported type size for
lg_floor
()"
283
lg_floor
(size_t x)
293
# error "Unsupported type size for
lg_floor
()"
298
lg_floor
(size_t x)
jemalloc_internal.h
560
szind_t lg_ceil =
lg_floor
(pow2_ceil_zu(size));
567
:
lg_floor
((size<<1)-1);
656
size_t lg_ceil =
lg_floor
(pow2_ceil_zu(size));
664
:
lg_floor
((size<<1)-1);
rtree.h
137
start_level = rtree->start_level[
lg_floor
(key) >>
private_namespace.h
306
#define
lg_floor
JEMALLOC_N(
lg_floor
)
macro
private_unnamespace.h
306
#undef
lg_floor
macro
Completed in 155 milliseconds