Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 96) sorted by relevance

1234

/external/python/cpython3/Include/
Dsetobject.h91 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument
92 #define PyAnySet_CheckExact(ob) \ argument
94 #define PyAnySet_Check(ob) \ argument
98 #define PySet_Check(ob) \ argument
101 #define PyFrozenSet_Check(ob) \ argument
Dobject.h121 #define Py_REFCNT(ob) (_PyObject_CAST(ob)->ob_refcnt) argument
122 #define Py_TYPE(ob) (_PyObject_CAST(ob)->ob_type) argument
123 #define Py_SIZE(ob) (_PyVarObject_CAST(ob)->ob_size) argument
203 #define PyObject_TypeCheck(ob, tp) \ argument
/external/python/cpython2/Include/
Dsetobject.h69 #define PyFrozenSet_CheckExact(ob) (Py_TYPE(ob) == &PyFrozenSet_Type) argument
70 #define PyAnySet_CheckExact(ob) \ argument
72 #define PyAnySet_Check(ob) \ argument
76 #define PySet_Check(ob) \ argument
79 #define PyFrozenSet_Check(ob) \ argument
/external/tremolo/Tremolo/
Dframing.c102 ogg_buffer *ob; in _fetch_buffer() local
149 ogg_buffer *ob=_fetch_buffer(bs,bytes); in ogg_buffer_alloc() local
157 ogg_buffer *ob=or->buffer; in ogg_buffer_realloc() local
291 ogg_buffer *ob=or->buffer; in ogg_buffer_release_one() local
440 oggbyte_buffer ob; in ogg_page_version() local
446 oggbyte_buffer ob; in ogg_page_continued() local
452 oggbyte_buffer ob; in ogg_page_bos() local
458 oggbyte_buffer ob; in ogg_page_eos() local
464 oggbyte_buffer ob; in ogg_page_granulepos() local
470 oggbyte_buffer ob; in ogg_page_serialno() local
[all …]
/external/python/cpython2/RISCOS/
Dunixstuff.c46 { int ob; in isdir() local
56 { int ob; in isfile() local
66 { int ob; in object_exists() local
/external/libkmsxx/kms++/src/
Dcard.cpp193 auto ob = new Connector(*this, id, i); in setup() local
200 auto ob = new Crtc(*this, id, i); in setup() local
207 auto ob = new Encoder(*this, id, i); in setup() local
218 auto ob = new Plane(*this, id, i); in setup() local
228 for (auto ob : get_objects()) { in setup() local
238 auto ob = new Property(*this, prop_id); in setup() local
Datomicreq.cpp47 void AtomicReq::add(DrmPropObject* ob, Property *prop, uint64_t value) in add()
52 void AtomicReq::add(kms::DrmPropObject* ob, const string& prop, uint64_t value) in add()
57 void AtomicReq::add(kms::DrmPropObject* ob, const map<string, uint64_t>& values) in add()
/external/python/cffi/c/
Dmisc_thread_common.h85 _thread_canary_detach_with_lock(ThreadCanaryObj *ob) in _thread_canary_detach_with_lock()
98 thread_canary_dealloc(ThreadCanaryObj *ob) in thread_canary_dealloc()
125 thread_canary_make_zombie(ThreadCanaryObj *ob) in thread_canary_make_zombie()
149 ThreadCanaryObj *ob; in thread_canary_free_zombies() local
Dminibuffer.h140 mb_dealloc(MiniBufferObj *ob) in mb_dealloc()
150 mb_traverse(MiniBufferObj *ob, visitproc visit, void *arg) in mb_traverse()
157 mb_clear(MiniBufferObj *ob) in mb_clear()
399 MiniBufferObj *ob = PyObject_GC_New(MiniBufferObj, &MiniBuffer_Type); in minibuffer_new() local
Dfile_emulator.h33 PyObject *ob, *ob_capsule = NULL, *ob_mode = NULL; in PyFile_AsFile() local
/external/libunwind_llvm/src/
DUnwindLevel1-gcc-ext.c259 _LIBUNWIND_EXPORT void __register_frame_info_bases(const void *fde, void *ob, in __register_frame_info_bases()
270 _LIBUNWIND_EXPORT void __register_frame_info(const void *fde, void *ob) { in __register_frame_info()
278 void *ob, void *tb, in __register_frame_info_table_bases()
289 _LIBUNWIND_EXPORT void __register_frame_info_table(const void *fde, void *ob) { in __register_frame_info_table()
/external/jline/src/src/main/native/
Djline_WindowsTerminal.c5 (JNIEnv *env, jobject ob) in Java_jline_WindowsTerminal_getConsoleMode()
23 (JNIEnv *env, jobject ob, jint mode) in Java_jline_WindowsTerminal_setConsoleMode()
/external/perfetto/src/trace_processor/sqlite/
Dquery_constraints.cc72 OrderBy ob{}; in AddOrderBy() local
93 for (const auto& ob : order_by_) { in ToNewSqlite3String() local
/external/llvm/lib/CodeGen/
DSpillPlacement.cpp270 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
285 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
298 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSpillPlacement.cpp278 unsigned ob = bundles->getBundle(I->Number, true); in addConstraints() local
293 unsigned ob = bundles->getBundle(*I, true); in addPrefSpill() local
306 unsigned ob = bundles->getBundle(Number, true); in addLinks() local
/external/python/cpython2/Modules/_sqlite/
Dsqlitecompat.h60 #define Py_TYPE(ob) ((ob)->ob_type) argument
/external/python/cpython2/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
34 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
283 PyObject *ob, *callback = NULL; in weakref___new__() local
758 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
817 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c146 unsigned ob; in so_emit_prim() local
149 int ob = state->output[slot].output_buffer; in so_emit_prim() local
173 unsigned ob; in so_emit_prim() local
/external/python/cpython3/Objects/
Dweakrefobject.c23 init_weakref(PyWeakReference *self, PyObject *ob, PyObject *callback) in init_weakref()
34 new_weakref(PyObject *ob, PyObject *callback) in new_weakref()
294 PyObject *ob, *callback = NULL; in weakref___new__() local
795 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
854 PyWeakref_NewProxy(PyObject *ob, PyObject *callback) in PyWeakref_NewProxy()
Drangeobject.c338 range_contains_long(rangeobject *r, PyObject *ob) in range_contains_long()
382 range_contains(rangeobject *r, PyObject *ob) in range_contains()
513 range_count(rangeobject *r, PyObject *ob) in range_count()
530 range_index(rangeobject *r, PyObject *ob) in range_index()
/external/python/cpython3/PC/
Dwinreg.c119 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
138 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
151 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc()
157 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
164 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
180 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
418 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
450 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
/external/jemalloc_new/test/unit/
Dwitness.c36 witness_comp(const witness_t *a, void *oa, const witness_t *b, void *ob) { in witness_comp()
47 void *ob) { in witness_comp_reverse()
/external/python/cpython2/PC/
D_winreg.c396 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
415 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
428 PyHKEY_nonzeroFunc(PyObject *ob) in PyHKEY_nonzeroFunc()
434 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
441 PyHKEY_printFunc(PyObject *ob, FILE *fp, int flags) in PyHKEY_printFunc()
450 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
466 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
629 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
/external/python/cpython3/Lib/
Dpyclbr.py83 def _nest_function(ob, func_name, lineno): argument
91 def _nest_class(ob, class_name, lineno, super=None): argument
/external/elfutils/lib/
Deu-config.h137 #define obstack_calloc(ob, size) \ argument
139 #define obstack_strdup(ob, str) \ argument
141 #define obstack_strndup(ob, str, n) \ argument

1234