Home
last modified time | relevance | path

Searched refs:Seed (Results 1 – 22 of 22) sorted by relevance

/external/llvm/lib/Support/
DRandomNumberGenerator.cpp30 Seed("rng-seed", cl::value_desc("seed"), variable
35 if (Seed == 0) in RandomNumberGenerator()
46 Data.push_back(Seed); in RandomNumberGenerator()
47 Data.push_back(Seed >> 32); in RandomNumberGenerator()
/external/libopus/silk/
DNSQ_del_dec.c44 opus_int32 Seed; member
152 psDD->Seed = ( k + psIndices->Seed ) & 3; in silk_NSQ_del_dec()
153 psDD->SeedInit = psDD->Seed; in silk_NSQ_del_dec()
279 psIndices->Seed = psDD->SeedInit; in silk_NSQ_del_dec()
392 psDD->Seed = silk_RAND( psDD->Seed ); in silk_noise_shape_quantizer_del_dec()
461 if ( psDD->Seed < 0 ) { in silk_noise_shape_quantizer_del_dec()
513 if ( psDD->Seed < 0 ) { in silk_noise_shape_quantizer_del_dec()
532 if ( psDD->Seed < 0 ) { in silk_noise_shape_quantizer_del_dec()
619 …psDD->Seed = silk_ADD32_ovflw( psDD->Seed, silk_RSHIFT_ROUND( psSS->… in silk_noise_shape_quantizer_del_dec()
620 psDD->RandState[ *smpl_buf_idx ] = psDD->Seed; in silk_noise_shape_quantizer_del_dec()
Dencode_indices.c179 silk_assert( psIndices->Seed >= 0 && psIndices->Seed < 4 ); in silk_encode_indices()
180 ec_enc_icdf( psRangeEnc, psIndices->Seed, silk_uniform4_iCDF, 8 ); in silk_encode_indices()
Ddecode_indices.c150 psDec->indices.Seed = (opus_int8)ec_dec_icdf( psRangeDec, silk_uniform4_iCDF, 8 ); in silk_decode_indices()
Dstructs.h126 opus_int8 Seed; member
Ddecode_core.c71 rand_seed = psDec->indices.Seed; in silk_decode_core()
DNSQ.c99 NSQ->rand_seed = psIndices->Seed; in silk_NSQ()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dssrc_database.cc19 uint64_t Seed() { in Seed() function
55 : crit_(CriticalSectionWrapper::CreateCriticalSection()), random_(Seed()) {} in SSRCDatabase()
/external/llvm/lib/Fuzzer/
DFuzzerDriver.cpp309 unsigned Seed = Flags.seed; in FuzzerDriver() local
311 if (Seed == 0) in FuzzerDriver()
312 Seed = time(0) * 10000 + getpid(); in FuzzerDriver()
314 Printf("Seed: %u\n", Seed); in FuzzerDriver()
315 USF.GetRand().ResetSeed(Seed); in FuzzerDriver()
/external/libopus/silk/float/
Dencode_frame_FLP.c104 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3; in silk_encode_frame_FLP()
170 seed_copy = psEnc->sCmn.indices.Seed; in silk_encode_frame_FLP()
183 psEnc->sCmn.indices.Seed = seed_copy; in silk_encode_frame_FLP()
/external/e2fsprogs/tests/
Dfilter.sed4 /^Directory Hash Seed:/d
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp88 Random(unsigned _seed):Seed(_seed) {} in Random()
93 uint32_t Val = Seed + 0x000b07a1; in Rand()
94 Seed = (Val * 0x3c7c0ac1); in Rand()
96 return Seed & 0x7ffff; in Rand()
118 unsigned Seed; member in llvm::__anonef4614f80111::Random
/external/libopus/silk/fixed/
Dencode_frame_FIX.c102 psEnc->sCmn.indices.Seed = psEnc->sCmn.frameCounter++ & 3; in silk_encode_frame_FIX()
174 seed_copy = psEnc->sCmn.indices.Seed; in silk_encode_frame_FIX()
188 psEnc->sCmn.indices.Seed = seed_copy; in silk_encode_frame_FIX()
/external/llvm/docs/
DLibFuzzer.rst159 Seed: 1876794929
168 * The ``Seed:`` line shows you the current random seed (you can change it with ``-seed=N`` flag).
176 Seed: 1879995378
/external/tpm2/generator/
Draw_structures.txt7554 references the Platform Primary Seed (PPS), platformAuth,
7582 handle references the Storage Primary Seed (SPS), the
7595 Seed
7601 K – a Primary Seed
11822 This value is reset to zero when the Storage Primary Seed is
15878 Saved object contexts are invalidated when the Primary Seed of their hierarchy changes. Objects in …
17624 size of the Primary Seed in
Draw_structures_fixed.txt7578 references the Platform Primary Seed (PPS), platformAuth,
7606 handle references the Storage Primary Seed (SPS), the
7619 Seed
7625 K – a Primary Seed
11845 This value is reset to zero when the Storage Primary Seed is
15853 Saved object contexts are invalidated when the Primary Seed of their hierarchy changes. Objects in …
17590 size of the Primary Seed in
Draw_commands_fixed.txt24998 The TPM will derive the object from the Primary Seed indicated in primaryHandle using an approved
25000 Primary Object from a Primary Seed are described in Part 1 of this specification and implemented in…
25003 Seed, the TPM shall produce the same Primary Object.
25006 If the Primary Seed is changed, the Primary Objects generated with the new seed shall be
25010 Seed (PPS) shall be provided by platformAuth or platformPolicy. Authorization for a Primary Object
25011 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy.
25012 Authorization for a Primary Key attached to the Endorsement Primary Seed (EPS) shall be provided by
26464 The proof values may be set from the RNG or derived from the associated new Primary Seed. If
Draw_commands.txt24987 The TPM will derive the object from the Primary Seed indicated in primaryHandle using an approved
24989 Primary Object from a Primary Seed are described in Part 1 of this specification and implemented in…
24992 Seed, the TPM shall produce the same Primary Object.
24995 If the Primary Seed is changed, the Primary Objects generated with the new seed shall be
24999 Seed (PPS) shall be provided by platformAuth or platformPolicy. Authorization for a Primary Object
25000 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy.
25001 Authorization for a Primary Key attached to the Endorsement Primary Seed (EPS) shall be provided by
26453 The proof values may be set from the RNG or derived from the associated new Primary Seed. If
/external/tpm2/
Dpart3.txt13856 The TPM will derive the object from the Primary Seed indicated in primaryHandle using an approved
13858 Primary Object from a Primary Seed are described in TPM 2.0 Part 1 and implemented in TPM 2.0 Part …
13860 Seed, the TPM shall produce the same Primary Object.
13862 NOTE 2 If the Primary Seed is changed, the Primary Objects generated with the new seed sha…
13866 Seed (PPS) shall be provided by platformAuth or platformPolicy. Authorization for a Primary Object
13867 attached to the Storage Primary Seed (SPS) shall be provided by ownerAuth or ownerPolicy.
13868 Authorization for a Primary Key attached to the Endorsement Primary Seed (EPS) shall be provided by
14662 … The proof values may be set from the RNG or derived from the associated new Primary Seed. If
Dpart4.txt20357 622 TPM2B_SEED *seed, // IN: Seed for the creation
26332 26 // Seed OpenSSL with entropy
/external/libevent/
DChangeLog807 o Seed the RNG using sysctl() as well as /dev/urandom (71fc3eb)
/external/fio/
DHOWTO437 randseed=int Seed the random number generators based on this seed value, to