/external/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()
|
/external/e2fsprogs/debugfs/ |
D | htree.c | 315 __u32 hash_seed[4]; in do_dx_hash() local 319 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0; in do_dx_hash() 330 if (uuid_parse(optarg, (unsigned char *) hash_seed)) { in do_dx_hash() 359 hash_seed, &hash, &minor_hash); in do_dx_hash()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | tftext_utils.cc | 288 auto hash_seed = in VerifySgnnProjection() local 290 if (!hash_seed) { in VerifySgnnProjection() 299 if (output_type.getDimSize(1) != hash_seed.size()) { in VerifySgnnProjection() 317 auto hash_seed = attrs.get("hash_seed").dyn_cast_or_null<ArrayAttr>(); in CreateSgnnProjectionCustomOption() local 319 for (int i = 0; i < hash_seed.size(); i++) { in CreateSgnnProjectionCustomOption() 321 (hash_seed.getValue().data() + i)->dyn_cast<IntegerAttr>().getInt())); in CreateSgnnProjectionCustomOption()
|
/external/e2fsprogs/tests/r_move_itable/ |
D | script | 28 $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/ |
D | script | 25 $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/iptables/include/linux/netfilter/ |
D | xt_cluster.h | 13 __u32 hash_seed; member
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_cluster.h | 14 __u32 hash_seed; member
|
/external/e2fsprogs/tests/f_uninit_last_uninit/ |
D | script | 13 set_super_value hash_seed null
|
/external/python/cpython3/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 | 807 COPY_ATTR(hash_seed); in _PyConfig_Copy() 914 SET_ITEM_UINT(hash_seed); in config_as_dict() 1105 config->hash_seed != 0); in config_set_global_vars() 1271 config->hash_seed = seed; in config_init_hash_seed() 1276 config->hash_seed = 0; in config_init_hash_seed() 1782 config->hash_seed = 0; in config_read()
|
D | sysmodule.c | 2484 SetFlag(config->use_hash_seed == 0 || config->hash_seed != 0); in make_flags()
|
/external/e2fsprogs/tests/f_dup4/ |
D | script | 16 set_super_value hash_seed null
|
/external/python/cpython3/Include/cpython/ |
D | initconfig.h | 144 unsigned long hash_seed; member
|
/external/e2fsprogs/tests/r_move_itable_nostride/ |
D | script | 41 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
|
/external/e2fsprogs/tests/r_move_itable_realloc/ |
D | script | 41 $DEBUGFS -R "set_super_value hash_seed null" -w $TMPFILE >/dev/null 2>&1
|
/external/e2fsprogs/tests/d_special_files/ |
D | script | 26 set_super_value hash_seed null
|
/external/toybox/toys/pending/ |
D | mke2fs.c | 151 uint32_t hash_seed[4]; // HTREE hash seed member
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 495 config.hash_seed = 123; in test_init_from_config()
|
/external/python/cpython3/Doc/c-api/ |
D | init_config.rst | 506 .. c:member:: unsigned long hash_seed 512 at Pythonstartup, and :c:member:`~PyConfig.hash_seed` is ignored.
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | fuse-tftext.mlir | 3441 … #tf.func<@"tftext:custom:SgnnProjection", {buckets = 2147483647 : i64, hash_seed = [1902835825, -… 3451 … #tf.func<@"tftext:custom:SgnnProjection", {buckets = 2147483647 : i64, hash_seed = [1902835825, -…
|