HomeSort by relevance Sort by last modified time
    Searched refs:seed_text (Results 1 - 3 of 3) sorted by null

  /external/python/cpython3/Python/
bootstrap_hash.c 551 _Py_ReadHashSeed(const char *seed_text,
557 if (seed_text && *seed_text != '\0' && strcmp(seed_text, "random") != 0) {
558 const char *endptr = seed_text;
560 seed = strtoul(seed_text, (char **)&endptr, 10);
  /external/python/cpython3/Include/
pylifecycle.h 180 const char *seed_text,
  /external/python/cpython3/Modules/
main.c 1871 const char *seed_text = config_get_env_var("PYTHONHASHSEED"); local
    [all...]

Completed in 816 milliseconds