/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/uboot/u-boot-2020.01/drivers/crypto/ |
D | ace_sha.c | 120 void srand(unsigned int seed) in srand() function 150 srand(seed); in rand() 179 srand(*seedp); in rand_r()
|
/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/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/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/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/musl/porting/liteos_m/kernel/src/prng/ |
D | rand.c | 4 void srand(unsigned s) in srand() function
|
/third_party/uboot/u-boot-2020.01/include/ |
D | rand.h | 20 void srand(unsigned int seed);
|
/third_party/musl/src/prng/ |
D | rand.c | 6 void srand(unsigned s) in srand() function
|
/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/uboot/u-boot-2020.01/lib/ |
D | rand.c | 29 void srand(unsigned int seed) in srand() function
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | gen_eth_addr.c | 17 srand(time(0) + (getpid() << 8)); in main()
|
/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/uboot/u-boot-2020.01/net/ |
D | net_rand.h | 40 srand(seed_mac()); in srand_mac()
|
/third_party/jerryscript/tests/unit-core/ |
D | test-common.h | 53 srand (now.u); \
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | vccompat.h | 42 #define srandom srand
|
/third_party/jerryscript/jerry-main/ |
D | libfuzzer.c | 22 srand (0); in LLVMFuzzerTestOneInput()
|
/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()
|