Searched defs:__n (Results 1 – 2 of 2) sorted by relevance
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()
31 void* memset_explicit(void* __dst, int __ch, size_t __n) { in memset_explicit()