HomeSort by relevance Sort by last modified time
    Searched defs:__rand (Results 1 - 3 of 3) sorted by null

  /external/fio/lib/
rand.h 10 static inline unsigned int __rand(struct frand_state *state) function
  /development/ndk/platforms/android-L/include/
stdlib.h 113 #define __rand lrand48 macro
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 845 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)) {

Completed in 1000 milliseconds