Searched defs:__rand (Results 1 - 3 of 3) sorted by relevance

/external/fio/lib/
H A Drand.h10 static inline unsigned int __rand(struct frand_state *state) function
/external/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c845 char *auts, *__rand; local
858 __rand = strchr(auts, ' ');
859 if (__rand == NULL)
861 *__rand++ = '\0';
865 imsi, auts, __rand);
868 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {
/external/stlport/stlport/stl/
H A D_algo.c550 _RandomNumberGenerator &__rand) {
554 iter_swap(__i, __first + __rand((__i - __first) + 1));
584 _RandomNumberGenerator& __rand) {
590 if (__rand(__remaining) < __m) {
628 _RandomNumberGenerator& __rand,
637 _Distance __M = __rand(__t);
662 _RandomNumberGenerator& __rand) {
666 __out_first, __rand,
549 random_shuffle(_RandomAccessIter __first, _RandomAccessIter __last, _RandomNumberGenerator &__rand) argument
582 random_sample_n(_ForwardIter __first, _ForwardIter __last, _OutputIter __out_ite, const _Distance __n, _RandomNumberGenerator& __rand) argument
626 __random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_ite, _RandomNumberGenerator& __rand, const _Distance __n) argument
660 random_sample(_InputIter __first, _InputIter __last, _RandomAccessIter __out_first, _RandomAccessIter __out_last, _RandomNumberGenerator& __rand) argument

Completed in 521 milliseconds