Searched refs:__s (Results 1 – 2 of 2) sorted by relevance
109 static __inline__ void srand(unsigned int __s) { in srand() argument110 srand48(__s); in srand()116 static __inline__ void srandom(unsigned int __s) in srandom() argument118 srand48(__s); in srandom()
322 __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);