/third_party/python/Objects/clinic/ |
D | codeobject.c.h | 49 argcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 0)); in code_new() 53 posonlyargcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 1)); in code_new() 57 kwonlyargcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 2)); in code_new() 61 nlocals = _PyLong_AsInt(PyTuple_GET_ITEM(args, 3)); in code_new() 65 stacksize = _PyLong_AsInt(PyTuple_GET_ITEM(args, 4)); in code_new() 69 flags = _PyLong_AsInt(PyTuple_GET_ITEM(args, 5)); in code_new() 109 firstlineno = _PyLong_AsInt(PyTuple_GET_ITEM(args, 12)); in code_new() 198 co_argcount = _PyLong_AsInt(args[0]); in code_replace() 207 co_posonlyargcount = _PyLong_AsInt(args[1]); in code_replace() 216 co_kwonlyargcount = _PyLong_AsInt(args[2]); in code_replace() [all …]
|
/third_party/python/Modules/clinic/ |
D | audioop.c.h | 36 width = _PyLong_AsInt(args[1]); in audioop_getsample() 92 width = _PyLong_AsInt(args[1]); in audioop_max() 136 width = _PyLong_AsInt(args[1]); in audioop_minmax() 180 width = _PyLong_AsInt(args[1]); in audioop_avg() 224 width = _PyLong_AsInt(args[1]); in audioop_rms() 425 width = _PyLong_AsInt(args[1]); in audioop_avgpp() 469 width = _PyLong_AsInt(args[1]); in audioop_maxpp() 513 width = _PyLong_AsInt(args[1]); in audioop_cross() 559 width = _PyLong_AsInt(args[1]); in audioop_mul() 616 width = _PyLong_AsInt(args[1]); in audioop_tomono() [all …]
|
D | signalmodule.c.h | 30 signalnum = _PyLong_AsInt(args[0]); in signal_default_int_handler() 62 seconds = _PyLong_AsInt(arg); in signal_alarm() 118 signalnum = _PyLong_AsInt(arg); in signal_raise_signal() 157 signalnum = _PyLong_AsInt(args[0]); in signal_signal() 192 signalnum = _PyLong_AsInt(arg); in signal_getsignal() 223 signalnum = _PyLong_AsInt(arg); in signal_strsignal() 260 signalnum = _PyLong_AsInt(args[0]); in signal_siginterrupt() 264 flag = _PyLong_AsInt(args[1]); in signal_siginterrupt() 307 which = _PyLong_AsInt(args[0]); in signal_setitimer() 345 which = _PyLong_AsInt(arg); in signal_getitimer() [all …]
|
D | _cursesmodule.c.h | 705 y = _PyLong_AsInt(args[0]); in _curses_window_enclose() 709 x = _PyLong_AsInt(args[1]); in _curses_window_enclose() 1261 line = _PyLong_AsInt(arg); in _curses_window_is_linetouched() 1505 beg = _PyLong_AsInt(args[0]); in _curses_window_redrawln() 1509 num = _PyLong_AsInt(args[1]); in _curses_window_redrawln() 1604 top = _PyLong_AsInt(args[0]); in _curses_window_setscrreg() 1608 bottom = _PyLong_AsInt(args[1]); in _curses_window_setscrreg() 1938 flag = _PyLong_AsInt(args[0]); in _curses_cbreak() 2006 pair_number = _PyLong_AsInt(arg); in _curses_color_pair() 2042 visibility = _PyLong_AsInt(arg); in _curses_curs_set() [all …]
|
D | posixmodule.c.h | 190 mode = _PyLong_AsInt(args[1]); in os_access() 255 fd = _PyLong_AsInt(arg); in os_ttyname() 424 mode = _PyLong_AsInt(args[1]); in os_chmod() 483 fd = _PyLong_AsInt(args[0]); in os_fchmod() 487 mode = _PyLong_AsInt(args[1]); in os_fchmod() 533 mode = _PyLong_AsInt(args[1]); in os_lchmod() 925 fd = _PyLong_AsInt(args[0]); in os_fchown() 1362 mode = _PyLong_AsInt(args[1]); in os_mkdir() 1407 increment = _PyLong_AsInt(arg); in os_nice() 1447 which = _PyLong_AsInt(args[0]); in os_getpriority() [all …]
|
D | termios.c.h | 72 when = _PyLong_AsInt(args[1]); in termios_tcsetattr() 111 duration = _PyLong_AsInt(args[1]); in termios_tcsendbreak() 177 queue = _PyLong_AsInt(args[1]); in termios_tcflush() 216 action = _PyLong_AsInt(args[1]); in termios_tcflow()
|
D | fcntlmodule.c.h | 41 code = _PyLong_AsInt(args[1]); in fcntl_fcntl() 161 code = _PyLong_AsInt(args[1]); in fcntl_flock() 221 code = _PyLong_AsInt(args[1]); in fcntl_lockf() 236 whence = _PyLong_AsInt(args[4]); in fcntl_lockf()
|
D | _tkinter.c.h | 437 mask = _PyLong_AsInt(args[1]); in _tkinter_tkapp_createfilehandler() 501 milliseconds = _PyLong_AsInt(args[0]); in _tkinter_tkapp_createtimerhandler() 535 threshold = _PyLong_AsInt(args[0]); in _tkinter_tkapp_mainloop() 569 flags = _PyLong_AsInt(args[0]); in _tkinter_tkapp_dooneevent() 752 interactive = _PyLong_AsInt(args[3]); in _tkinter_create() 759 wantobjects = _PyLong_AsInt(args[4]); in _tkinter_create() 766 wantTk = _PyLong_AsInt(args[5]); in _tkinter_create() 773 sync = _PyLong_AsInt(args[6]); in _tkinter_create() 825 new_val = _PyLong_AsInt(arg); in _tkinter_setbusywaitinterval()
|
D | _datetimemodule.c.h | 38 year = _PyLong_AsInt(fastargs[0]); in iso_calendar_date_new() 42 week = _PyLong_AsInt(fastargs[1]); in iso_calendar_date_new() 46 weekday = _PyLong_AsInt(fastargs[2]); in iso_calendar_date_new()
|
D | binascii.c.h | 73 backtick = _PyLong_AsInt(args[1]); in binascii_b2a_uu() 157 newline = _PyLong_AsInt(args[1]); in binascii_b2a_base64() 471 bytes_per_sep = _PyLong_AsInt(args[2]); in binascii_b2a_hex() 541 bytes_per_sep = _PyLong_AsInt(args[2]); in binascii_hexlify() 657 header = _PyLong_AsInt(args[1]); in binascii_a2b_qp() 717 quotetabs = _PyLong_AsInt(args[1]); in binascii_b2a_qp() 726 istext = _PyLong_AsInt(args[2]); in binascii_b2a_qp() 734 header = _PyLong_AsInt(args[3]); in binascii_b2a_qp()
|
D | zlibmodule.c.h | 47 level = _PyLong_AsInt(args[1]); in zlib_compress() 110 wbits = _PyLong_AsInt(args[1]); in zlib_decompress() 202 level = _PyLong_AsInt(args[0]); in zlib_compressobj() 211 method = _PyLong_AsInt(args[1]); in zlib_compressobj() 220 wbits = _PyLong_AsInt(args[2]); in zlib_compressobj() 229 memLevel = _PyLong_AsInt(args[3]); in zlib_compressobj() 238 strategy = _PyLong_AsInt(args[4]); in zlib_compressobj() 302 wbits = _PyLong_AsInt(args[0]); in zlib_decompressobj()
|
D | resource.c.h | 22 who = _PyLong_AsInt(arg); in resource_getrusage() 49 resource = _PyLong_AsInt(arg); in resource_getrlimit() 80 resource = _PyLong_AsInt(args[0]); in resource_setrlimit()
|
D | _codecsmodule.c.h | 401 final = _PyLong_AsInt(args[2]); in _codecs_utf_7_decode() 471 final = _PyLong_AsInt(args[2]); in _codecs_utf_8_decode() 541 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_decode() 611 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_le_decode() 681 final = _PyLong_AsInt(args[2]); in _codecs_utf_16_be_decode() 753 byteorder = _PyLong_AsInt(args[2]); in _codecs_utf_16_ex_decode() 760 final = _PyLong_AsInt(args[3]); in _codecs_utf_16_ex_decode() 830 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_decode() 900 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_le_decode() 970 final = _PyLong_AsInt(args[2]); in _codecs_utf_32_be_decode() [all …]
|
D | readline.c.h | 143 nelements = _PyLong_AsInt(args[0]); in readline_append_history_file() 180 length = _PyLong_AsInt(arg); in readline_set_history_length() 401 entry_number = _PyLong_AsInt(arg); in readline_remove_history_item() 436 entry_number = _PyLong_AsInt(args[0]); in readline_replace_history_item() 582 idx = _PyLong_AsInt(arg); in readline_get_history_item()
|
/third_party/python/PC/clinic/ |
D | _msi.c.h | 203 field = _PyLong_AsInt(args[0]); in _msi_Record_SetString() 252 field = _PyLong_AsInt(args[0]); in _msi_Record_SetStream() 301 field = _PyLong_AsInt(args[0]); in _msi_Record_SetInteger() 305 value = _PyLong_AsInt(args[1]); in _msi_Record_SetInteger() 336 field = _PyLong_AsInt(arg); in _msi_SummaryInformation_GetProperty() 392 field = _PyLong_AsInt(args[0]); in _msi_SummaryInformation_SetProperty() 473 kind = _PyLong_AsInt(arg); in _msi_View_GetColumnInfo() 510 kind = _PyLong_AsInt(args[0]); in _msi_View_Modify() 622 count = _PyLong_AsInt(arg); in _msi_Database_GetSummaryInformation() 671 persist = _PyLong_AsInt(args[1]); in _msi_OpenDatabase() [all …]
|
D | winsound.c.h | 37 flags = _PyLong_AsInt(args[1]); in winsound_PlaySound() 79 frequency = _PyLong_AsInt(args[0]); in winsound_Beep() 83 duration = _PyLong_AsInt(args[1]); in winsound_Beep() 124 type = _PyLong_AsInt(args[0]); in winsound_MessageBeep()
|
D | msvcrtmodule.c.h | 56 fd = _PyLong_AsInt(args[0]); in msvcrt_locking() 60 mode = _PyLong_AsInt(args[1]); in msvcrt_locking() 102 fd = _PyLong_AsInt(args[0]); in msvcrt_setmode() 106 flags = _PyLong_AsInt(args[1]); in msvcrt_setmode() 179 fd = _PyLong_AsInt(arg); in msvcrt_get_osfhandle() 534 type = _PyLong_AsInt(args[0]); in msvcrt_CrtSetReportMode() 538 mode = _PyLong_AsInt(args[1]); in msvcrt_CrtSetReportMode() 577 mode = _PyLong_AsInt(arg); in msvcrt_set_error_mode()
|
/third_party/python/Modules/_blake2/clinic/ |
D | blake2b_impl.c.h | 59 digest_size = _PyLong_AsInt(fastargs[1]); in py_blake2b_new() 104 fanout = _PyLong_AsInt(fastargs[5]); in py_blake2b_new() 113 depth = _PyLong_AsInt(fastargs[6]); in py_blake2b_new() 138 node_depth = _PyLong_AsInt(fastargs[9]); in py_blake2b_new() 147 inner_size = _PyLong_AsInt(fastargs[10]); in py_blake2b_new()
|
D | blake2s_impl.c.h | 59 digest_size = _PyLong_AsInt(fastargs[1]); in py_blake2s_new() 104 fanout = _PyLong_AsInt(fastargs[5]); in py_blake2s_new() 113 depth = _PyLong_AsInt(fastargs[6]); in py_blake2s_new() 138 node_depth = _PyLong_AsInt(fastargs[9]); in py_blake2s_new() 147 inner_size = _PyLong_AsInt(fastargs[10]); in py_blake2s_new()
|
/third_party/python/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 39 blocking = _PyLong_AsInt(args[0]); in _multiprocessing_SemLock_acquire() 113 blocking = _PyLong_AsInt(args[0]); in _multiprocessing_SemLock_acquire() 176 kind = _PyLong_AsInt(fastargs[0]); in _multiprocessing_SemLock() 180 value = _PyLong_AsInt(fastargs[1]); in _multiprocessing_SemLock() 184 maxvalue = _PyLong_AsInt(fastargs[2]); in _multiprocessing_SemLock() 201 unlink = _PyLong_AsInt(fastargs[4]); in _multiprocessing_SemLock()
|
D | posixshmem.c.h | 45 flags = _PyLong_AsInt(args[1]); in _posixshmem_shm_open() 52 mode = _PyLong_AsInt(args[2]); in _posixshmem_shm_open()
|
/third_party/python/Python/clinic/ |
D | traceback.c.h | 39 tb_lasti = _PyLong_AsInt(fastargs[2]); in tb_new() 43 tb_lineno = _PyLong_AsInt(fastargs[3]); in tb_new()
|
D | sysmodule.c.h | 375 new_limit = _PyLong_AsInt(arg); in sys_setrecursionlimit() 415 depth = _PyLong_AsInt(args[0]); in sys_set_coroutine_origin_tracking_depth() 583 new_val = _PyLong_AsInt(arg); in sys_setdlopenflags() 638 flag = _PyLong_AsInt(arg); in sys_mdebug() 693 maxdigits = _PyLong_AsInt(args[0]); in sys_set_int_max_str_digits() 826 depth = _PyLong_AsInt(args[0]); in sys__getframe()
|
/third_party/python/Modules/_io/clinic/ |
D | _iomodule.c.h | 181 buffering = _PyLong_AsInt(args[2]); in _io_open() 259 closefd = _PyLong_AsInt(args[6]); in _io_open() 310 stacklevel = _PyLong_AsInt(args[1]); in _io_text_encoding()
|
D | textio.c.h | 42 translate = _PyLong_AsInt(fastargs[1]); in _io_IncrementalNewlineDecoder___init__() 88 final = _PyLong_AsInt(args[1]); in _io_IncrementalNewlineDecoder_decode() 259 line_buffering = _PyLong_AsInt(fastargs[4]); in _io_TextIOWrapper___init__() 267 write_through = _PyLong_AsInt(fastargs[5]); in _io_TextIOWrapper___init__() 497 whence = _PyLong_AsInt(args[1]); in _io_TextIOWrapper_seek()
|