Searched refs:random_seed (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dssh-com.sh46 RandomSeedFile ${OBJ}/random_seed
116 for i in sshd_config_proxy ssh_config_proxy random_seed \
H A Dssh-com-client.sh60 RandomSeedFile ${OBJ}/random_seed
131 for i in ssh2_config random_seed dsa.pub dsa host.dsa \
/macosx-10.10.1/xnu-2782.1.97/tools/tests/jitter/
H A Dtimer_jitter.c221 unsigned random_seed; local
245 random_seed = (unsigned)atoi(optarg);
246 srandom(random_seed);
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h92 const char kRandomSeedFlag[] = "random_seed";
165 random_seed_ = GTEST_FLAG(random_seed);
186 GTEST_FLAG(random_seed) = random_seed_;
770 int random_seed() const { return random_seed_; } function in class:testing::internal::UnitTestImpl
/macosx-10.10.1/ruby-106/ruby/
H A Drandom.c231 static VALUE random_seed(void);
238 r->seed = rand_init(mt, random_seed());
469 vseed = random_seed();
572 random_seed(void) function
803 seed = random_seed();
1502 rb_define_singleton_method(rb_cRandom, "new_seed", random_seed, 0);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dhash.c73 int random_seed; member in struct:_xmlHashTable
88 value = table->random_seed;
120 value = table->random_seed;
189 table->random_seed = __xmlRandom();
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dsimclist.c243 static unsigned random_seed = 0; variable
247 if (random_seed == 0)
248 random_seed = (unsigned)getpid() ^ (unsigned)time(NULL);
252 random_seed = (1664525 * random_seed + 1013904223);
253 return random_seed;
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dtest109.tcl43 error_check_good random_seed [berkdb srand $rand_init] 0
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest.h118 GTEST_DECLARE_int32_(random_seed);
1117 int random_seed() const;
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc237 random_seed,
238 internal::Int32FromGTestEnv("random_seed", 0),
2712 unit_test.random_seed());
3276 fprintf(out, "random_seed=\"%d\" ", unit_test.random_seed());
3868 int UnitTest::random_seed() const { return impl_->random_seed(); } function in class:testing::UnitTest
4160 GetRandomSeedFromFlag(GTEST_FLAG(random_seed)) : 0;
4693 " @G--" GTEST_FLAG_PREFIX_ "random_seed=@Y[NUMBER]@D\n"
4767 ParseInt32Flag(arg, kRandomSeedFlag, &GTEST_FLAG(random_seed)) ||
[all...]
/macosx-10.10.1/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm2176 if (exists $opt{random_seed}) {
2177 srand($opt{random_seed});
2178 delete $opt{random_seed};
/macosx-10.10.1/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm2176 if (exists $opt{random_seed}) {
2177 srand($opt{random_seed});
2178 delete $opt{random_seed};
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfortran.vim243 syn keyword fortran90Intrinsic adjustl adjustr all allocated any associated bit_size btest ceiling count cshift date_and_time digits dot_product eoshift epsilon exponent floor fraction huge iand ibclr ibits ibset ieor ior ishft ishftc lbound len_trim matmul maxexponent maxloc maxval merge minexponent minloc minval modulo mvbits nearest pack precision present product radix random_number random_seed range repeat reshape rrspacing

Completed in 295 milliseconds