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

1 2

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_x86.c 13 #define rand __rand
19 return __rand();
  /external/fio/lib/
rand.c 56 __rand(state);
84 unsigned long r = __rand(fs);
87 r *= (unsigned long) __rand(fs);
97 unsigned long r = __rand(fs);
109 r *= (unsigned long) __rand(fs);
zipf.c 39 zs->rand_off = __rand(&zs->rand);
62 rand_uni = (double) __rand(&zs->rand) / (double) FRAND_MAX;
84 double rand = (double) __rand(&zs->rand) / (double) FRAND_MAX;
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/fio/
trim.c 82 r = __rand(&td->__trim_state);
io_u.c 102 r = __rand(&td->__random_state);
207 r = __rand(&td->__seq_rand_state[ddir]);
455 r = __rand(&td->__bsrange_state);
524 r = __rand(&td->__rwmix_state);
975 r = __rand(&td->__next_file_state);
    [all...]
verify.c 1146 io_u->rand_seed = __rand(&td->__verify_state);
1148 io_u->rand_seed *= __rand(&td->__verify_state);
  /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)) {
  /external/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.c 550 _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,
    [all...]
_algo.h 367 _RandomNumberGenerator& __rand);
380 _RandomNumberGenerator& __rand);
392 _RandomNumberGenerator& __rand);
  /external/fio/engines/
rdma.c 609 index = __rand(&rd->rand_state) % rd->rmt_nr;
619 index = __rand(&rd->rand_state) % rd->rmt_nr;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
algo.h     [all...]

Completed in 381 milliseconds

1 2