Searched refs:__rand (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/wpa/hostapd/ |
| HD | hlr_auc_gw.c | 794 char *auts, *__rand; in aka_auts() local 805 __rand = strchr(auts, ' '); in aka_auts() 806 if (__rand == NULL) in aka_auts() 808 *__rand++ = '\0'; in aka_auts() 810 printf("AKA-AUTS: IMSI=%s AUTS=%s RAND=%s\n", imsi, auts, __rand); in aka_auts() 812 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) { in aka_auts()
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | algorithm | 304 _RandomNumberGenerator& __rand) 319 if (__rand(__remaining) < __m) 359 _RandomNumberGenerator& __rand, 374 _Distance __M = __rand(__t); 415 _RandomNumberGenerator& __rand) 425 __out_first, __rand,
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_algo.h | 2004 _RandomNumberGenerator& __rand) in random_shuffle() argument 2014 std::iter_swap(__i, __first + __rand((__i - __first) + 1)); in random_shuffle()
|
| /trueos/contrib/libc++/include/ |
| D | algorithm | 3103 _RandomNumberGenerator&& __rand) 3105 _RandomNumberGenerator& __rand) 3114 difference_type __i = __rand(__d);
|