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

<<31323334353637383940>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
b_cn_cod.cpp 295 Word32 *seed, // i/o : Old CN generator shift register state
313 i = pseudonoise (seed, 2); // generate pulse position
317 j = pseudonoise (seed, 1); // generate sign
440 Word16 *seed, // i/o : Old CN generator shift register state
454 *seed = extract_l(L_add(L_shr(L_mult(*seed, 31821), 1), 13849L));
456 p = &window_200_40[*seed & 0x7F];
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 500 Track::Track(unsigned int* seed)
508 uid_(MakeUID(seed)),
792 VideoTrack::VideoTrack(unsigned int* seed)
793 : Track(seed),
895 AudioTrack::AudioTrack(unsigned int* seed)
896 : Track(seed), bit_depth_(0), channels_(1), sample_rate_(0.0) {}
1146 void Chapter::Init(unsigned int* seed) {
1151 uid_ = MakeUID(seed);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 515 Track::Track(unsigned int* seed)
523 uid_(MakeUID(seed)),
802 VideoTrack::VideoTrack(unsigned int* seed)
803 : Track(seed),
910 AudioTrack::AudioTrack(unsigned int* seed)
911 : Track(seed),
1177 void Chapter::Init(unsigned int* seed) {
1182 uid_ = MakeUID(seed);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 515 Track::Track(unsigned int* seed)
523 uid_(MakeUID(seed)),
802 VideoTrack::VideoTrack(unsigned int* seed)
803 : Track(seed),
910 AudioTrack::AudioTrack(unsigned int* seed)
911 : Track(seed),
1177 void Chapter::Init(unsigned int* seed) {
1182 uid_ = MakeUID(seed);
    [all...]
  /external/chromium_org/v8/src/
flag-definitions.h 568 "Default seed for initializing random generator "
610 "(with snapshots this option cannot override the baked-in seed)")
612 "Fixed seed to use to hash property keys (0 means random)"
613 "(with snapshots this option cannot override the baked-in seed)")
628 DEFINE_int(testing_prng_seed, 42, "Seed used for threading test randomness")
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 450 static UniformCollection* random (const deUint32 seed)
452 Random rnd (seed);
743 static CaseShaderType randomCaseShaderType (const deUint32 seed)
745 return (CaseShaderType)Random(seed).getInt(0, CASESHADERTYPE_LAST-1);
778 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
886 static deUint32 randomFeatures (deUint32 seed);
914 deUint32 UniformCase::randomFeatures (const deUint32 seed)
923 Random rnd(seed);
959 UniformCase::UniformCase (Context& context, const char* name, const char* description, const deUint32 seed)
962 , m_features (randomFeatures(seed))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 516 static UniformCollection* random (const deUint32 seed)
518 Random rnd (seed);
904 static CaseShaderType randomCaseShaderType (const deUint32 seed)
906 return (CaseShaderType)Random(seed).getInt(0, CASESHADERTYPE_LAST-1);
943 UniformCase (Context& context, const char* name, const char* description, deUint32 seed); // \note Randomizes caseType, uniformCollection and features.
    [all...]
es3fTransformFeedbackTests.cpp 852 bool runTest (const DrawCall* first, const DrawCall* end, deUint32 seed);
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts4aa.test 43 INSERT INTO t1(docid,words) VALUES(1001011,'And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so.');
44 INSERT INTO t1(docid,words) VALUES(1001012,'And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good.');
61 INSERT INTO t1(docid,words) VALUES(1001029,'And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.');
103 INSERT INTO t1(docid,words) VALUES(1003015,'And I will put enmity between thee and the woman, and between thy seed and her seed; it shall bruise thy head, and thou shalt bruise his heel.');
137 INSERT INTO t1(docid,words) VALUES(1004025,'And Adam knew his wife again; and she bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead of Abel, whom Cain slew.');
195 INSERT INTO t1(docid,words) VALUES(1007003,'Of fowls also of the air by sevens, the male and the female; to keep seed alive upon the face of all the earth.')
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
random.tcc 119 seed(unsigned long __x0)
135 seed(_Gen& __g, false_type)
280 seed(unsigned long __value)
304 seed(_Gen& __gen, false_type)
426 seed(unsigned long __value)
445 seed(_Gen& __gen, false_type)
571 seed(unsigned long __value)
581 this->seed(__lcg);
588 seed(_Gen& __gen, false_type)
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 1457 int seed; field in class:ForkJoinPool.Submitter
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbitst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
rbbitst.cpp     [all...]
  /development/tools/labpretest/
labpretest.sh 567 seed=$(($(date +%s) % 99))
569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecdsatest.c 119 fake_rand.seed = old_rand->seed;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c 151 seed data. */
175 /* Seed with the gid, pid, and uid, to ensure *some*
  /external/chromium_org/third_party/re2/util/
hash.cc 197 uint32 *pc, /* IN: seed OUT: primary hash value */
198 uint32 *pb) /* IN: more seed OUT: secondary hash value */

Completed in 830 milliseconds

<<31323334353637383940>>