Home
last modified time | relevance | path

Searched refs:ffs (Results 1 – 16 of 16) sorted by relevance

/picolibc-latest/test/
Dffs.c105 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()
DCMakeLists.txt47 ffs
Dmeson.build38 'ffs', 'setjmp', 'atexit', 'on_exit',
586 'ffs', 'setjmp', 'atexit', 'on_exit',
/picolibc-latest/newlib/libc/misc/
Dffs.c66 ffs(int i) in ffs() function
Dmisc.tex34 * Function ffs:: Return first bit set in a word
40 @include misc/ffs.def
DCMakeLists.txt36 ffs.c
Dmeson.build36 'ffs.c',
/picolibc-latest/newlib/libc/include/
Dstrings.h63 int ffs(int) __pure2;
/picolibc-latest/newlib/libc/machine/arc64/
Dstrlen.S122 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
Dstrcmp.S118 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
Dmemchr.S157 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
Dstrcat.S133 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
Dmemcmp.S114 ffs r13, r13
/picolibc-latest/newlib/libc/machine/arc/
Dstrcmp-archs.S86 ffs r0, r4
/picolibc-latest/newlib/
DChangeLog-20154005 * 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/
DCOPYING.picolibc780 test/ffs.c
1469 newlib/libc/misc/ffs.c