Searched refs:ffsl (Results 1 – 12 of 12) sorted by relevance
/picolibc-latest/test/ |
D | ffs.c | 106 ret += check(0, ffsl(0), slow_ffsl(0), "ffsl"); in main() 116 ret += check(xl, ffsl(xl), slow_ffsl(xl), "ffsl"); in main() 128 ret += check(xl, ffsl(xl), slow_ffsl(xl), "ffsl"); in main()
|
/picolibc-latest/newlib/libc/string/ |
D | ffsl.c | 31 ffsl(long i) in ffsl() function
|
D | CMakeLists.txt | 40 ffsl.c
|
D | meson.build | 40 'ffsl.c',
|
/picolibc-latest/newlib/libc/include/ |
D | strings.h | 66 int ffsl(long) __pure2;
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strcmp.S | 230 ffsl.f r10, r0 ; [5] 234 ffsl r12, r12 ; [8]
|
D | strcat.S | 364 ffsl r2, r2 ; [6] 487 ffsl r2, r10 ; [6]
|
D | memcmp.S | 158 ffsl r0, r0 ; (2)
|
D | strlen.S | 213 ffsl r1, r1 ; [6]
|
D | memchr.S | 288 ffsl r2, r2 ; [6]
|
/picolibc-latest/ |
D | COPYING.picolibc | 212 Files: newlib/libc/string/ffsl.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1521 * libc/include/string.h (ffsl): Declare as GNU function.
|