Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_randommodule.c211 PyObject *thirtytwo = NULL; in random_seed() local
262 thirtytwo = PyInt_FromLong(32L); in random_seed()
263 if (thirtytwo == NULL) in random_seed()
279 newn = PyNumber_Rshift(n, thirtytwo); in random_seed()
305 Py_XDECREF(thirtytwo); in random_seed()