/third_party/musl/libc-test/src/functionalext/supplement/prng/ |
D | srand.c | 29 srand(10); in srand_0100() 33 srand(10); in srand_0100() 53 srand(10); in srand_0200() 55 srand(500); in srand_0200()
|
D | rand.c | 30 srand((unsigned int)time(0)); in rand_0100()
|
/third_party/littlefs/tests/ |
D | test_files.toml | 32 srand(1); 47 srand(1); 71 srand(1); 86 srand(1); 101 srand(2); 116 srand(2); 125 srand(1); 153 srand(1); 168 srand(1); 183 srand(2); [all …]
|
D | test_exhaustion.toml | 25 srand(cycle * i); 54 srand(cycle * i); 107 srand(cycle * i); 136 srand(cycle * i); 198 srand(cycle * i); 227 srand(cycle * i); 287 srand(cycle * i); 316 srand(cycle * i); 372 srand(cycle * i); 401 srand(cycle * i);
|
/third_party/flutter/skia/third_party/externals/sdl/src/test/ |
D | SDL_test_random.c | 71 srand((unsigned int)time(NULL)); in SDLTest_RandomInitTime() 73 srand(clock()); in SDLTest_RandomInitTime()
|
/third_party/skia/tools/fiddle/ |
D | fiddle_main.cpp | 257 srand(0); in main() 278 srand(0); in main() 290 srand(0); in main() 301 srand(0); in main()
|
/third_party/boost/libs/mpi/example/ |
D | generate_collect_optional.cpp | 21 using std::srand; in generate_data() 27 srand(time(0) + world.rank()); in generate_data()
|
D | generate_collect.cpp | 20 using std::srand; in generate_data() 26 srand(time(0) + world.rank()); in generate_data()
|
D | in_place_global_min.cpp | 19 std::srand(world.rank()); in main()
|
D | global_min.cpp | 20 std::srand(world.rank()); in main()
|
/third_party/flutter/skia/tools/fiddle/ |
D | fiddle_main.cpp | 283 srand(0); in main() 303 srand(0); in main() 312 srand(0); in main() 322 srand(0); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | MetaRenamer.cpp | 50 void srand(unsigned int seed) { in srand() function 62 prng.srand(seed); in Renamer()
|
/third_party/ltp/testcases/kernel/fs/mongo/ |
D | reiser_fract_tree.c | 257 srand(1); in determine_nr_of_files() 265 srand(1); in determine_nr_of_files() 451 srand(1); in make_fractal_tree()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 71 srand((unsigned)time(NULL)); in randomInt64() 91 srand((unsigned)time(NULL)); in randomDouble() 125 srand((unsigned)time(NULL)); in randomInt32()
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 88 extern void srand(unsigned); 480 srand((unsigned int)getpid()); in initrand() 482 srand((unsigned int)time(NULL)); in initrand()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/rl/ |
D | buffer_sample_cpu_kernel.h | 48 std::srand(time(nullptr)); in Init() 51 std::srand(seed_); in Init()
|
/third_party/musl/porting/liteos_m/kernel/src/prng/ |
D | rand.c | 4 void srand(unsigned s) in srand() function
|
/third_party/musl/porting/uniproton/kernel/src/prng/ |
D | rand.c | 4 void srand(unsigned s) in srand() function
|
/third_party/musl/src/prng/ |
D | rand.c | 6 void srand(unsigned s) in srand() function
|
/third_party/boost/libs/units/example/ |
D | performance.cpp | 251 std::srand(1492); in main() 271 std::srand(1492); in main() 288 std::srand(1492); in main() 315 std::srand(1492); in main()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-common.h | 53 srand (now.u); \
|
/third_party/jerryscript/jerry-main/ |
D | libfuzzer.c | 22 srand (0); in LLVMFuzzerTestOneInput()
|
/third_party/openh264/test/api/ |
D | simple_test.cpp | 24 srand (seed);
|
/third_party/gstreamer/gstplugins_good/gst/goom/ |
D | goom_tools.c | 27 srand (i); in goom_random_init()
|
/third_party/grpc/test/core/util/ |
D | port_isolated_runtime_environment.cc | 37 srand(gpr_now(GPR_CLOCK_REALTIME).tv_nsec); in get_random_port_offset()
|