HomeSort by: relevance | last modified time | path
    Searched refs:JEMALLOC_INTERNAL_FFSL (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_defs.h 264 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
bit_util.h 7 #if !defined(JEMALLOC_INTERNAL_FFSLL) || !defined(JEMALLOC_INTERNAL_FFSL) \
28 return JEMALLOC_INTERNAL_FFSL(x) - 1;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_defs.h 283 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
bit_util.h 8 #if !defined(JEMALLOC_INTERNAL_FFSLL) || !defined(JEMALLOC_INTERNAL_FFSL) \
29 return JEMALLOC_INTERNAL_FFSL(x) - 1;
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 283 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
bit_util.h 8 #if !defined(JEMALLOC_INTERNAL_FFSLL) || !defined(JEMALLOC_INTERNAL_FFSL) \
29 return JEMALLOC_INTERNAL_FFSL(x) - 1;
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
bit_util.h 7 #if !defined(JEMALLOC_INTERNAL_FFSLL) || !defined(JEMALLOC_INTERNAL_FFSL) \
28 return JEMALLOC_INTERNAL_FFSL(x) - 1;
  /src/external/bsd/jemalloc.old/dist/
configure 11741 $as_echo "#define JEMALLOC_INTERNAL_FFSL __builtin_ffsl" >>confdefs.h
11789 $as_echo "#define JEMALLOC_INTERNAL_FFSL ffsl" >>confdefs.h
11930 result = JEMALLOC_INTERNAL_FFSL(result) - 1;
  /src/external/bsd/jemalloc/dist/
configure 12508 $as_echo "#define JEMALLOC_INTERNAL_FFSL __builtin_ffsl" >>confdefs.h
12556 $as_echo "#define JEMALLOC_INTERNAL_FFSL ffsl" >>confdefs.h
12723 result = JEMALLOC_INTERNAL_FFSL(result) - 1;

Completed in 30 milliseconds