Home
last modified time | relevance | path

Searched refs:__s (Results 1 – 4 of 4) sorted by relevance

/development/ndk/platforms/android-9/include/
Dstdlib.h123 static __inline__ void srand(unsigned int __s) { in srand() argument
124 srand48(__s); in srand()
130 static __inline__ void srandom(unsigned int __s) in srandom() argument
132 srand48(__s); in srandom()
/development/ndk/platforms/android-8/include/
Dstdlib.h123 static __inline__ void srand(unsigned int __s) { in srand() argument
124 srand48(__s); in srand()
130 static __inline__ void srandom(unsigned int __s) in srandom() argument
132 srand48(__s); in srandom()
/development/ndk/platforms/android-3/include/
Dstdlib.h122 static __inline__ void srand(unsigned int __s) { in srand() argument
123 srand48(__s); in srand()
129 static __inline__ void srandom(unsigned int __s) in srandom() argument
131 srand48(__s); in srandom()
/development/ndk/platforms/android-16/include/
Dstdlib.h126 static __inline__ void srand(unsigned int __s) { in srand() argument
127 srand48(__s); in srand()
133 static __inline__ void srandom(unsigned int __s) in srandom() argument
135 srand48(__s); in srandom()