HomeSort by relevance Sort by last modified time
    Searched refs:seed (Results 176 - 200 of 1705) sorted by null

1 2 3 4 5 6 78 91011>>

  /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...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DSAParametersGenerator.java 126 byte[] seed = new byte[20];
142 random.nextBytes(seed);
144 hash(digest, seed, part1, 0);
145 System.arraycopy(seed, 0, part2, 0, seed.length);
164 byte[] offset = Arrays.clone(seed);
199 return new DSAParameters(p, q, g, new DSAValidationParameters(seed, counter));
239 byte[] seed = new byte[seedlen / 8];
252 random.nextBytes(seed);
255 hash(d, seed, output, 0)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 26 private byte[] seed; field in class:X9Curve
33 this.seed = null;
39 byte[] seed)
42 this.seed = seed;
101 seed = ((DERBitString)seq.getObjectAt(2)).getBytes();
128 return seed;
137 * seed BIT STRING OPTIONAL
156 if (seed != null)
158 v.add(new DERBitString(seed));
    [all...]
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions_test.cc 151 uint64 seed = GetTestSeed(); local
152 PhiloxRandom gen(seed);
157 ASSERT_TRUE(status) << " UniformMomentsTest failing. seed: " << seed;
182 uint64 seed = GetTestSeed(); local
183 PhiloxRandom gen(seed);
189 ASSERT_TRUE(status) << " NormalMomentsTest failing. seed: " << seed;
242 uint64 seed = GetTestSeed(); local
243 PhiloxRandom gen(seed);
308 uint64 seed = GetTestSeed(); local
    [all...]
  /prebuilts/go/darwin-x86/src/math/rand/
gen_cooked.go 41 func srand(seed int32) {
44 seed %= m
45 if seed < 0 {
46 seed += m
47 } else if seed == 0 {
48 seed = 89482311
50 x := seed
  /prebuilts/go/linux-x86/src/math/rand/
gen_cooked.go 41 func srand(seed int32) {
44 seed %= m
45 if seed < 0 {
46 seed += m
47 } else if seed == 0 {
48 seed = 89482311
50 x := seed
  /external/tensorflow/tensorflow/compiler/xla/tests/
prng_test.cc 42 int64 seed = 42);
49 int64 seed = 42);
54 T a, T b, tensorflow::gtl::ArraySlice<int64> dims, int64 seed) {
60 SetSeed(seed);
86 for (int64 seed = 0; seed < 100; ++seed) {
93 static_cast<bfloat16>(high), {}, /*seed=*/seed);
97 static_cast<bfloat16>(33), {}, /*seed=*/seed)
    [all...]
  /external/fio/lib/
zipf.c 32 unsigned int seed)
37 init_rand_seed(&zs->rand, seed, 0);
42 unsigned int seed)
44 shared_rand_init(zs, nranges, seed);
80 unsigned int seed)
82 shared_rand_init(zs, nranges, seed);
  /external/fio/os/
os-solaris.h 71 static inline void os_random_seed(unsigned long seed, os_random_state_t *rs)
73 rs->r[0] = seed & 0xffff;
74 seed >>= 16;
75 rs->r[1] = seed & 0xffff;
76 seed >>= 16;
77 rs->r[2] = seed & 0xffff;
  /external/fio/t/
axmap.c 21 static int test_regular(size_t size, int seed)
32 lfsr_init(&lfsr, size, seed, seed & 0xF);
126 int seed = 1; local
131 seed = strtoul(argv[2], NULL, 10);
134 if (test_regular(size, seed))
  /external/tensorflow/tensorflow/contrib/data/python/ops/
random_ops.py 34 def __init__(self, seed=None):
37 seed, seed2 = random_seed.get_seed(seed)
38 if seed is None:
39 self._seed = constant_op.constant(0, dtype=dtypes.int64, name="seed")
41 self._seed = ops.convert_to_tensor(seed, dtype=dtypes.int64, name="seed")
50 seed=self._seed,
  /external/tensorflow/tensorflow/contrib/input_pipeline/python/ops/
