Home
last modified time | relevance | path

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

12

/external/e2fsprogs/debugfs/
Dhtree.c313 __u32 hash_seed[4]; in do_dx_hash() local
315 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0; in do_dx_hash()
326 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { in do_dx_hash()
343 hash_seed, &hash, &minor_hash); in do_dx_hash()
/external/v8/src/ast/
Dast-value-factory.h243 AstStringConstants(Isolate* isolate, uint64_t hash_seed);
250 uint64_t hash_seed() const { return hash_seed_; } in AST_STRING_CONSTANTS()
270 uint64_t hash_seed) in AstValueFactory() argument
279 hash_seed_(hash_seed) { in AstValueFactory()
280 DCHECK_EQ(hash_seed, string_constants->hash_seed()); in AstValueFactory()
Dast-value-factory.cc184 AstStringConstants::AstStringConstants(Isolate* isolate, uint64_t hash_seed) in AstStringConstants() argument
187 hash_seed_(hash_seed) { in AstStringConstants()
/external/python/cpython3/Python/
Dbootstrap_hash.c553 unsigned long *hash_seed) in _Py_ReadHashSeed() argument
569 *hash_seed = seed; in _Py_ReadHashSeed()
574 *hash_seed = 0; in _Py_ReadHashSeed()
592 if (config->hash_seed == 0) { in _Py_HashRandomization_Init()
598 lcg_urandom(config->hash_seed, secret, secret_size); in _Py_HashRandomization_Init()
/external/iptables/extensions/
Dlibxt_cluster.c48 XTOPT_POINTER(s, hash_seed)},
112 info->total_nodes, info->hash_seed); in cluster_print()
126 info->total_nodes, info->hash_seed); in cluster_save()
/external/e2fsprogs/tests/r_move_itable/
Dscript28 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
45 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
62 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
79 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/external/e2fsprogs/tests/r_resize_inode/
Dscript25 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
47 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
64 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/external/v8/src/parsing/
Dparse-info.h141 uint64_t hash_seed() const { return hash_seed_; } in hash_seed() function
142 void set_hash_seed(uint64_t hash_seed) { hash_seed_ = hash_seed; } in set_hash_seed() argument
Dparse-info.cc169 new AstValueFactory(zone(), ast_string_constants(), hash_seed())); in GetOrCreateAstValueFactory()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_cluster.h14 __u32 hash_seed; member
/external/iptables/include/linux/netfilter/
Dxt_cluster.h13 __u32 hash_seed; member
/external/e2fsprogs/tests/f_uninit_last_uninit/
Dscript13 set_super_value hash_seed null
/external/e2fsprogs/tests/f_dup4/
Dscript16 set_super_value hash_seed null
/external/python/cpython3/Modules/
Dmain.c1501 config->hash_seed != 0); in _PyCoreConfig_SetGlobalConfig()
1873 unsigned long hash_seed; in config_init_hash_seed() local
1874 if (_Py_ReadHashSeed(seed_text, &use_hash_seed, &hash_seed) < 0) { in config_init_hash_seed()
1879 config->hash_seed = hash_seed; in config_init_hash_seed()
2411 config->hash_seed = 0; in _PyCoreConfig_Read()
2500 COPY_ATTR(hash_seed); in _PyCoreConfig_Copy()
2583 SET_ITEM_UINT(hash_seed); in _PyCoreConfig_AsDict()
/external/u-boot/drivers/crypto/
Dace_sha.c128 writel(seed << i, &reg->hash_seed[i]); in srand()
Dace_sha.h74 unsigned int hash_seed[5]; member
/external/e2fsprogs/tests/r_move_itable_realloc/
Dscript41 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/external/e2fsprogs/tests/r_move_itable_nostride/
Dscript41 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/external/u-boot/include/
Dext_common.h108 __le32 hash_seed[4]; member
/external/e2fsprogs/tests/d_special_files/
Dscript26 set_super_value hash_seed null
/external/python/cpython3/Include/
Dpylifecycle.h182 unsigned long *hash_seed);
Dpystate.h34 unsigned long hash_seed; member
/external/python/cpython3/Programs/
D_testembed.c438 config.hash_seed = 123; in test_init_from_config()
/external/v8/src/
Droots.h258 V(ByteArray, hash_seed, HashSeed) \
/external/v8/src/heap/
Dheap-inl.h543 hash_seed()->copy_out(0, reinterpret_cast<byte*>(&seed), kInt64Size); in HashSeed()

12