Home
last modified time | relevance | path

Searched defs:__s (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/include/android/
H A Dlegacy_stdlib_inlines.h75 static __inline void srand(unsigned int __s) { srand48(__s); } in srand()
79 static __inline void srandom(unsigned int __s) { srand48(__s); } in srandom()
98 static __inline double strtod_l(const char* __s, char** __end_ptr, locale_t __l) { in strtod_l()
102 static __inline float strtof_l(const char* __s, char** __end_ptr, locale_t __l) { in strtof_l()
106 static __inline long strtol_l(const char* __s, char** __end_ptr, int __base, locale_t __l) { in strtol_l()
/aosp12/bionic/libc/arch-x86/
H A Ddynamic_function_dispatch.cpp83 typedef size_t strlen_func(const char* __s); typedef
/aosp12/bionic/libc/arch-arm/
H A Ddynamic_function_dispatch.cpp282 typedef size_t strlen_func(const char* __s); typedef