/third_party/iptables/extensions/ |
D | libxt_cluster.c | 48 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/ |
D | htree.c | 339 __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/ |
D | script | 31 $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/ |
D | recorder_manager.h | 39 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/ |
D | script | 28 $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.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/iptables/include/linux/netfilter/ |
D | xt_cluster.h | 13 __u32 hash_seed; member
|
/third_party/e2fsprogs/tests/f_uninit_last_uninit/ |
D | script | 13 set_super_value hash_seed null
|
/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 | 596 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()
|
D | sysmodule.c | 2561 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in set_flags_from_config()
|
/third_party/e2fsprogs/tests/f_dup4/ |
D | script | 16 set_super_value hash_seed null
|
/third_party/e2fsprogs/tests/r_move_itable_nostride/ |
D | script | 36 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
|
/third_party/python/Include/cpython/ |
D | initconfig.h | 142 unsigned long hash_seed; member
|
/third_party/e2fsprogs/tests/r_move_itable_realloc/ |
D | script | 36 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
|
/third_party/e2fsprogs/tests/d_special_files/ |
D | script | 26 set_super_value hash_seed null
|
/third_party/toybox/toys/pending/ |
D | mke2fs.c | 151 uint32_t hash_seed[4]; // HTREE hash seed member
|
/third_party/python/Programs/ |
D | _testembed.c | 508 config.hash_seed = 123; in test_init_from_config()
|
/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.
|