Home
last modified time | relevance | path

Searched refs:_PyLong_AsInt (Results 1 – 25 of 80) sorted by relevance

1234

/third_party/python/Objects/clinic/
Dcodeobject.c.h49 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/
Daudioop.c.h36 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 …]
Dsignalmodule.c.h30 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.h705 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 …]
Dposixmodule.c.h190 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 …]
Dtermios.c.h72 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()
Dfcntlmodule.c.h41 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.h437 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.h38 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()
Dbinascii.c.h73 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()
Dzlibmodule.c.h47 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()
Dresource.c.h22 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.h401 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 …]
Dreadline.c.h143 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.h203 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 …]
Dwinsound.c.h37 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()
Dmsvcrtmodule.c.h56 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/
Dblake2b_impl.c.h59 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()
Dblake2s_impl.c.h59 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/
Dsemaphore.c.h39 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()
Dposixshmem.c.h45 flags = _PyLong_AsInt(args[1]); in _posixshmem_shm_open()
52 mode = _PyLong_AsInt(args[2]); in _posixshmem_shm_open()
/third_party/python/Python/clinic/
Dtraceback.c.h39 tb_lasti = _PyLong_AsInt(fastargs[2]); in tb_new()
43 tb_lineno = _PyLong_AsInt(fastargs[3]); in tb_new()
Dsysmodule.c.h375 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.h181 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()
Dtextio.c.h42 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()

1234