Home
last modified time | relevance | path

Searched defs:ob (Results 1 – 25 of 95) 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
/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/libkmsxx/kms++/src/
Dcard.cpp67 auto ob = new Connector(*this, id, i); in Card() local
74 auto ob = new Crtc(*this, id, i); in Card() local
81 auto ob = new Encoder(*this, id, i); in Card() local
92 auto ob = new Plane(*this, id, i); in Card() local
100 for (auto ob : get_objects()) { in Card() local
110 auto ob = new Property(*this, prop_id); in Card() 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/cpython2/RISCOS/
Dunixstuff.c46 { int ob; in isdir() local
56 { int ob; in isfile() local
66 { int ob; in object_exists() 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/
Dquery_constraints.cc68 OrderBy ob{}; in AddOrderBy() local
89 for (const auto& ob : order_by_) { in ToNewSqlite3String() local
Dstorage_table.cc109 const auto& ob = obs[0]; in IsOrdered() local
140 for (const auto& ob : obs) { in CreateSortedIndexVector() 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/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp236 unsigned ob = bundles->getBundle(I->Number, 1); in addConstraints() local
251 unsigned ob = bundles->getBundle(*I, 1); in addPrefSpill() local
264 unsigned ob = bundles->getBundle(Number, 1); in addLinks() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_so_emit.c141 unsigned ob; in so_emit_prim() local
144 int ob = state->output[slot].output_buffer; in so_emit_prim() local
165 unsigned ob; in so_emit_prim() local
/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/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()
280 PyObject *ob, *callback = NULL; in weakref___new__() local
734 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef()
793 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/cpython2/Modules/_sqlite/
Dsqlitecompat.h60 #define Py_TYPE(ob) ((ob)->ob_type) argument
/external/python/cpython3/PC/
Dwinreg.c118 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc()
137 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc()
150 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc()
156 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc()
163 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc()
179 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc()
414 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY()
446 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/libxcam/modules/isp/
Dx3a_isp_config.cpp241 struct atomisp_ob_config ob; in attach() local
/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
/external/libmtp/src/
Dlibmtp.c2776 PTPObject *ob; in get_handles_recursively() local
2855 PTPObject *ob, *xob; in flush_handles() local
3093 PTPObject *ob; in get_suggested_storage_id() local
4244 static LIBMTP_file_t *obj2file(LIBMTP_mtpdevice_t *device, PTPObject *ob) in obj2file()
4365 PTPObject *ob; in LIBMTP_Get_Filemetadata() local
4449 PTPObject *ob; in LIBMTP_Get_Filelisting_With_Callback() local
4756 PTPObject *ob; in get_track_metadata() local
4959 PTPObject *ob; in LIBMTP_Get_Tracklisting_With_Callback_For_Storage() local
5064 PTPObject *ob; in LIBMTP_Get_Trackmetadata() local
5273 PTPObject *ob; local
[all …]

1234