HomeSort by relevance Sort by last modified time
    Searched full:seed (Results 1001 - 1025 of 1468) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_mac.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
obj_mac.h     [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 60 static byte[] getTestBytes(int size, long seed) {
61 Random random = new Random(seed);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 56 "usage of a fixed random seed for the random generator used "
474 // If disabled we must generate a new seed.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 54 uint32_t seed = static_cast<uint32_t>(TickTime::MillisecondTimestamp()); local
55 srand(seed);
  /external/chromium_org/v8/tools/
run-tests.py 213 result.add_option("--random-seed", default=0, dest="random_seed",
214 help="Default seed for initializing random generator")
  /external/deqp/framework/common/
tcuCommandLine.cpp 144 << Option<BaseSeed> (DE_NULL, "deqp-base-seed", "Base seed for test cases that use randomization")
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 70 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed)
72 std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUint8>::end(), ptr);
es2fBufferWriteTests.cpp 389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed)
391 , m_seed (seed)
  /external/deqp/modules/gles3/functional/
es3fBufferWriteTests.cpp 389 RandomBufferWriteCase (Context& context, const char* name, const char* desc, deUint32 seed)
391 , m_seed (seed)
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 67 void fillWithRandomBytes (deUint8* ptr, int numBytes, deUint32 seed)
69 std::copy(tcu::RandomValueIterator<deUint8>::begin(seed, numBytes), tcu::RandomValueIterator<deUint8>::end(), ptr);
glsFragOpInteractionCase.cpp 415 de::Random rnd (m_params.seed ^ 0x232faac);
466 de::Random rnd (m_params.seed ^ deInt32Hash(m_iterNdx));
glsRandomShaderCase.cpp 141 de::Random rnd(m_parameters.seed);
412 de::Random rnd (m_parameters.seed);
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 566 // search for the next seed
570 // we got one, let's follow it until we are back to the seed
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 220 // Seed the table with accesses to the LHS and RHS.
228 // Seed the first-level of shuffles, shuffles whose inputs are the input to
  /external/openssl/apps/
ecparam.c 108 * -no_seed - if 'explicit' parameters are chosen do not use the seed
290 " use the seed\n");
  /external/openssl/crypto/des/
VERSION 121 passed seed into the init structure. It is now fixed to copy 8.
193 with regards to picking the initial seed. The problem was
  /external/openssl/crypto/ec/
ec_lcl.h 199 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
  /external/openssl/crypto/objects/
obj_mac.h     [all...]
  /external/openssl/include/openssl/
obj_mac.h     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 311 * @server_random_first: seed is 0 = client_random|server_random,
323 * when it is called with seed set to client_random|server_random (or
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_acelp.h 76 int16 * seed,
312 int16 noise_gen_amrwb(int16 * seed);
qpisf_2s.cpp 47 int16 * seed seed for the random ng
  /frameworks/native/opengl/tests/angeles/
demo.c 46 static void seedRandom(unsigned long seed)
48 sRandomSeed = seed;
  /hardware/intel/img/psb_video/src/
tng_hostair.c 688 psBestMB_Params=(IMG_BEST_MULTIPASS_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the first value
691 psFirstMB_Params=(IMG_FIRST_STAGE_MB_PARAMS *) pSADPointer; // Auto seed the threshold with the first value
    [all...]

Completed in 2103 milliseconds

<<41424344454647484950>>