Home
last modified time | relevance | path

Searched refs:ffsll (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/test/
Dffs.c107 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/
Dffsll.c31 ffsll(long long i) in ffsll() function
DCMakeLists.txt41 ffsll.c
Dmeson.build41 'ffsll.c',
/picolibc-latest/newlib/libc/include/
Dstrings.h67 int ffsll(long long) __pure2;
/picolibc-latest/
DCOPYING.picolibc213 newlib/libc/string/ffsll.c
/picolibc-latest/newlib/
DChangeLog-20151522 (ffsll): Ditto.