Searched defs:ffs (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/include/ | ||
H A D | strings.h | 81 __BIONIC_STRINGS_INLINE int ffs(int __n) { in ffs() function |
/aosp12/bionic/tests/ | ||
H A D | strings_test.cpp | 29 TEST(STRINGS_TEST, ffs) { in TEST() argument |