Home
last modified time | relevance | path

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

/third_party/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()
141 info->total_nodes, info->hash_seed, in cluster_xlate()
152 info->total_nodes, info->hash_seed, in cluster_xlate()
157 info->total_nodes, info->hash_seed); in cluster_xlate()
/third_party/e2fsprogs/debugfs/
Dhtree.c339 __u32 hash_seed[4]; in do_dx_hash() local
343 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0; in do_dx_hash()
354 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { in do_dx_hash()
383 hash_seed, &hash, &minor_hash); in do_dx_hash()
/third_party/e2fsprogs/tests/r_move_itable/
Dscript31 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
48 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
65 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
82 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Drecorder_manager.h39 inline std::size_t hash_seed(const T1 &val1, const T2 &val2) { in hash_seed() function
49 return hash_seed(p.first, p.second); in operator()
/third_party/e2fsprogs/tests/r_resize_inode/
Dscript28 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
53 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
70 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/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/iptables/include/linux/netfilter/
Dxt_cluster.h13 __u32 hash_seed; member
/third_party/e2fsprogs/tests/f_uninit_last_uninit/
Dscript13 set_super_value hash_seed null
/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.c596 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency()
882 COPY_ATTR(hash_seed); in _PyConfig_Copy()
987 SET_ITEM_UINT(hash_seed); in _PyConfig_AsDict()
1260 if (config_dict_get_ulong(dict, "hash_seed", &config->hash_seed) < 0) { in _PyConfig_FromDict()
1263 CHECK_VALUE("hash_seed", config->hash_seed <= MAX_HASH_SEED); in _PyConfig_FromDict()
1454 config->hash_seed != 0); in config_set_global_vars()
1619 config->hash_seed = seed; in config_init_hash_seed()
1624 config->hash_seed = 0; in config_init_hash_seed()
2106 config->hash_seed = 0; in config_read()
Dsysmodule.c2561 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in set_flags_from_config()
/third_party/e2fsprogs/tests/f_dup4/
Dscript16 set_super_value hash_seed null
/third_party/e2fsprogs/tests/r_move_itable_nostride/
Dscript36 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/third_party/python/Include/cpython/
Dinitconfig.h142 unsigned long hash_seed; member
/third_party/e2fsprogs/tests/r_move_itable_realloc/
Dscript36 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
/third_party/e2fsprogs/tests/d_special_files/
Dscript26 set_super_value hash_seed null
/third_party/toybox/toys/pending/
Dmke2fs.c151 uint32_t hash_seed[4]; // HTREE hash seed member
/third_party/python/Programs/
D_testembed.c508 config.hash_seed = 123; in test_init_from_config()
/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.