Home
last modified time | relevance | path

Searched refs:LG_SIZEOF_LONG (Results 1 – 16 of 16) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h302 #define LG_SIZEOF_LONG 3 macro
304 #define LG_SIZEOF_LONG 2 macro
Djemalloc_internal_defs_host.h303 #define LG_SIZEOF_LONG 3 macro
305 #define LG_SIZEOF_LONG 2 macro
Dutil.h171 #elif LG_SIZEOF_PTR == LG_SIZEOF_LONG in ffs_zu()
184 #if LG_SIZEOF_LONG == 3 in ffs_u64()
288 #elif (LG_SIZEOF_PTR == LG_SIZEOF_LONG) in lg_floor()
Djemalloc_internal_defs.h.in286 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
287 #undef LG_SIZEOF_LONG
Dbitmap.h11 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
Djemalloc_internal.h294 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))
Djemalloc_internal.h.in294 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))
/external/jemalloc_new/include/jemalloc/internal/
Dbit_util.h34 #elif LG_SIZEOF_PTR == LG_SIZEOF_LONG in ffs_zu()
45 #if LG_SIZEOF_LONG == 3 in ffs_u64()
136 #elif (LG_SIZEOF_PTR == LG_SIZEOF_LONG) in lg_floor()
Djemalloc_internal_defs.h340 #define LG_SIZEOF_LONG 3 macro
342 #define LG_SIZEOF_LONG 2 macro
Djemalloc_internal_defs_host.h325 #define LG_SIZEOF_LONG 3 macro
327 #define LG_SIZEOF_LONG 2 macro
Djemalloc_internal_types.h126 #define LONG ((size_t)(1U << LG_SIZEOF_LONG))
Djemalloc_internal_defs.h.in314 /* sizeof(long) == 2^LG_SIZEOF_LONG. */
315 #undef LG_SIZEOF_LONG
Dbitmap.h9 #define LG_SIZEOF_BITMAP LG_SIZEOF_LONG
/external/jemalloc/
Dconfigure.ac250 LG_SIZEOF_LONG=3
252 LG_SIZEOF_LONG=2
256 AC_DEFINE_UNQUOTED([LG_SIZEOF_LONG], [$LG_SIZEOF_LONG]) definition
/external/jemalloc_new/
Dconfigure.ac351 LG_SIZEOF_LONG=3
353 LG_SIZEOF_LONG=2
357 AC_DEFINE_UNQUOTED([LG_SIZEOF_LONG], [$LG_SIZEOF_LONG]) definition
Dconfigure6697 LG_SIZEOF_LONG=3
6699 LG_SIZEOF_LONG=2