| /src/common/lib/libc/string/ |
| ffsl.c | 1 /* $NetBSD: ffsl.c,v 1.2 2024/11/07 18:12:09 christos Exp $ */ 30 __RCSID("$NetBSD: ffsl.c,v 1.2 2024/11/07 18:12:09 christos Exp $"); 37 #undef ffsl /* paranoia */ macro 40 ffsl(long x) function
|
| /src/external/bsd/jemalloc.old/dist/include/msvc_compat/ |
| strings.h | 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided 9 static __forceinline int ffsl(long x) { function 19 return ffsl(x); 54 # define ffsl(x) __builtin_ffsl(x) macro
|
| /src/external/bsd/jemalloc/dist/include/msvc_compat/ |
| strings.h | 4 /* MSVC doesn't define ffs/ffsl. This dummy strings.h header is provided 10 ffsl(long x) { function 21 return ffsl(x); 57 # define ffsl(x) __builtin_ffsl(x) macro
|
| /src/common/lib/libc/arch/mips/string/ |
| ffs.S | 45 XLEAF(ffsl) 61 LEAF(ffsl) 68 END(ffsl) 73 XLEAF(ffsl) 84 XLEAF(ffsl)
|
| /src/include/ |
| strings.h | 62 int ffsl(long) __constfunc;
|
| /src/tests/include/sys/ |
| Makefile | 18 COPTS.t_bitops.c+= -fno-builtin-ffsl
|
| t_bitops.c | 169 ATF_CHECK_EQ_MSG((n = ffsl(0)), 0x00, "n=%d", n); 178 ATF_CHECK_EQ_MSG((n = ffsl(ULONG_MAX)), 0x01, "n=%d\n", n); 184 ATF_CHECK_EQ_MSG((n = ffsl((unsigned long)LONG_MAX + 1)), 201 ATF_CHECK_EQ_MSG((n = ffsl(1UL << i)), i + 1, 222 ATF_CHECK_EQ_MSG((n = ffsl(bits[i].val)), (m = bits[i].ffs), 239 ATF_CHECK_EQ_MSG((n = ffsl(bits[i].val << 1)), 262 ATF_CHECK_EQ_MSG((n = ffsl(bits[i].val << 9)),
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| string.in.h | 62 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 167 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 169 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 170 _GL_CXXALIASWARN (ffsl); 172 # undef ffsl 174 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| string.in.h | 62 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 167 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 169 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 170 _GL_CXXALIASWARN (ffsl); 172 # undef ffsl 174 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/ |
| string.h | 67 /* AIX 7.2 declares ffsl and ffsll in <strings.h>, not in <string.h>. */ 678 _GL_FUNCDECL_SYS (ffsl, int, (long int i)); 680 _GL_CXXALIAS_SYS (ffsl, int, (long int i)); 681 _GL_CXXALIASWARN (ffsl); 683 # undef ffsl macro 685 _GL_WARN_ON_USE (ffsl, "ffsl is not portable - use the ffsl module");
|