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

  /external/stlport/test/eh/
random_number.cpp 2 random_number.cpp
16 #include "random_number.h"
26 unsigned random_number( size_t range ) function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
random_number.h 25 /** @file parallel/random_number.h
41 class random_number class in namespace:__gnu_parallel
73 random_number() function in class:__gnu_parallel::random_number
84 random_number(uint32 seed, uint64 supremum = 0x100000000ULL) function in class:__gnu_parallel::random_number
  /external/libyuv/files/unit_test/
rotate_test.cc 987 uint8 random_number = random() & 0x7f; local
988 orig_uv[i * (uvw * 2 + b * 2) + j] = random_number;
989 orig_uv[i * (uvw * 2 + b * 2) + j + 1] = -random_number;
1095 uint8 random_number = random() & 0x7f; local
1096 orig_uv[i * (uvw * 2 + b * 2) + j] = random_number;
1097 orig_uv[i * (uvw * 2 + b * 2) + j + 1] = -random_number;
1203 uint8 random_number = random() & 0x7f; local
1204 orig_uv[i * (uvw * 2 + b * 2) + j] = random_number;
1205 orig_uv[i * (uvw * 2 + b * 2) + j + 1] = -random_number;
1313 uint8 random_number = random() & 0x7f; local
1464 uint8 random_number = random() & 0x7f; local
    [all...]
  /external/stressapptest/src/
disk_blocks.cc 151 int64 random_number = Random64(); local
152 int64 random_pos = random_number % nelems_;

Completed in 87 milliseconds