HomeSort by relevance Sort by last modified time
    Searched defs:seed (Results 201 - 225 of 683) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Hashing.h 122 /// \brief Override the execution seed with a fixed value.
124 /// This hashing library uses a per-execution seed designed to change on each
131 /// which will forcibly set the seed to a fixed value. This must be done at the
190 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) {
196 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
199 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) {
201 return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
204 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) {
207 return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
210 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) {
329 static size_t seed = fixed_seed_override ? fixed_seed_override local
405 const size_t seed = get_execution_seed(); local
449 const size_t seed = get_execution_seed(); local
499 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
620 const uint64_t seed = get_execution_seed(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 384 seed(unsigned long __s) function in struct:random_condition
385 { engine().seed(__s); }
  /system/update_engine/update_manager/
chromeos_policy.cc 720 const uint64_t* seed = ec->GetValue(state->random_provider()->var_seed()); local
721 POLICY_CHECK_VALUE_AND_FAIL(seed, error);
722 PRNG prng(*seed);
776 const uint64_t* seed = ec->GetValue(state->random_provider()->var_seed()); local
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
Program.java 86 * The seed that was given to the RNG.
165 long seed = System.currentTimeMillis(); local
166 listener.handleSeed(seed);
167 rng.setSeed(seed);
168 rngSeed = seed;
  /cts/tests/tests/media/src/android/media/cts/
MediaRandomTest.java 200 long seed = System.currentTimeMillis(); local
201 Log.v(TAG, "seed = " + seed);
202 Random r = new Random(seed);
269 long seed = System.currentTimeMillis(); local
270 Log.v(TAG, "seed = " + seed);
271 Random r = new Random(seed);
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryAllocationTests.cpp 94 const deUint32 seed; member in struct:vkt::memory::__anon17721::TestConfigRandom
98 : seed (_seed)
475 , m_rng (config.seed)
  /external/fio/
filesetup.c 1134 unsigned int range_size, seed; local
1143 seed = jhash(f->file_name, strlen(f->file_name), 0) * td->thread_number;
1145 seed = td->rand_seeds[4];
1148 zipf_init(&f->zipf, nranges, td->o.zipf_theta.u.f, seed);
1150 pareto_init(&f->zipf, nranges, td->o.pareto_h.u.f, seed);
1152 gauss_init(&f->gauss, nranges, td->o.gauss_dev.u.f, seed);
1233 unsigned long seed; local
1235 seed = td->rand_seeds[FIO_RAND_BLOCK_OFF];
1237 if (!lfsr_init(&f->lfsr, blocks, seed, 0)) {
    [all...]
  /external/freetype/src/psaux/
psobjs.c 2492 FT_UInt32 seed; local
    [all...]
  /external/freetype/src/sfnt/
sfdriver.c 295 FT_UInt32 seed,
301 FT_UInt32 h1 = seed;
302 FT_UInt32 h2 = seed;
303 FT_UInt32 h3 = seed;
304 FT_UInt32 h4 = seed;
983 FT_UInt32 seed = 123456789; local
989 murmur_hash_3_128( result, p - result, seed, hash );
    [all...]
  /external/guava/guava-tests/test/com/google/common/hash/
HashTestUtils.java 55 byte[] hash(byte[] input, int seed);
64 // Hash keys of the form {}, {0}, {0,1}, {0,1,2}... up to N=255,using 256-N as the seed
67 int seed = 256 - i; local
68 byte[] hash = hashFunction.hash(Arrays.copyOf(key, i), seed);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
TestFmwk.java 67 private static final String SEED = "ICU.seed";
115 // use this instead of new random so we get a consistent seed
125 * Get & set of the seed allows for reproducible monkey tests.
130 public ICU_Rand(int seed) {
131 seed(seed);
139 public void seed(int seed) { method in class:TestFmwk.ICU_Rand
140 if (seed <= 0)
338 private long seed; field in class:TestFmwk.TestParams
    [all...]
  /external/icu/icu4c/source/test/intltest/
rbbimonkeytest.cpp 395 fRandomSeed = rand.getSeed(); // Save initial seed for use in error messages,
648 IntlTest::gTest->errln("%s:%d %s at index %d. Parameters to reproduce: @rules=%s,seed=%u,loop=1,verbose ", \
911 int64_t seed = 0; local
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
TestFmwk.java 66 private static final String SEED = "ICU.seed";
114 // use this instead of new random so we get a consistent seed
124 * Get & set of the seed allows for reproducible monkey tests.
129 public ICU_Rand(int seed) {
130 seed(seed);
138 public void seed(int seed) { method in class:TestFmwk.ICU_Rand
139 if (seed <= 0)
337 private long seed; field in class:TestFmwk.TestParams
    [all...]

Completed in 2362 milliseconds

1 2 3 4 5 6 7 891011>>