/external/mksh/src/ |
eval.c | 400 mksh_ari_t seed; local 409 &seed, KSH_UNWIND_ERROR, true); 410 /* hash with seed, for now */ 411 h = seed; [all...] |
/external/openssh/ |
key.c | 417 u_int i, j = 0, rounds, seed = 1; local 427 seed) % 6; 430 (seed / 6)) % 6; 440 seed = ((seed * 5) + 445 idx0 = seed % 6; 447 idx2 = seed / 6; [all...] |
/external/v8/src/ |
platform-cygwin.cc | 66 // Seed the random number generator. 68 // to an unsigned. Going directly can cause an overflow and the seed to be 69 // set to all ones. The seed will be identical for different instances that 71 uint64_t seed = static_cast<uint64_t>(TimeCurrentMillis()); local 72 srandom(static_cast<unsigned int>(seed));
|
platform-freebsd.cc | 84 // Seed the random number generator. 86 // to an unsigned. Going directly can cause an overflow and the seed to be 87 // set to all ones. The seed will be identical for different instances that 89 uint64_t seed = static_cast<uint64_t>(TimeCurrentMillis()); local 90 srandom(static_cast<unsigned int>(seed));
|
platform-macos.cc | 98 // Seed the random number generator. We preserve microsecond resolution. 99 uint64_t seed = Ticks() ^ (getpid() << 16); local 100 srandom(static_cast<unsigned int>(seed));
|
platform-solaris.cc | 95 // Seed the random number generator. 97 // to an unsigned. Going directly will cause an overflow and the seed to be 98 // set to all ones. The seed will be identical for different instances that 100 uint64_t seed = static_cast<uint64_t>(TimeCurrentMillis()); local 101 srandom(static_cast<unsigned int>(seed));
|
stub-cache.cc | 87 int seed = PrimaryOffset(primary->key, old_flags, old_map); local 88 int secondary_offset = SecondaryOffset(primary->key, old_flags, seed); [all...] |
platform-linux.cc | 83 // Seed the random number generator. We preserve microsecond resolution. 84 uint64_t seed = Ticks() ^ (getpid() << 16); local 85 srandom(static_cast<unsigned int>(seed)); [all...] |
platform-openbsd.cc | 104 // Seed the random number generator. We preserve microsecond resolution. 105 uint64_t seed = Ticks() ^ (getpid() << 16); local 106 srandom(static_cast<unsigned int>(seed));
|
/external/valgrind/main/none/tests/amd64/ |
sse4-64.c | 80 static UInt seed = 80021; local 81 seed = 1103515245 * seed + 12345; 82 return (seed >> 17) & 0xFF; [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
structs.h | 182 WebRtc_Word16 seed; member in struct:__anon28622
|
/external/webrtc/src/modules/audio_processing/aecm/ |
aecm_core.h | 123 WebRtc_UWord32 seed; member in struct:__anon28672
|
/frameworks/base/core/java/android/widget/ |
AdapterView.java | 1065 int seed = mSyncPosition; local [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
AdapterViewICS.java | 1006 int seed = mSyncPosition; local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
ssearch.cpp | 2291 uint32_t seed = m_seed; local 2434 uint32_t seed = m_seed; local [all...] |
/external/chromium_org/third_party/leveldatabase/src/db/ |
db_impl.cc | 1037 uint32_t* seed) { 1061 *seed = ++seed_; 1126 uint32_t seed; local [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 123 void init(SkScalar seed) 127 // The seed value clamp to the range [1, kRandMaximum - 1]. 128 fSeed = SkScalarRoundToInt(seed); 265 int numOctaves, SkScalar seed, 268 numOctaves, seed, tileSize)); 272 int numOctaves, SkScalar seed, 275 numOctaves, seed, tileSize)); 282 SkScalar seed, 288 , fSeed(seed) 693 int numOctaves, bool stitchTiles, const SkScalar seed, 706 const SkScalar& seed() const { return fSeed; } function in class:SkPerlinNoiseShader::PaintingData::GrSimplexNoiseEffect 737 SkScalar seed = SkIntToScalar(random->nextU()); local [all...] |
/external/chromium_org/v8/src/ |
stub-cache.cc | 87 int seed = PrimaryOffset(primary->key, old_flags, old_map); local 88 int secondary_offset = SecondaryOffset(primary->key, old_flags, seed); [all...] |
/external/icu4c/test/intltest/ |
ssearch.cpp | 1453 uint32_t seed = m_seed; local [all...] |
/external/iputils/ |
ping6.c | 306 unsigned long seed; local 308 seed = (unsigned long)getpid(); 310 seed ^= tv.tv_usec; 311 srand(seed); [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
markdown.php | 1478 $seed = (int)abs(crc32($addr) \/ strlen($addr)); # Deterministic seed. variable [all...] |
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 123 void init(SkScalar seed) 127 // The seed value clamp to the range [1, kRandMaximum - 1]. 128 fSeed = SkScalarRoundToInt(seed); 265 int numOctaves, SkScalar seed, 268 numOctaves, seed, tileSize)); 272 int numOctaves, SkScalar seed, 275 numOctaves, seed, tileSize)); 282 SkScalar seed, 288 , fSeed(seed) 693 int numOctaves, bool stitchTiles, const SkScalar seed, 706 const SkScalar& seed() const { return fSeed; } function in class:SkPerlinNoiseShader::PaintingData::GrSimplexNoiseEffect 737 SkScalar seed = SkIntToScalar(random->nextU()); local [all...] |
/external/stressapptest/src/ |
worker.cc | 2483 unsigned int seed = static_cast<unsigned int>(gettid()); local [all...] |
/external/v8/src/ia32/ |
macro-assembler-ia32.cc | 982 // Xor original key with a seed. 992 int32_t seed = isolate()->heap()->HashSeed(); local [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
plt.h | 256 __le16 seed; member in struct:wl1271_cmd_pkt_params
|