/third_party/node/deps/v8/src/ast/ |
D | ast-value-factory.h | 288 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()
|
D | ast-value-factory.cc | 294 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.py | 192 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/ |
D | parse-info.h | 203 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
|
D | parse-info.cc | 184 ast_string_constants(), hash_seed())) {} in ReusableUnoptimizedCompileState() 198 ast_string_constants(), hash_seed())) {} in ReusableUnoptimizedCompileState()
|
/third_party/node/deps/v8/src/numbers/ |
D | hash-seed-inl.h | 47 roots.hash_seed().copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()
|
/third_party/python/Python/ |
D | bootstrap_hash.c | 584 if (config->hash_seed == 0) { in _Py_HashRandomization_Init() 590 lcg_urandom(config->hash_seed, secret, secret_size); in _Py_HashRandomization_Init()
|
D | initconfig.c | 604 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()
|
D | sysmodule.c | 2604 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in set_flags_from_config()
|
/third_party/python/Include/cpython/ |
D | initconfig.h | 142 unsigned long hash_seed; member
|
/third_party/toybox/toys/pending/ |
D | mke2fs.c | 151 uint32_t hash_seed[4]; // HTREE hash seed member
|
/third_party/node/deps/v8/src/roots/ |
D | roots.h | 216 V(ByteArray, hash_seed, HashSeed)
|
/third_party/python/Programs/ |
D | _testembed.c | 508 config.hash_seed = 123; in test_init_from_config()
|
/third_party/node/deps/v8/src/flags/ |
D | flag-definitions.h | 1743 DEFINE_UINT64(hash_seed, 0,
|
/third_party/python/Doc/c-api/ |
D | init_config.rst | 723 .. 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/ |
D | heap.cc | 5915 ReadOnlyRoots(this).hash_seed().copy_in( in InitializeHashSeed()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 36149 u32 hash_seed; member
|