OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITMAP_BITS2GROUPS
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc_new/include/jemalloc/internal/
bitmap.h
36
#define
BITMAP_BITS2GROUPS
(nbits) \
43
BITMAP_BITS2GROUPS
(nbits)
45
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(nbits))
47
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
((nbits))))
49
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
( \
[
all
...]
/external/jemalloc/include/jemalloc/internal/
bitmap.h
28
#define
BITMAP_BITS2GROUPS
(nbits) \
35
BITMAP_BITS2GROUPS
(nbits)
37
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(nbits))
39
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
((nbits))))
41
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
(
BITMAP_BITS2GROUPS
( \
[
all
...]
/external/jemalloc/src/
bitmap.c
23
group_count =
BITMAP_BITS2GROUPS
(nbits);
28
group_count =
BITMAP_BITS2GROUPS
(group_count);
81
binfo->ngroups =
BITMAP_BITS2GROUPS
(nbits);
/external/jemalloc_new/src/
bitmap.c
25
group_count =
BITMAP_BITS2GROUPS
(nbits);
30
group_count =
BITMAP_BITS2GROUPS
(group_count);
90
binfo->ngroups =
BITMAP_BITS2GROUPS
(nbits);
Completed in 186 milliseconds