Home
last modified time | relevance | path

Searched refs:__BIONIC_STRINGS_INLINE (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dstrings.h52 #if !defined(__BIONIC_STRINGS_INLINE)
53 #define __BIONIC_STRINGS_INLINE static __inline macro
81 __BIONIC_STRINGS_INLINE int ffs(int __n) { in ffs()
92 __BIONIC_STRINGS_INLINE int ffsl(long __n) { in ffsl()
103 __BIONIC_STRINGS_INLINE int ffsll(long long __n) { in ffsll()
/bionic/libc/bionic/
Dffs.cpp29 #define __BIONIC_STRINGS_INLINE /* Out of line. */ macro