Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A D_test_embed_set_config.py15 MAX_HASH_SEED = 4294967295 variable
51 ("hash_seed", MAX_HASH_SEED + 1),
H A Dtest_embed.py38 MAX_HASH_SEED = 4294967295 variable
/third_party/python/Python/
H A Dinitconfig.c629 #define MAX_HASH_SEED 4294967295UL macro
642 assert(config->hash_seed <= MAX_HASH_SEED); in config_check_consistency()
1337 CHECK_VALUE("hash_seed", config->hash_seed <= MAX_HASH_SEED); in _PyConfig_FromDict()
1573 || seed > MAX_HASH_SEED in config_init_hash_seed()

Completed in 6 milliseconds