Home
last modified time | relevance | path

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

/third_party/alsa-lib/modules/mixer/simple/
Dpython.c72 *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()
/third_party/skia/third_party/externals/brotli/python/
D_brotli.cc12 #define PyInt_AsLong PyLong_AsLong macro
18 long value = PyInt_AsLong(o); in as_bounded_int()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc287 from = to = PyInt_AsLong(slice); in Subscript()
445 from = to = PyInt_AsLong(slice); in Subscript()
Drepeated_composite_container.cc53 #define PyInt_AsLong PyLong_AsLong macro
Dmessage.cc80 #define PyInt_AsLong PyLong_AsLong macro
620 long int_result = PyInt_AsLong(arg); in CheckAndGetInteger()
719 long long_value = PyInt_AsLong(arg); in CheckAndGetBool()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c747 #define PyInt_AsLong(x) PyLong_AsLong(x) macro
908 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);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c750 #define PyInt_AsLong(x) PyLong_AsLong(x) macro
912 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);