input_pipeline_ops.py 55 def _create_list(string_list, shuffle, seed, num_epochs):
56 if shuffle and seed:
57 random.seed(seed)
65 def seek_next(string_list, shuffle=False, seed=None, num_epochs=None):
78 seed: Seed used for shuffling.
85 expanded_list = _create_list(string_list, shuffle, seed, num_epochs)
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
shuffle_dataset_op_test.py 38 seed=None,
43 seed=seed,
48 seed = 55
62 seed=seed,
68 seed=10,
78 def _build_ds(self, seed, count=5, num_elements=20):
80 shuffle_ops.shuffle_and_repeat(buffer_size=5, count=count, seed=seed))
    [all...]
  /external/webrtc/webrtc/base/
helpers.cc 43 virtual bool Init(const void* seed, size_t len) = 0;
53 bool Init(const void* seed, size_t len) override { return true; }
65 bool Init(const void* seed, size_t len) override { return true; }
81 virtual bool Init(const void* seed, size_t seed_len) {
121 virtual bool Init(const void* seed, size_t len) {
123 srand(*reinterpret_cast<const int*>(seed));
125 srand(*reinterpret_cast<const char*>(seed));
152 bool Init(const void* seed, size_t len) override { return true; }
204 bool InitRandom(int seed) {
205 return InitRandom(reinterpret_cast<const char*>(&seed), sizeof(seed))
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 137 * @param seed A number used to generate the values
141 String account, int seed) {
142 String seedString = Long.toString(seed);
156 values.put(Calendars.CALENDAR_ACCESS_LEVEL, (seed % 8) * 100);
158 values.put(Calendars.CALENDAR_COLOR, 0xff000000 + seed);
159 values.put(Calendars.VISIBLE, seed % 2);
162 values.put(Calendars.CALENDAR_TIME_ZONE, TIME_ZONES[seed % TIME_ZONES.length]);
163 values.put(Calendars.CAN_ORGANIZER_RESPOND, seed % 2);
164 values.put(Calendars.CAN_MODIFY_TIME_ZONE, seed % 2);
184 ContentValues original, int seed) {
924 int seed = 0; local
940 int seed = 0; local
999 int seed = 0; local
1131 int seed = 0; local
1172 int seed = 0; local
1322 int seed = 0; local
1496 int seed = 0; local
1521 int seed = 0; local
1619 int seed = 0; local
1736 int seed = 0; local
1875 int seed = 0; local
1980 int seed = 0; local
2061 int seed = 0; local
2160 int seed = 0; local
2200 int seed = 0; local
2248 int seed = 0; local
2290 int seed = 0; local
2335 int seed = 0; local
2418 int seed = 0; local
2455 int seed = 0; local
2497 int seed = 0; local
2684 int seed = 0; local
2777 int seed = 0; local
2946 int seed = 0; local
3042 int seed = 0; local
3098 int seed = 0; local
3124 int seed = 0; local
3153 int seed = 0; local
3201 int seed = 0; local
3250 int seed = 0; local
3284 int seed = 0; local
3609 int seed = 0; local
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AutofillHintProperties.java 47 public FilledAutofillField generateFakeField(int seed) {
48 return mFakeFieldGenerator.generate(seed);
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AutofillHintProperties.java 49 public FilledAutofillField generateFakeField(int seed, String datasetId) {
50 return mFakeFieldGenerator.generate(seed, datasetId);
  /external/ImageMagick/Magick++/lib/
Functions.cpp 50 MagickPPExport void Magick::SetRandomSeed(const unsigned long seed)
52 MagickCore::SetRandomSecretKey(seed);
  /external/autotest/client/site_tests/cellular_SafetyDance/
cellular_SafetyDance.py 101 def _run_once_internal(self, ops=30, seed=None):
102 if not seed:
103 seed = int(time.time())
120 logging.info('Seed: %d', seed)
121 random.seed(seed)
125 def run_once(self, test_env, ops=30, seed=None):
129 self._run_once_internal(ops, seed)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECNamedDomainParameters.java 24 public ECNamedDomainParameters(ASN1ObjectIdentifier name, ECCurve curve, ECPoint G, BigInteger n, BigInteger h, byte[] seed)
26 super(curve, G, n, h, seed);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
ECNamedCurveParameterSpec.java 48 byte[] seed)
50 super(curve, G, n, h, seed);

Completed in 776 milliseconds

1 2 3 4 5 6 78 91011>>