OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffs_u
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
util.h
126
unsigned
ffs_u
(unsigned bitmap);
161
ffs_u
(unsigned bitmap)
function
172
return (
ffs_u
(bitmap));
200
return (
ffs_u
(bitmap));
204
return (
ffs_u
(bitmap));
private_namespace.h
249
#define
ffs_u
JEMALLOC_N(
ffs_u
)
macro
private_unnamespace.h
249
#undef
ffs_u
macro
/external/jemalloc/src/
chunk.c
709
opt_lg_chunk =
ffs_u
((unsigned)info.dwAllocationGranularity)
Completed in 108 milliseconds