Searched refs:ffsll (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/test/ |
D | ffs.c | 107 ret += check(0, ffsll(0), slow_ffsll(0), "ffsll"); in main() 117 ret += check(xll, ffsll(xll), slow_ffsll(xll), "ffsll"); in main() 129 ret += check(xll, ffsll(xll), slow_ffsll(xll), "ffsll"); in main()
|
/picolibc-latest/newlib/libc/string/ |
D | ffsll.c | 31 ffsll(long long i) in ffsll() function
|
D | CMakeLists.txt | 41 ffsll.c
|
D | meson.build | 41 'ffsll.c',
|
/picolibc-latest/newlib/libc/include/ |
D | strings.h | 67 int ffsll(long long) __pure2;
|
/picolibc-latest/ |
D | COPYING.picolibc | 213 newlib/libc/string/ffsll.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1522 (ffsll): Ditto.
|