/external/python/cpython3/Modules/clinic/ |
D | _sre.c.h | 221 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_match() 242 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_match() 300 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_fullmatch() 321 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_fullmatch() 381 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_search() 402 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_search() 460 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_findall() 481 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_findall() 541 PyObject *iobj = PyNumber_Index(args[1]); in _sre_SRE_Pattern_finditer() 562 PyObject *iobj = PyNumber_Index(args[2]); in _sre_SRE_Pattern_finditer() [all …]
|
D | _bisectmodule.c.h | 56 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_bisect_right() 132 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_insort_right() 207 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_bisect_left() 283 PyObject *iobj = PyNumber_Index(args[2]); in _bisect_insort_left()
|
D | arraymodule.c.h | 92 PyObject *iobj = PyNumber_Index(args[0]); in array_array_pop() 147 PyObject *iobj = PyNumber_Index(args[0]); in array_array_insert() 263 PyObject *iobj = PyNumber_Index(args[1]); in array_array_fromfile()
|
D | _collectionsmodule.c.h | 60 PyObject *iobj = PyNumber_Index(PyTuple_GET_ITEM(args, 0)); in tuplegetter_new()
|
D | _struct.c.h | 134 PyObject *iobj = PyNumber_Index(args[1]); in Struct_unpack_from() 325 PyObject *iobj = PyNumber_Index(args[2]); in unpack_from()
|
D | itertoolsmodule.c.h | 180 PyObject *iobj = PyNumber_Index(args[1]); in itertools_tee() 366 PyObject *iobj = PyNumber_Index(fastargs[1]); in itertools_combinations() 419 PyObject *iobj = PyNumber_Index(fastargs[1]); in itertools_combinations_with_replacement()
|
D | _bz2module.c.h | 172 PyObject *iobj = PyNumber_Index(args[1]); in _bz2_BZ2Decompressor_decompress()
|
D | _lzmamodule.c.h | 126 PyObject *iobj = PyNumber_Index(args[1]); in _lzma_LZMADecompressor_decompress()
|
/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 83 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_ljust() 144 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_rjust() 205 PyObject *iobj = PyNumber_Index(args[0]); in stringlib_center() 262 PyObject *iobj = PyNumber_Index(arg); in stringlib_zfill()
|
/external/python/cpython3/Modules/_io/clinic/ |
D | bufferedio.c.h | 130 PyObject *iobj = PyNumber_Index(args[0]); in _io__Buffered_peek() 210 PyObject *iobj = PyNumber_Index(args[0]); in _io__Buffered_read1() 444 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedReader___init__() 503 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedWriter___init__() 600 PyObject *iobj = PyNumber_Index(PyTuple_GET_ITEM(args, 2)); in _io_BufferedRWPair___init__() 659 PyObject *iobj = PyNumber_Index(fastargs[1]); in _io_BufferedRandom___init__()
|
D | iobase.c.h | 284 PyObject *iobj = PyNumber_Index(args[0]); in _io__RawIOBase_read()
|
D | stringio.c.h | 187 PyObject *iobj = PyNumber_Index(args[0]); in _io_StringIO_seek()
|
D | bytesio.c.h | 412 PyObject *iobj = PyNumber_Index(args[0]); in _io_BytesIO_seek()
|
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 96 PyObject *iobj = PyNumber_Index(args[0]); in unicode_center() 540 PyObject *iobj = PyNumber_Index(args[0]); in unicode_ljust() 740 PyObject *iobj = PyNumber_Index(args[2]); in unicode_replace() 859 PyObject *iobj = PyNumber_Index(args[0]); in unicode_rjust() 933 PyObject *iobj = PyNumber_Index(args[1]); in unicode_split() 1035 PyObject *iobj = PyNumber_Index(args[1]); in unicode_rsplit() 1241 PyObject *iobj = PyNumber_Index(arg); in unicode_zfill()
|
D | bytearrayobject.c.h | 278 PyObject *iobj = PyNumber_Index(args[2]); in bytearray_replace() 356 PyObject *iobj = PyNumber_Index(args[1]); in bytearray_split() 460 PyObject *iobj = PyNumber_Index(args[1]); in bytearray_rsplit() 529 PyObject *iobj = PyNumber_Index(args[0]); in bytearray_insert() 627 PyObject *iobj = PyNumber_Index(args[0]); in bytearray_pop()
|
D | listobject.c.h | 34 PyObject *iobj = PyNumber_Index(args[0]); in list_insert() 138 PyObject *iobj = PyNumber_Index(args[0]); in list_pop()
|
D | bytesobject.c.h | 56 PyObject *iobj = PyNumber_Index(args[1]); in bytes_split() 212 PyObject *iobj = PyNumber_Index(args[1]); in bytes_rsplit() 503 PyObject *iobj = PyNumber_Index(args[2]); in bytes_replace()
|
D | longobject.c.h | 219 PyObject *iobj = PyNumber_Index(args[0]); in int_to_bytes()
|
/external/python/cpython3/Modules/ |
D | mathmodule.c | 838 res = PyNumber_Index(args[0]); in math_gcd() 847 x = PyNumber_Index(args[i]); in math_gcd() 911 res = PyNumber_Index(args[0]); in math_lcm() 920 x = PyNumber_Index(args[i]); in math_lcm() 1731 n = PyNumber_Index(n); in math_isqrt() 2078 pyint_form = PyNumber_Index(arg); in math_factorial() 3135 n = PyNumber_Index(n); in math_perm_impl() 3145 k = PyNumber_Index(k); in math_perm_impl() 3258 n = PyNumber_Index(n); in math_comb_impl() 3268 k = PyNumber_Index(k); in math_comb_impl()
|
/external/python/cpython3/Python/clinic/ |
D | _warnings.c.h | 53 PyObject *iobj = PyNumber_Index(args[2]); in warnings_warn()
|
/external/python/cpython3/Objects/ |
D | rangeobject.c | 35 step = PyNumber_Index(step); in validate_step() 87 start = PyNumber_Index(args[0]); in range_from_array() 91 stop = PyNumber_Index(args[1]); in range_from_array() 104 stop = PyNumber_Index(args[0]); in range_from_array() 637 i = PyNumber_Index(item); in range_subscript()
|
D | sliceobject.c | 357 return PyNumber_Index(v); in evaluate_slice_index() 522 length = PyNumber_Index(len); in slice_indices()
|
D | memoryobject.c | 1581 tmp = PyNumber_Index(item); in pylong_as_ld() 1596 tmp = PyNumber_Index(item); in pylong_as_lu() 1611 tmp = PyNumber_Index(item); in pylong_as_lld() 1626 tmp = PyNumber_Index(item); in pylong_as_llu() 1641 tmp = PyNumber_Index(item); in pylong_as_zd() 1656 tmp = PyNumber_Index(item); in pylong_as_zu()
|
D | enumobject.c | 49 start = PyNumber_Index(start); in enum_new_impl()
|
/external/python/cpython2/Objects/ |
D | enumobject.c | 29 start = PyNumber_Index(start); in enum_new()
|