Searched refs:PyInt_AsLong (Results 1 – 7 of 7) sorted by relevance
72 *val = PyInt_AsLong(o); in get_long()144 xres = PyInt_AsLong(res); in pcall()212 *min = PyInt_AsLong(PyTuple_GetItem(res, 1)); in get_x_range_ops()213 *max = PyInt_AsLong(PyTuple_GetItem(res, 2)); in get_x_range_ops()265 *value = PyInt_AsLong(t1); in get_x_ops()325 *dbValue = PyInt_AsLong(t1); in ask_dB_vol_ops()461 *itemp = PyInt_AsLong(t1); in get_enum_item_ops()549 pymelem->selem.caps = PyInt_AsLong(val); in pymelem_set_caps()1010 res = PyInt_AsLong(r); in alsa_mixer_simple_event()
12 #define PyInt_AsLong PyLong_AsLong macro18 long value = PyInt_AsLong(o); in as_bounded_int()
287 from = to = PyInt_AsLong(slice); in Subscript()445 from = to = PyInt_AsLong(slice); in Subscript()
53 #define PyInt_AsLong PyLong_AsLong macro
80 #define PyInt_AsLong PyLong_AsLong macro620 long int_result = PyInt_AsLong(arg); in CheckAndGetInteger()719 long long_value = PyInt_AsLong(arg); in CheckAndGetBool()
747 #define PyInt_AsLong(x) PyLong_AsLong(x) macro908 result = PyInt_AsLong(i); in PyNumber_AsSsize_t()3164 if (val) *val = PyInt_AsLong(obj); in SWIG_AsVal_double()3242 long v = PyInt_AsLong(obj); in SWIG_AsVal_unsigned_SS_long()3494 if (val) *val = PyInt_AsLong(obj);3511 long v = PyInt_AsLong(obj);
750 #define PyInt_AsLong(x) PyLong_AsLong(x) macro912 result = PyInt_AsLong(i); in PyNumber_AsSsize_t()3185 if (val) *val = (double) PyInt_AsLong(obj); in SWIG_AsVal_double()3263 long v = PyInt_AsLong(obj); in SWIG_AsVal_unsigned_SS_long()3517 if (val) *val = PyInt_AsLong(obj);3534 long v = PyInt_AsLong(obj);