Searched refs:get_random_state (Results 1 – 4 of 4) sorted by relevance
88 get_random_state(PyObject *module) in get_random_state() function98 (get_random_state(_PyType_GetModuleByDef(type, &_randommodule)))588 _randomstate *state = get_random_state(module); in _random_exec()627 Py_VISIT(get_random_state(module)->Random_Type); in _random_traverse()634 Py_CLEAR(get_random_state(module)->Random_Type); in _random_clear()635 Py_CLEAR(get_random_state(module)->Long___abs__); in _random_clear()
221 context->get_random_state = GET_RANDOM_INIT; in Fapi_GetRandom_Finish()
2270 switch (context->get_random_state) { in ifapi_get_random()2271 statecase(context->get_random_state, GET_RANDOM_INIT); in ifapi_get_random()2286 statecase(context->get_random_state, GET_RANDOM_SENT); in ifapi_get_random()2314 statecasedefault(context->get_random_state); in ifapi_get_random()2320 context->get_random_state = GET_RANDOM_INIT; in ifapi_get_random()2326 context->get_random_state = GET_RANDOM_INIT; in ifapi_get_random()
981 enum _FAPI_STATE_GET_RANDOM get_random_state; /**< The current state of get random */ member