Home
last modified time | relevance | path

Searched defs:self (Results 201 - 225 of 996) sorted by relevance

12345678910>>...40

/kernel/linux/linux-6.6/lib/
H A Dcrc64-rocksoft.c18 static int crc64_rocksoft_notify(struct notifier_block *self, unsigned long val, void *data) in crc64_rocksoft_notify() argument
/third_party/backends/backend/
H A Dricoh2_buffer.c72 ricoh2_buffer *self; in ricoh2_buffer_create() local
110 ricoh2_buffer_dispose(ricoh2_buffer *self) ricoh2_buffer_dispose() argument
118 ricoh2_buffer_get_internal_buffer(ricoh2_buffer *self) ricoh2_buffer_get_internal_buffer() argument
132 ricoh2_buffer_get_bytes_remain(ricoh2_buffer *self) ricoh2_buffer_get_bytes_remain() argument
150 ricoh2_buffer_get_data(ricoh2_buffer *self, SANE_Byte *dest, SANE_Int dest_size) ricoh2_buffer_get_data() argument
[all...]
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci_pci.c66 xhci_pci_match(device_t self) in xhci_pci_match() argument
73 xhci_pci_probe(device_t self) in xhci_pci_probe() argument
86 xhci_pci_attach(device_t self) in xhci_pci_attach() argument
165 xhci_pci_detach(device_t self) xhci_pci_detach() argument
196 xhci_pci_take_controller(device_t self) xhci_pci_take_controller() argument
[all...]
/third_party/markupsafe/
H A D_speedups.c187 escape(PyObject *self, PyObject *text) in escape() argument
239 escape_silent(PyObject *self, PyObject *text) in escape_silent() argument
248 soft_str(PyObject *self, PyObject *s) in soft_str() argument
/third_party/node/src/
H A Dbase_object.cc129 BaseObject* self = static_cast<BaseObject*>(data); in DeleteMe() local
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c26 pthread_t self = __pthread_self(); in cleanup_fromsig() local
40 pthread_t self = __pthread_self(); in start() local
/third_party/musl/src/malloc/mallocng/
H A Dfree.c74 uint32_t self = 1u<<i; in nontrivial_free() local
111 uint32_t self = 1u<<idx, all = (2u<<g->last_idx)-1; in free() local
/third_party/musl/porting/linux/user/src/linux/
H A Dgetprocpid.c82 pthread_t self = __pthread_self(); in getproctid() local
/third_party/musl/src/linux/linux/
H A Dgetprocpid.c97 pthread_t self = __pthread_self(); in getproctid() local
/third_party/python/Tools/peg_generator/peg_extension/
H A Dpeg_extension.c23 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file() argument
71 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string() argument
/third_party/rust/crates/clap/tests/derive/
H A Dflags.rs
/third_party/python/Include/cpython/
H A Dabstract.h104 PyObject_CallMethodNoArgs(PyObject *self, PyObject *name) in PyObject_CallMethodNoArgs() argument
111 PyObject_CallMethodOneArg(PyObject *self, PyObject *name, PyObject *arg) in PyObject_CallMethodOneArg() argument
152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() argument
159 _PyObject_CallMethodIdOneArg(PyObject *self, _Py_Identifier *name, PyObject *arg) in _PyObject_CallMethodIdOneArg() argument
205 PyAPI_FUNC(char *const *) _PySequence_BytesToCharpArray(PyObject* self); variable
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_ucontext.h86 OSFiber* self; in createFiber() member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DRefBaseTests.cpp241 Ref& self = ref; in TEST() local
256 Ref& self = ref; in TEST() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() argument
52 static PyObject* DescrGet(PyMessageFieldProperty* self, PyObject* obj, in DescrGet() argument
62 static int DescrSet(PyMessageFieldProperty* self, PyObject* obj, in DescrSet() argument
72 static PyObject* GetDescriptor(PyMessageFieldProperty* self, void* closure) { in GetDescriptor() argument
76 GetDoc(PyMessageFieldProperty* self, void* closure) GetDoc() argument
[all...]
/third_party/python/Python/clinic/
H A Dcontext.c.h22 _contextvars_Context_get(PyContext *self, PyObject *const *args, Py_ssize_t nargs) in _contextvars_Context_get() argument
58 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items() argument
76 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_keys() argument
94 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_values() argument
112 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) _contextvars_Context_copy() argument
136 _contextvars_ContextVar_get(PyContextVar *self, PyObject *const *args, Py_ssize_t nargs) _contextvars_ContextVar_get() argument
[all...]
/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h64 _sha3_sha3_224_copy(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_copy() argument
82 _sha3_sha3_224_digest(SHA3object *self, PyObject *Py_UNUSED(ignored)) in _sha3_sha3_224_digest() argument
100 _sha3_sha3_224_hexdigest(SHA3object *self, PyObject *Py_UNUSED(ignored)) _sha3_sha3_224_hexdigest() argument
127 _sha3_shake_128_digest(SHA3object *self, PyObject *arg) _sha3_shake_128_digest() argument
154 _sha3_shake_128_hexdigest(SHA3object *self, PyObject *arg) _sha3_shake_128_hexdigest() argument
[all...]
/third_party/python/Modules/_sqlite/clinic/
H A Dblob.c.h18 blob_close(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) in blob_close() argument
43 blob_read(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) in blob_read() argument
81 blob_write(pysqlite_Blob *self, PyObject *arg) blob_write() argument
121 blob_seek(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) blob_seek() argument
161 blob_tell(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) blob_tell() argument
179 blob_enter(pysqlite_Blob *self, PyObject *Py_UNUSED(ignored)) blob_enter() argument
198 blob_exit(pysqlite_Blob *self, PyObject *const *args, Py_ssize_t nargs) blob_exit() argument
[all...]
/third_party/python/Modules/_sqlite/
H A Dstatement.c84 pysqlite_Statement *self = PyObject_GC_New(pysqlite_Statement, in pysqlite_statement_create() local
103 stmt_dealloc(pysqlite_Statement *self) in stmt_dealloc() argument
118 stmt_traverse(pysqlite_Statement *self, visitproc visit, void *arg) stmt_traverse() argument
[all...]
/third_party/python/Modules/_ssl/
H A Ddebughelpers.c88 _PySSLContext_get_msg_callback(PySSLContext *self, void *c) { in _PySSLContext_get_msg_callback() argument
98 _PySSLContext_set_msg_callback(PySSLContext *self, PyObject *arg, void *c) { in _PySSLContext_set_msg_callback() argument
167 _PySSLContext_get_keylog_filename(PySSLContext *self, void *c) _PySSLContext_get_keylog_filename() argument
177 _PySSLContext_set_keylog_filename(PySSLContext *self, PyObject *arg, void *c) _PySSLContext_set_keylog_filename() argument
[all...]
/third_party/python/Modules/clinic/
H A D_bz2module.c.h23 _bz2_BZ2Compressor_compress(BZ2Compressor *self, PyObject *arg) in _bz2_BZ2Compressor_compress() argument
63 _bz2_BZ2Compressor_flush(BZ2Compressor *self, PyObject *Py_UNUSED(ignored)) in _bz2_BZ2Compressor_flush() argument
95 _bz2_BZ2Decompressor_decompress(BZ2Decompressor *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _bz2_BZ2Decompressor_decompress() argument
[all...]
H A Dmd5module.c.h18 MD5Type_copy(MD5object *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in MD5Type_copy() argument
40 MD5Type_digest(MD5object *self, PyObject *Py_UNUSED(ignored)) in MD5Type_digest() argument
58 MD5Type_hexdigest(MD5object *self, PyObject *Py_UNUSED(ignored)) MD5Type_hexdigest() argument
[all...]
/third_party/python/Objects/clinic/
H A Ddictobject.c.h61 dict_get(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_get() argument
98 dict_setdefault(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) in dict_setdefault() argument
135 dict_pop(PyDictObject *self, PyObject *const *args, Py_ssize_t nargs) dict_pop() argument
172 dict_popitem(PyDictObject *self, PyObject *Py_UNUSED(ignored)) dict_popitem() argument
190 dict___reversed__(PyDictObject *self, PyObject *Py_UNUSED(ignored)) dict___reversed__() argument
[all...]
H A Dcomplexobject.c.h18 complex_conjugate(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex_conjugate() argument
35 complex___getnewargs__(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) in complex___getnewargs__() argument
53 complex___format__(PyComplexObject *self, PyObject *arg) complex___format__() argument
85 complex___complex__(PyComplexObject *self, PyObject *Py_UNUSED(ignored)) complex___complex__() argument
[all...]
H A Dodictobject.c.h60 OrderedDict_setdefault(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in OrderedDict_setdefault() argument
103 OrderedDict_pop(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in OrderedDict_pop() argument
144 OrderedDict_popitem(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) OrderedDict_popitem() argument
186 OrderedDict_move_to_end(PyODictObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) OrderedDict_move_to_end() argument
[all...]

Completed in 10 milliseconds

12345678910>>...40