Home
last modified time | relevance | path

Searched refs:hash_seed (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/src/ast/
Dast-value-factory.h288 AstStringConstants(Isolate* isolate, uint64_t hash_seed);
297 uint64_t hash_seed() const { return hash_seed_; } in AST_STRING_CONSTANTS()
313 uint64_t hash_seed) in AstValueFactory() argument
314 : AstValueFactory(zone, zone, string_constants, hash_seed) {} in AstValueFactory()
318 uint64_t hash_seed) in AstValueFactory() argument
326 hash_seed_(hash_seed) { in AstValueFactory()
329 DCHECK_EQ(hash_seed, string_constants->hash_seed()); in AstValueFactory()
Dast-value-factory.cc294 AstStringConstants::AstStringConstants(Isolate* isolate, uint64_t hash_seed) in AstStringConstants() argument
297 hash_seed_(hash_seed) { in AstStringConstants()
/third_party/python/Lib/test/
D_test_embed_set_config.py192 self.set_config(use_hash_seed=1, hash_seed=0)
194 self.set_config(use_hash_seed=0, hash_seed=0)
196 self.set_config(use_hash_seed=1, hash_seed=123)
/third_party/node/deps/v8/src/parsing/
Dparse-info.h203 uint64_t hash_seed() const { return hash_seed_; } in hash_seed() function
247 uint64_t hash_seed() const { return reusable_state_->hash_seed(); } in hash_seed() function
Dparse-info.cc184 ast_string_constants(), hash_seed())) {} in ReusableUnoptimizedCompileState()
198 ast_string_constants(), hash_seed())) {} in ReusableUnoptimizedCompileState()
/third_party/node/deps/v8/src/numbers/
Dhash-seed-inl.h47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
/third_party/python/Python/
Dbootstrap_hash.c584 if (config->hash_seed == 0) { in _Py_HashRandomization_Init()
590 lcg_urandom(config->hash_seed, secret, secret_size); in _Py_HashRandomization_Init()
Dinitconfig.c604 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency()
894 COPY_ATTR(hash_seed); in _PyConfig_Copy()
999 SET_ITEM_UINT(hash_seed); in _PyConfig_AsDict()
1272 if (config_dict_get_ulong(dict, "hash_seed", &config->hash_seed) < 0) { in _PyConfig_FromDict()
1275 CHECK_VALUE("hash_seed", config->hash_seed <= MAX_HASH_SEED); in _PyConfig_FromDict()
1466 config->hash_seed != 0); in config_set_global_vars()
1631 config->hash_seed = seed; in config_init_hash_seed()
1636 config->hash_seed = 0; in config_init_hash_seed()
2166 config->hash_seed = 0; in config_read()
Dsysmodule.c2604 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in set_flags_from_config()
/third_party/python/Include/cpython/
Dinitconfig.h142 unsigned long hash_seed; member
/third_party/toybox/toys/pending/
Dmke2fs.c151 uint32_t hash_seed[4]; // HTREE hash seed member
/third_party/node/deps/v8/src/roots/
Droots.h216 V(ByteArray, hash_seed, HashSeed)
/third_party/python/Programs/
D_testembed.c508 config.hash_seed = 123; in test_init_from_config()
/third_party/node/deps/v8/src/flags/
Dflag-definitions.h1743 DEFINE_UINT64(hash_seed, 0,
/third_party/python/Doc/c-api/
Dinit_config.rst723 .. c:member:: unsigned long hash_seed
729 at Python startup, and :c:member:`~PyConfig.hash_seed` is ignored.
/third_party/node/deps/v8/src/heap/
Dheap.cc5915 ReadOnlyRoots(this).hash_seed().copy_in( in InitializeHashSeed()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h36149 u32 hash_seed; member