Home
last modified time | relevance | path

Searched refs:JEMALLOC_HAVE_BUILTIN_CLZ (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dbit_util.h85 #if (defined(__amd64__) || defined(__x86_64__) || defined(JEMALLOC_HAVE_BUILTIN_CLZ)) in pow2_ceil_u64()
95 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ)) in pow2_ceil_u64()
115 #if ((defined(__i386__) || defined(JEMALLOC_HAVE_BUILTIN_CLZ)) && (!defined(__s390__))) in pow2_ceil_u32()
125 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ)) in pow2_ceil_u32()
182 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ))
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h63 #define JEMALLOC_HAVE_BUILTIN_CLZ macro