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

  /src/external/bsd/jemalloc/dist/include/msvc_compat/
strings.h 54 # define ffsl(x) __builtin_ffsl(x)
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/
strings.h 54 # define ffsl(x) __builtin_ffsl(x)
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_defs.h 264 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_defs.h 264 #define JEMALLOC_INTERNAL_FFSL __builtin_ffsl
  /src/sys/arch/xen/include/
xen.h 153 #define xen_ffs __builtin_ffsl
  /src/sys/arch/mips/cavium/
octeonvar.h 228 #define ffs64 __builtin_ffsl
  /src/external/gpl3/gcc/dist/gcc/
hwint.h 237 return __builtin_ffsl (x);
  /src/external/gpl3/gcc.old/dist/gcc/
hwint.h 216 return __builtin_ffsl (x);
  /src/sys/uvm/pmap/
pmap_tlb.c 862 const u_int n = __builtin_ffsl(bits) - 1;
  /src/external/bsd/jemalloc/dist/
configure 11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program using __builtin_ffsl is compilable" >&5
11701 $as_echo_n "checking whether a program using __builtin_ffsl is compilable... " >&6; }
11717 int rv = __builtin_ffsl(0x08);
11741 $as_echo "#define JEMALLOC_INTERNAL_FFSL __builtin_ffsl" >>confdefs.h
11795 as_fn_error $? "Cannot build without ffsl(3) or __builtin_ffsl()" "$LINENO" 5
  /src/external/bsd/jemalloc.old/dist/
configure 11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program using __builtin_ffsl is compilable" >&5
11701 $as_echo_n "checking whether a program using __builtin_ffsl is compilable... " >&6; }
11717 int rv = __builtin_ffsl(0x08);
11741 $as_echo "#define JEMALLOC_INTERNAL_FFSL __builtin_ffsl" >>confdefs.h
11795 as_fn_error $? "Cannot build without ffsl(3) or __builtin_ffsl()" "$LINENO" 5

Completed in 68 milliseconds