Lines Matching defs:statelong
959 state as statelong: object(type='PyLongObject *', subclass_of='&PyLong_Type')
965 PyLongObject *statelong)
971 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes),
1211 PyObject *statelong;
1219 statelong = (PyObject *)_PyLong_FromByteArray(self->state.c,
1223 if (statelong == NULL) {
1228 return Py_BuildValue("NN", buffer, statelong);
1243 PyLongObject *statelong;
1249 &buffer, &PyLong_Type, &statelong))
1254 if (_PyLong_AsByteArray(statelong, statebytes, sizeof(statebytes),