Home
last modified time | relevance | path

Searched refs:MAX_HASH_SEED (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
D_test_embed_set_config.py15 MAX_HASH_SEED = 4294967295 variable
50 ("hash_seed", MAX_HASH_SEED + 1),
Dtest_embed.py34 MAX_HASH_SEED = 4294967295 variable
/third_party/python/Python/
Dinitconfig.c583 #define MAX_HASH_SEED 4294967295UL macro
596 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency()
1263 CHECK_VALUE("hash_seed", config->hash_seed <= MAX_HASH_SEED); in _PyConfig_FromDict()
1611 || seed > MAX_HASH_SEED in config_init_hash_seed()