Home
last modified time | relevance | path

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

/bionic/libc/include/
Dstdlib.h109 static __inline__ void srand(unsigned int __s) { in srand() argument
110 srand48(__s); in srand()
116 static __inline__ void srandom(unsigned int __s) in srandom() argument
118 srand48(__s); in srandom()
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h322 __typeof(a) __s, __w; \
325 __s = __w - (a); \
326 (b) = ((a) - (__w - __s)) + ((b) - __s); \
424 void _scan_nan(uint32_t *__words, int __num_words, const char *__s);