Searched refs:ffs (Results 1 – 16 of 16) sorted by relevance
/picolibc-latest/test/ |
D | ffs.c | 105 ret += check(0, ffs(0), slow_ffs(0), "ffs"); in main() 115 ret += check(x, ffs(x), slow_ffs(x), "ffs"); in main() 127 ret += check(x, ffs(x), slow_ffs(x), "ffs"); in main()
|
D | CMakeLists.txt | 47 ffs
|
D | meson.build | 38 'ffs', 'setjmp', 'atexit', 'on_exit', 586 'ffs', 'setjmp', 'atexit', 'on_exit',
|
/picolibc-latest/newlib/libc/misc/ |
D | ffs.c | 66 ffs(int i) in ffs() function
|
D | misc.tex | 34 * Function ffs:: Return first bit set in a word 40 @include misc/ffs.def
|
D | CMakeLists.txt | 36 ffs.c
|
D | meson.build | 36 'ffs.c',
|
/picolibc-latest/newlib/libc/include/ |
D | strings.h | 63 int ffs(int) __pure2;
|
/picolibc-latest/newlib/libc/machine/arc64/ |
D | strlen.S | 122 ffs r1, r1 ; [6] 246 ; the first match (or ffs depending on the values in bset) [2]. The 283 ; One thing to note, is that ffs oddly returns 31 if no bit is found, 293 ; ffs does not find a bit, because we know for sure there is at least
|
D | strcmp.S | 118 ffs.f r10, r0 122 ffs r12, r12 333 ; Unlike with r10, we dont need to check the zero flag for r12s' ffs because if
|
D | memchr.S | 157 ffs r2, r2 ; [6] 321 ; match (or ffs depending on the values in bset) [2]. 355 ; One thing to note, is that ffs oddly returns 31 if no bit is found, setting 363 ; worry about the case where ffs does not find a bit, because we know for sure
|
D | strcat.S | 133 ffs r2, r2 ; [6] 252 ffs r2, r10 ; [6] 539 ; match (or ffs depending on the values in bset) [2]. 573 ; One thing to note, is that ffs oddly returns 31 if no bit is found, setting 581 ; about the case where ffs does not find a bit, because we know for sure there is
|
D | memcmp.S | 114 ffs r13, r13
|
/picolibc-latest/newlib/libc/machine/arc/ |
D | strcmp-archs.S | 86 ffs r0, r4
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4005 * libc/misc/ffs.c, libc/string/bcmp.c, libc/string/bcopy.c, 4032 * libc/misc/ffs.c: Include <strings.h> for "ffs". 15140 * libc/locale/nl_langinfo.c libc/misc/ffs.c: Ditto. 17343 * libc/misc/misc.tex: Add ffs function. 22685 * libc/include/string.h: remove redefinition of ffs 23465 * libc/misc/ffs.c: New file to support ffs function for GCC test 23468 * libc/misc/Makefile.in ({O,CHEWOUT_}FILES): Add ffs. 23649 * libc/string.h: Added ffs, removed swab.
|
/picolibc-latest/ |
D | COPYING.picolibc | 780 test/ffs.c 1469 newlib/libc/misc/ffs.c
|