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

<<41424344454647484950>>

  /external/mksh/src/
eval.c 417 mksh_ari_t seed; local
426 &seed, KSH_UNWIND_ERROR, true);
427 /* hash with seed, for now */
428 h = seed;
    [all...]
  /external/openssl/apps/
pkeyutl.c 250 /* FIXME: seed PRNG only if needed */
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 181 mov $B,@T[0] # magic seed
576 mov @T[0],$B # magic seed
701 mov $B,@T[0] # magic seed
1017 mov @T[0],$B # magic seed
  /external/openssl/crypto/des/
des_old.h 386 long length,int out_count,_ossl_old_des_cblock *seed);
  /external/openssl/crypto/objects/
obj_dat.h     [all...]
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 337 mov $B,@T[0] # magic seed
669 mov @T[0],$B # magic seed
758 mov $B,@T[0] # magic seed
1025 mov @T[0],$B # magic seed
  /external/openssl/include/openssl/
des_old.h 386 long length,int out_count,_ossl_old_des_cblock *seed);
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
psaux.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
psaux.h     [all...]
  /external/tcpdump/
decnet.h 231 byte eh_seed[8]; /* verification seed */
  /external/valgrind/main/none/tests/amd64/
avx2-1.c 42 static UInt seed = 80021; local
43 seed = 1103515245 * seed + 12345;
44 return (seed >> 17) & 0xFF;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
e_pv_amrwbdec.h 106 int16 seed; /* random memory for frame erasure */ member in struct:__anon37940
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java 191 Batch(Alarm seed) {
192 start = seed.whenElapsed;
193 end = seed.maxWhen;
194 alarms.add(seed);
    [all...]
  /frameworks/compile/mclinker/unittests/
LEB128Test.cpp 23 // Initialize the seed for random number generator using during the tests.
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 414 // Seed pseudo random number generator
hwcRects.cpp 533 // Seed pseudo random number generator
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLSocketTest.java 216 // Test the other codepath, which copies a seed from a byte[].
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 615 protected void engineSetSeed(byte[] seed) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_parameters.ipp 285 "Optionally allows to specify concrete seed for random number generator")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
ext2_fs.h 402 __u32 s_hash_seed[4]; /* HTREE hash seed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
functional 390 /// Ctor allowing you to initialize the seed.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ext2_fs.h 402 __u32 s_hash_seed[4]; /* HTREE hash seed */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
functional 393 /// Ctor allowing you to initialize the seed.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
functional 393 /// Ctor allowing you to initialize the seed.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 976 ULONG NTAPI RtlUniform(PULONG Seed)
    [all...]

Completed in 615 milliseconds

<<41424344454647484950>>