Searched refs:thirtytwo (Results 1 – 2 of 2) sorted by relevance
211 PyObject *thirtytwo = NULL; in random_seed() local262 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()