| /third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
| H A D | low_level_alloc_test.cc | 88 int rnd; in Test() local
|
| /third_party/vk-gl-cts/modules/glshared/ |
| H A D | glsInteractionTestUtil.cpp | 44 static Vec4 getRandomColor (de::Random& rnd) in getRandomColor() argument 54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targetWidth, int targetHeight) in computeRandomRenderState() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | colorspacedsp_yuv2yuv_template.c | 51 const int rnd = 1 << (sh - 1); in yuv2yuv() local
|
| H A D | vsrc_sierpinski.c | 168 unsigned int rnd = av_lfg_get(&s->lfg); in draw_sierpinski() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | mathematics.c | 58 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd) in av_rescale_rnd() argument 134 av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, enum AVRounding rnd) av_rescale_q_rnd() argument [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | checkasm.h | 115 #define rnd() av_lfg_get(&checkasm_lfg) macro
|
| /third_party/FreeBSD/lib/libc/gen/ |
| H A D | arc4random.c | 113 u_char rnd[KEYSZ + IVSZ];
in _rs_stir() local [all...] |
| /third_party/libcoap/tests/ |
| H A D | test_session.c | 86 double rnd = 1 + (fp_to_double(ack_random_factor) - 1.0) * q_to_double(r); in timeout() local
|
| /third_party/node/deps/v8/src/base/utils/ |
| H A D | random-number-generator.cc | 105 int rnd = Next(31); in NextInt() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/glesext/fragment_shading_rate/ |
| H A D | esextcFragmentShadingRateBasic.cpp | 176 deRandom rnd; in setupTest() local
|
| /third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
| H A D | test_digestauth.c | 138 char rnd[8]; in testDigestAuth() local
|
| H A D | test_digestauth_with_arguments.c | 137 char rnd[8]; in testDigestAuth() local
|
| /third_party/skia/tests/ |
| H A D | RandomTest.cpp | 116 unsigned int rnd = rand.nextU(); in test_single_gorilla() local 123 unsigned int rnd = rand.nextU(); in test_single_gorilla() local
|
| /third_party/python/Modules/_decimal/libmpdec/ |
| H A D | basearith.c | 505 mpd_uint_t rnd, rest; /* rounding digit, rest */ in _mpd_baseshiftr() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_test_util.h | 86 std::minstd_rand rnd; in CreateRandomString() local
|
| /third_party/skia/gm/ |
| H A D | imagealphathreshold.cpp | 181 SkRandom rnd; in make_img() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| H A D | es3fPrerequisiteTests.cpp | 131 deRandom rnd; in iterate() local 185 deRandom rnd; in iterate() local [all...] |
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sSyncTests.cpp | 97 static void generateVertices (std::vector<float>& dst, int numPrimitives, de::Random& rnd) in generateVertices() argument
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deRandom.hpp | 183 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); } in randomScalar() argument 184 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); } in randomScalar() argument 185 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { if (minValue == 0 && maxValue == 0xffffffff) return rnd.getUint32(); in randomScalar() argument 187 template<> inline deInt16 randomScalar (de::Random& rnd, deInt16 minValue, deInt16 maxValue) { return (deInt16)rnd in randomScalar() argument 188 randomScalar(de::Random& rnd, deUint16 minValue, deUint16 maxValue) randomScalar() argument 189 randomScalar(de::Random& rnd, deInt8 minValue, deInt8 maxValue) randomScalar() argument 190 randomScalar(de::Random& rnd, deUint8 minValue, deUint8 maxValue) randomScalar() argument [all...] |
| H A D | deSpinBarrier.cpp | 220 SpinBarrier::WaitMode getWaitMode (de::Random& rnd) in getWaitMode() argument
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDebugMarkerTests.cpp | 75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString() argument 85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString() argument [all...] |
| H A D | es2fPrerequisiteTests.cpp | 131 deRandom rnd; in iterate() local 185 deRandom rnd; in iterate() local [all...] |
| /test/xts/hats/hdf/hdf_lite/manager/common/ |
| H A D | hdf_sbuf_test.cpp | 65 std::random_device rnd; in GenDataSequence() local 232 std::random_device rnd; in SbufData() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | xvididct.c | 57 static int idct_row(short *in, const int *const tab, int rnd) in idct_row() argument
|
| H A D | msvideo1enc.c | 40 AVLFG rnd; member
|