| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | command.h | 120 static BROTLI_INLINE void InitCommand(Command* self, in InitCommand() argument 138 static BROTLI_INLINE void InitInsertCommand(Command* self, size_t insertlen) { in InitInsertCommand() argument 146 CommandRestoreDistanceCode( const Command* self, const BrotliDistanceParams* dist) CommandRestoreDistanceCode() argument 167 CommandDistanceContext(const Command* self) CommandDistanceContext() argument 176 CommandCopyLen(const Command* self) CommandCopyLen() argument 180 CommandCopyLenCode(const Command* self) CommandCopyLenCode() argument [all...] |
| H A D | hash_longest_match_quickly_inc.h | 46 Initialize( HasherCommon* common, HashLongestMatchQuickly* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 55 Prepare( HashLongestMatchQuickly* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 95 Store( HashLongestMatchQuickly* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 108 StoreRange( HashLongestMatchQuickly* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 118 StitchToPreviousBlock( HashLongestMatchQuickly* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 132 PrepareDistanceCache( HashLongestMatchQuickly* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 147 FindLongestMatch( HashLongestMatchQuickly* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| H A D | hash_rolling_inc.h | 78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOO argument 54 Initialize( HasherCommon* common, HashRolling* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 100 Store(HashRolling* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 108 StoreRange(HashRolling* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 118 StitchToPreviousBlock( HashRolling* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ring_buffer_mask) StitchToPreviousBlock() argument 143 PrepareDistanceCache( HashRolling* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 150 FindLongestMatch( HashRolling* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| H A D | hash_longest_match64_inc.h | 60 Initialize( HasherCommon* common, HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderParams* params) Initialize() argument 78 Prepare( HashLongestMatch* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, size_t input_size, const uint8_t* BROTLI_RESTRICT data) Prepare() argument 109 Store( HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix) Store() argument 122 StoreRange(HashLongestMatch* BROTLI_RESTRICT self, const uint8_t* BROTLI_RESTRICT data, const size_t mask, const size_t ix_start, const size_t ix_end) StoreRange() argument 131 StitchToPreviousBlock( HashLongestMatch* BROTLI_RESTRICT self, size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask) StitchToPreviousBlock() argument 145 PrepareDistanceCache( HashLongestMatch* BROTLI_RESTRICT self, int* BROTLI_RESTRICT distance_cache) PrepareDistanceCache() argument 162 FindLongestMatch( HashLongestMatch* BROTLI_RESTRICT self, const BrotliEncoderDictionary* dictionary, const uint8_t* BROTLI_RESTRICT data, const size_t ring_buffer_mask, const int* BROTLI_RESTRICT distance_cache, const size_t cur_ix, const size_t max_length, const size_t max_backward, const size_t dictionary_distance, const size_t max_distance, HasherSearchResult* BROTLI_RESTRICT out) FindLongestMatch() argument [all...] |
| H A D | block_splitter.c | 108 void BrotliInitBlockSplit(BlockSplit* self) { in BrotliInitBlockSplit() argument 117 void BrotliDestroyBlockSplit(MemoryManager* m, BlockSplit* self) { in BrotliDestroyBlockSplit() argument [all...] |
| /third_party/python/Modules/_blake2/ |
| H A D | blake2s_impl.c | 60 BLAKE2sObject *self; in new_BLAKE2sObject() local 98 BLAKE2sObject *self = NULL; in py_blake2s_new_impl() local 249 _blake2_blake2s_copy_impl(BLAKE2sObject *self) _blake2_blake2s_copy_impl() argument 274 _blake2_blake2s_update(BLAKE2sObject *self, PyObject *data) _blake2_blake2s_update() argument 305 _blake2_blake2s_digest_impl(BLAKE2sObject *self) _blake2_blake2s_digest_impl() argument 326 _blake2_blake2s_hexdigest_impl(BLAKE2sObject *self) _blake2_blake2s_hexdigest_impl() argument 351 py_blake2s_get_name(BLAKE2sObject *self, void *closure) py_blake2s_get_name() argument 359 py_blake2s_get_block_size(BLAKE2sObject *self, void *closure) py_blake2s_get_block_size() argument 367 py_blake2s_get_digest_size(BLAKE2sObject *self, void *closure) py_blake2s_get_digest_size() argument 385 py_blake2s_dealloc(PyObject *self) py_blake2s_dealloc() argument [all...] |
| H A D | blake2b_impl.c | 60 BLAKE2bObject *self; in new_BLAKE2bObject() local 98 BLAKE2bObject *self = NULL; in py_blake2b_new_impl() local 249 _blake2_blake2b_copy_impl(BLAKE2bObject *self) _blake2_blake2b_copy_impl() argument 274 _blake2_blake2b_update(BLAKE2bObject *self, PyObject *data) _blake2_blake2b_update() argument 305 _blake2_blake2b_digest_impl(BLAKE2bObject *self) _blake2_blake2b_digest_impl() argument 326 _blake2_blake2b_hexdigest_impl(BLAKE2bObject *self) _blake2_blake2b_hexdigest_impl() argument 351 py_blake2b_get_name(BLAKE2bObject *self, void *closure) py_blake2b_get_name() argument 359 py_blake2b_get_block_size(BLAKE2bObject *self, void *closure) py_blake2b_get_block_size() argument 367 py_blake2b_get_digest_size(BLAKE2bObject *self, void *closure) py_blake2b_get_digest_size() argument 385 py_blake2b_dealloc(PyObject *self) py_blake2b_dealloc() argument [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callbacks.c | 33 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_dealloc() local 46 CThunkObject *self = (CThunkObject *)myself; in CThunkObject_traverse() local 56 CThunkObject *self = (CThunkObject *)myself; CThunkObject_clear() local [all...] |
| /third_party/python/Modules/ |
| H A D | _curses_panel.c | 189 _curses_panel_panel_bottom_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_bottom_impl() argument 207 _curses_panel_panel_hide_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_hide_impl() argument 223 _curses_panel_panel_show_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_show_impl() argument 239 _curses_panel_panel_top_impl(PyCursesPanelObject *self, PyTypeObject *cls) in _curses_panel_panel_top_impl() argument 298 _curses_panel_panel_above_impl(PyCursesPanelObject *self) in _curses_panel_panel_above_impl() argument 329 _curses_panel_panel_below_impl(PyCursesPanelObject *self) _curses_panel_panel_below_impl() argument 358 _curses_panel_panel_hidden_impl(PyCursesPanelObject *self) _curses_panel_panel_hidden_impl() argument 379 _curses_panel_panel_move_impl(PyCursesPanelObject *self, PyTypeObject *cls, int y, int x) _curses_panel_panel_move_impl() argument 394 _curses_panel_panel_window_impl(PyCursesPanelObject *self) _curses_panel_panel_window_impl() argument 412 _curses_panel_panel_replace_impl(PyCursesPanelObject *self, PyTypeObject *cls, PyCursesWindowObject *win) _curses_panel_panel_replace_impl() argument 447 _curses_panel_panel_set_userptr_impl(PyCursesPanelObject *self, PyTypeObject *cls, PyObject *obj) _curses_panel_panel_set_userptr_impl() argument 476 _curses_panel_panel_userptr_impl(PyCursesPanelObject *self, PyTypeObject *cls) _curses_panel_panel_userptr_impl() argument [all...] |
| H A D | _dbmmodule.c | 220 _dbm_dbm_close_impl(dbmobject *self) in _dbm_dbm_close_impl() argument 239 _dbm_dbm_keys_impl(dbmobject *self, PyTypeObject *cls) in _dbm_dbm_keys_impl() argument 271 dbm_contains(PyObject *self, PyObject *arg) in dbm_contains() argument 315 _dbm_dbm_get_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_get_impl() argument 347 _dbm_dbm_setdefault_impl(dbmobject *self, PyTypeObject *cls, const char *key, Py_ssize_t key_length, PyObject *default_value) _dbm_dbm_setdefault_impl() argument 389 dbm__enter__(PyObject *self, PyObject *args) dbm__enter__() argument 396 dbm__exit__(PyObject *self, PyObject *args) dbm__exit__() argument 498 PyObject *self = newdbmobject(state, name, iflags, mode); dbmopen_impl() local [all...] |
| H A D | _randommodule.c | 124 genrand_uint32(RandomObject *self) in genrand_uint32() argument 176 _random_Random_random_impl(RandomObject *self) in _random_Random_random_impl() argument 185 init_genrand(RandomObject *self, uint32_t s) init_genrand() argument 208 init_by_array(RandomObject *self, uint32_t init_key[], size_t key_length) init_by_array() argument 240 random_seed_urandom(RandomObject *self) random_seed_urandom() argument 252 random_seed_time_pid(RandomObject *self) random_seed_time_pid() argument 275 random_seed(RandomObject *self, PyObject *arg) random_seed() argument 372 _random_Random_seed_impl(RandomObject *self, PyObject *n) _random_Random_seed_impl() argument 390 _random_Random_getstate_impl(RandomObject *self) _random_Random_getstate_impl() argument 429 _random_Random_setstate(RandomObject *self, PyObject *state) _random_Random_setstate() argument 481 _random_Random_getrandbits_impl(RandomObject *self, int k) _random_Random_getrandbits_impl() argument 529 random_init(RandomObject *self, PyObject *args, PyObject *kwds) random_init() argument [all...] |
| H A D | _queuemodule.c | 42 simplequeue_clear(simplequeueobject *self) in simplequeue_clear() argument 49 simplequeue_dealloc(simplequeueobject *self) in simplequeue_dealloc() argument 68 simplequeue_traverse(simplequeueobject *self, visitproc visit, void *arg) simplequeue_traverse() argument 86 simplequeueobject *self; simplequeue_new_impl() local 122 _queue_SimpleQueue_put_impl(simplequeueobject *self, PyObject *item, int block, PyObject *timeout) _queue_SimpleQueue_put_impl() argument 150 _queue_SimpleQueue_put_nowait_impl(simplequeueobject *self, PyObject *item) _queue_SimpleQueue_put_nowait_impl() argument 157 simplequeue_pop_item(simplequeueobject *self) simplequeue_pop_item() argument 204 _queue_SimpleQueue_get_impl(simplequeueobject *self, PyTypeObject *cls, int block, PyObject *timeout_obj) _queue_SimpleQueue_get_impl() argument 301 _queue_SimpleQueue_get_nowait_impl(simplequeueobject *self, PyTypeObject *cls) _queue_SimpleQueue_get_nowait_impl() argument 315 _queue_SimpleQueue_empty_impl(simplequeueobject *self) _queue_SimpleQueue_empty_impl() argument 328 _queue_SimpleQueue_qsize_impl(simplequeueobject *self) _queue_SimpleQueue_qsize_impl() argument [all...] |
| /third_party/python/Modules/_io/clinic/ |
| H A D | bufferedio.c.h | 17 _io__BufferedIOBase_readinto(PyObject *self, PyObject *arg) in _io__BufferedIOBase_readinto() argument 54 _io__BufferedIOBase_readinto1(PyObject *self, PyObject *arg) in _io__BufferedIOBase_readinto1() argument 95 _io__BufferedIOBase_detach(PyObject *self, PyObject *Py_UNUSED(ignored)) _io__BufferedIOBase_detach() argument 112 _io__Buffered_peek(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_peek() argument 154 _io__Buffered_read(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_read() argument 187 _io__Buffered_read1(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_read1() argument 229 _io__Buffered_readinto(buffered *self, PyObject *arg) _io__Buffered_readinto() argument 266 _io__Buffered_readinto1(buffered *self, PyObject *arg) _io__Buffered_readinto1() argument 303 _io__Buffered_readline(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_readline() argument 336 _io__Buffered_seek(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_seek() argument 372 _io__Buffered_truncate(buffered *self, PyObject *const *args, Py_ssize_t nargs) _io__Buffered_truncate() argument 402 _io_BufferedReader___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BufferedReader___init__() argument 456 _io_BufferedWriter___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BufferedWriter___init__() argument 507 _io_BufferedWriter_write(buffered *self, PyObject *arg) _io_BufferedWriter_write() argument 549 _io_BufferedRWPair___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BufferedRWPair___init__() argument 603 _io_BufferedRandom___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BufferedRandom___init__() argument [all...] |
| H A D | bytesio.c.h | 18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable() argument 36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable() argument 54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_seekable() argument 72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_flush() argument 90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_getbuffer() argument 108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_getvalue() argument 128 _io_BytesIO_isatty(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_isatty() argument 146 _io_BytesIO_tell(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_tell() argument 167 _io_BytesIO_read(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_read() argument 204 _io_BytesIO_read1(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_read1() argument 242 _io_BytesIO_readline(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_readline() argument 280 _io_BytesIO_readlines(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_readlines() argument 315 _io_BytesIO_readinto(bytesio *self, PyObject *arg) _io_BytesIO_readinto() argument 356 _io_BytesIO_truncate(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_truncate() argument 396 _io_BytesIO_seek(bytesio *self, PyObject *const *args, Py_ssize_t nargs) _io_BytesIO_seek() argument 468 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) _io_BytesIO_close() argument 483 _io_BytesIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BytesIO___init__() argument [all...] |
| H A D | fileio.c.h | 21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close() argument 49 _io_FileIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_FileIO___init__() argument 119 _io_FileIO_fileno(fileio *self, PyObjec argument 137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_readable() argument 155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_writable() argument 173 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_seekable() argument 191 _io_FileIO_readinto(fileio *self, PyObject *arg) _io_FileIO_readinto() argument 232 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_readall() argument 254 _io_FileIO_read(fileio *self, PyObject *const *args, Py_ssize_t nargs) _io_FileIO_read() argument 292 _io_FileIO_write(fileio *self, PyObject *arg) _io_FileIO_write() argument 336 _io_FileIO_seek(fileio *self, PyObject *const *args, Py_ssize_t nargs) _io_FileIO_seek() argument 375 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_tell() argument 398 _io_FileIO_truncate(fileio *self, PyObject *const *args, Py_ssize_t nargs) _io_FileIO_truncate() argument 432 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) _io_FileIO_isatty() argument [all...] |
| /third_party/python/Modules/_multiprocessing/clinic/ |
| H A D | semaphore.c.h | 21 _multiprocessing_SemLock_acquire(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _multiprocessing_SemLock_acquire() argument 72 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock_release() argument 95 _multiprocessing_SemLock_acquire(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _multiprocessing_SemLock_acquire() argument 146 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock_release() argument 266 _multiprocessing_SemLock__count(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock__count() argument 288 _multiprocessing_SemLock__is_mine(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock__is_mine() argument 310 _multiprocessing_SemLock__get_value(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock__get_value() argument 332 _multiprocessing_SemLock__is_zero(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock__is_zero() argument 354 _multiprocessing_SemLock__after_fork(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock__after_fork() argument 376 _multiprocessing_SemLock___enter__(SemLockObject *self, PyObject *Py_UNUSED(ignored)) _multiprocessing_SemLock___enter__() argument 400 _multiprocessing_SemLock___exit__(SemLockObject *self, PyObject *const *args, Py_ssize_t nargs) _multiprocessing_SemLock___exit__() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | thread.cpp | 274 static DWORD WINAPI run(void* self) { in run() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | BitTracker.h | 279 BitTracker::BitValue::self(const BitRef &Self) { in self() function in llvm::BitTracker::BitValue
|
| /third_party/python/Modules/_sqlite/ |
| H A D | row.c | 38 row_clear(pysqlite_Row *self) in row_clear() argument 46 row_traverse(pysqlite_Row *self, visitproc visit, void *arg) in row_traverse() argument 55 pysqlite_row_dealloc(PyObject *self) in pysqlite_row_dealloc() argument 79 pysqlite_Row *self; pysqlite_row_new_impl() local 93 pysqlite_row_item(pysqlite_Row* self, Py_ssize_t idx) pysqlite_row_item() argument 128 pysqlite_row_subscript(pysqlite_Row *self, PyObject *idx) pysqlite_row_subscript() argument 173 pysqlite_row_length(pysqlite_Row* self) pysqlite_row_length() argument 185 pysqlite_row_keys_impl(pysqlite_Row *self) pysqlite_row_keys_impl() argument 207 pysqlite_iter(pysqlite_Row* self) pysqlite_iter() argument 212 pysqlite_row_hash(pysqlite_Row *self) pysqlite_row_hash() argument 217 pysqlite_row_richcompare(pysqlite_Row *self, PyObject *_other, int opid) pysqlite_row_richcompare() argument [all...] |
| /third_party/python/Objects/clinic/ |
| H A D | longobject.c.h | 54 int___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in int___getnewargs__() argument 71 int___format__(PyObject *self, PyObject *arg) in int___format__() argument 105 int___round__(PyObject *self, PyObject *const *args, Py_ssize_t nargs) int___round__() argument 137 int___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) int___sizeof__() argument 170 int_bit_length(PyObject *self, PyObject *Py_UNUSED(ignored)) int_bit_length() argument 195 int_bit_count(PyObject *self, PyObject *Py_UNUSED(ignored)) int_bit_count() argument 223 int_as_integer_ratio(PyObject *self, PyObject *Py_UNUSED(ignored)) int_as_integer_ratio() argument 257 int_to_bytes(PyObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) int_to_bytes() argument [all...] |
| H A D | listobject.c.h | 18 list_insert(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) in list_insert() argument 59 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() argument 77 list_copy(PyListObject *self, PyObject *Py_UNUSED(ignored)) list_copy() argument 115 list_pop(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) list_pop() argument 166 list_sort(PyListObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) list_sort() argument 213 list_reverse(PyListObject *self, PyObject *Py_UNUSED(ignored)) list_reverse() argument 234 list_index(PyListObject *self, PyObject *const *args, Py_ssize_t nargs) list_index() argument 297 list___init__(PyObject *self, PyObject *args, PyObject *kwargs) list___init__() argument 334 list___sizeof__(PyListObject *self, PyObject *Py_UNUSED(ignored)) list___sizeof__() argument 352 list___reversed__(PyListObject *self, PyObject *Py_UNUSED(ignored)) list___reversed__() argument [all...] |
| H A D | codeobject.c.h | 186 code_replace(PyCodeObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in code_replace() argument 418 code__varname_from_oparg(PyCodeObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) code__varname_from_oparg() argument [all...] |
| /third_party/python/Objects/ |
| H A D | methodobject.c | 32 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() argument 38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() argument 44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New() argument 258 PyObject *self; in meth_get__self__() local 296 meth_richcompare(PyObject *self, PyObject *other, int op) meth_richcompare() argument 538 PyObject *self = PyCFunction_GET_SELF(func); cfunction_call() local [all...] |
| /third_party/python/Modules/clinic/ |
| H A D | _pickle.c.h | 23 _pickle_Pickler_clear_memo(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler_clear_memo() argument 50 _pickle_Pickler___sizeof__(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler___sizeof__() argument 106 _pickle_Pickler___init__(PyObject *self, PyObject *args, PyObject *kwargs) _pickle_Pickler___init__() argument 164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_PicklerMemoProxy_clear() argument 182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_PicklerMemoProxy_copy() argument 200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_PicklerMemoProxy___reduce__() argument 222 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) _pickle_Unpickler_load() argument 249 _pickle_Unpickler_find_class(UnpicklerObject *self, PyObject *const *args, Py_ssize_t nargs) _pickle_Unpickler_find_class() argument 279 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) _pickle_Unpickler___sizeof__() argument 326 _pickle_Unpickler___init__(PyObject *self, PyObject *args, PyObject *kwargs) _pickle_Unpickler___init__() argument 415 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_UnpicklerMemoProxy_clear() argument 433 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_UnpicklerMemoProxy_copy() argument 451 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) _pickle_UnpicklerMemoProxy___reduce__() argument [all...] |
| H A D | pyexpat.c.h | 21 pyexpat_xmlparser_Parse(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_xmlparser_Parse() argument 63 pyexpat_xmlparser_ParseFile(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pyexpat_xmlparser_ParseFile() argument 95 pyexpat_xmlparser_SetBase(xmlparseobject *self, PyObject *arg) pyexpat_xmlparser_SetBase() argument 132 pyexpat_xmlparser_GetBase(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) pyexpat_xmlparser_GetBase() argument 153 pyexpat_xmlparser_GetInputContext(xmlparseobject *self, PyObject *Py_UNUSED(ignored)) pyexpat_xmlparser_GetInputContext() argument 175 pyexpat_xmlparser_ExternalEntityParserCreate(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) pyexpat_xmlparser_ExternalEntityParserCreate() argument 247 pyexpat_xmlparser_SetParamEntityParsing(xmlparseobject *self, PyObject *arg) pyexpat_xmlparser_SetParamEntityParsing() argument 282 pyexpat_xmlparser_UseForeignDTD(xmlparseobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) pyexpat_xmlparser_UseForeignDTD() argument [all...] |