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

/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_defs.h63 #define JEMALLOC_HAVE_BUILTIN_CLZ macro
H A Dbit_util.h85 #if (defined(__amd64__) || defined(__x86_64__) || defined(JEMALLOC_HAVE_BUILTIN_CLZ))
95 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ))
115 #if ((defined(__i386__) || defined(JEMALLOC_HAVE_BUILTIN_CLZ)) && (!defined(__s390__)))
125 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ))
182 #elif (defined(JEMALLOC_HAVE_BUILTIN_CLZ))

Completed in 56 milliseconds