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

1 2 3

  /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/
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.c 57 __rand(state);
100 unsigned long r = __rand(fs);
103 r *= (unsigned long) __rand(fs);
188 unsigned long r = __rand(fs);
191 r *= (unsigned long) __rand(fs);
rand.h 18 static inline unsigned int __rand(struct frand_state *state) function
  /external/fio/
trim.c 78 r = __rand(&td->trim_state);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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-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,
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 301 _RandomNumberGenerator& __rand)
316 if (__rand(__remaining) < __m)
356 _RandomNumberGenerator& __rand,
371 _Distance __M = __rand(__t);
412 _RandomNumberGenerator& __rand)
422 __out_first, __rand,
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 301 _RandomNumberGenerator& __rand)
316 if (__rand(__remaining) < __m)
356 _RandomNumberGenerator& __rand,
371 _Distance __M = __rand(__t);
412 _RandomNumberGenerator& __rand)
422 __out_first, __rand,
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
algorithm 301 _RandomNumberGenerator& __rand)
316 if (__rand(__remaining) < __m)
356 _RandomNumberGenerator& __rand,
371 _Distance __M = __rand(__t);
412 _RandomNumberGenerator& __rand)
422 __out_first, __rand,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
algorithm 301 _RandomNumberGenerator& __rand)
316 if (__rand(__remaining) < __m)
356 _RandomNumberGenerator& __rand,
371 _Distance __M = __rand(__t);
412 _RandomNumberGenerator& __rand)
422 __out_first, __rand,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 305 _RandomNumberGenerator& __rand)
320 if (__rand(__remaining) < __m)
360 _RandomNumberGenerator& __rand,
375 _Distance __M = __rand(__t);
416 _RandomNumberGenerator& __rand)
426 __out_first, __rand,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 305 _RandomNumberGenerator& __rand)
320 if (__rand(__remaining) < __m)
360 _RandomNumberGenerator& __rand,
375 _Distance __M = __rand(__t);
416 _RandomNumberGenerator& __rand)
426 __out_first, __rand,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
algorithm 305 _RandomNumberGenerator& __rand)
320 if (__rand(__remaining) < __m)
360 _RandomNumberGenerator& __rand,
375 _Distance __M = __rand(__t);
416 _RandomNumberGenerator& __rand)
426 __out_first, __rand,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
algorithm 305 _RandomNumberGenerator& __rand)
320 if (__rand(__remaining) < __m)
360 _RandomNumberGenerator& __rand,
375 _Distance __M = __rand(__t);
416 _RandomNumberGenerator& __rand)
426 __out_first, __rand,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/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 867 char *auts, *__rand; local
880 __rand = strchr(auts, ' ');
881 if (__rand == NULL)
883 *__rand++ = '\0';
887 imsi, auts, __rand);
890 hexstr2bin(__rand, _rand, EAP_AKA_RAND_LEN)) {
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 1455 milliseconds

1 2 3