HomeSort by relevance Sort by last modified time
    Searched full:__rand (Results 1 - 25 of 34) sorted by null

1 2

  /external/fio/lib/
gauss.c 17 r = __rand(&gs->r);
29 sum += __rand(&gs->r) % (gs->nranges + 1);
zipf.c 38 zs->rand_off = __rand(&zs->rand);
61 rand_uni = (double) __rand(&zs->rand) / (double) FRAND32_MAX;
88 double rand = (double) __rand(&zs->rand) / (double) FRAND32_MAX;
rand.c 129 unsigned long r = __rand(fs);
132 r *= (unsigned long) __rand(fs);
191 unsigned long r = __rand(fs);
194 r *= (unsigned long) __rand(fs);
rand.h 97 static inline uint64_t __rand(struct frand_state *state) function
  /external/fio/
trim.c 80 r = __rand(&td->trim_state);
io_u.c 98 r = __rand(&td->random_state);
557 r = __rand(&td->bsrange_state);
1094 r = __rand(&td->next_file_state);
    [all...]
verify.c 1372 io_u->rand_seed = __rand(&td->verify_state)
    [all...]
backend.c 935 io_u->rand_seed = __rand(&td->verify_state);
937 io_u->rand_seed *= __rand(&td->verify_state);
    [all...]
filesetup.c 307 r = __rand(&td->file_size_state);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
algorithm 303 _RandomNumberGenerator& __rand)
318 if (__rand(__remaining) < __m)
358 _RandomNumberGenerator& __rand,
373 _Distance __M = __rand(__t);
414 _RandomNumberGenerator& __rand)
424 __out_first, __rand,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
algorithm 303 _RandomNumberGenerator& __rand)
318 if (__rand(__remaining) < __m)
358 _RandomNumberGenerator& __rand,
373 _Distance __M = __rand(__t);
414 _RandomNumberGenerator& __rand)
424 __out_first, __rand,
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 813 char *auts, *__rand; local
826 __rand = strchr(auts, ' ');
827 if (__rand == NULL)
829 *__rand++ = '\0';
833 imsi, auts, __rand);
836 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
algo.h     [all...]
  /external/fio/engines/
rdma.c 705 index = __rand(&rd->rand_state) % rd->rmt_nr;
715 index = __rand(&rd->rand_state) % rd->rmt_nr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
algorithm     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
algorithm     [all...]
  /external/libcxx/include/
algorithm     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
algorithm     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
algorithm     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
algorithm     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
algorithm     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
algorithm     [all...]

Completed in 607 milliseconds

1 2