/aosp_15_r20/external/coreboot/src/security/tpm/tss/tcg-2.0/ |
H A D | tss_marshaling.c | 21 static int marshal_startup(struct obuf *ob, const struct tpm2_startup *cmd_body) in marshal_startup() 26 static int marshal_shutdown(struct obuf *ob, const struct tpm2_shutdown *cmd_body) in marshal_shutdown() 31 static int marshal_get_capability(struct obuf *ob, in marshal_get_capability() 43 static int marshal_TPM2B(struct obuf *ob, const TPM2B *data) in marshal_TPM2B() 53 static int marshal_TPMA_NV(struct obuf *ob, const TPMA_NV *nv) in marshal_TPMA_NV() 61 static int marshal_TPMS_NV_PUBLIC(struct obuf *ob, const TPMS_NV_PUBLIC *nvpub) in marshal_TPMS_NV_PUBLIC() 74 static int marshal_TPMT_HA(struct obuf *ob, const TPMT_HA *tpmtha) in marshal_TPMT_HA() 106 static int marshal_TPML_DIGEST_VALUES(struct obuf *ob, in marshal_TPML_DIGEST_VALUES() 119 static int marshal_session_header(struct obuf *ob, in marshal_session_header() 153 static int marshal_common_session_header(struct obuf *ob, in marshal_common_session_header() [all …]
|
/aosp_15_r20/external/coreboot/src/commonlib/ |
H A D | iobuf.c | 23 void ibuf_from_obuf(struct ibuf *ib, const struct obuf *ob) in ibuf_from_obuf() 209 static int obuf_check_size(const struct obuf *ob, size_t sz) in obuf_check_size() 217 void obuf_init(struct obuf *ob, void *b, size_t sz) in obuf_init() 256 void *obuf_oob_fill(struct obuf *ob, size_t sz) in obuf_oob_fill() 269 int obuf_write(struct obuf *ob, const void *data, size_t sz) in obuf_write() 282 int obuf_write_be8(struct obuf *ob, uint8_t v) in obuf_write_be8() 295 int obuf_write_be16(struct obuf *ob, uint16_t v) in obuf_write_be16() 308 int obuf_write_be32(struct obuf *ob, uint32_t v) in obuf_write_be32() 321 int obuf_write_be64(struct obuf *ob, uint64_t v) in obuf_write_be64() 334 int obuf_write_le8(struct obuf *ob, uint8_t v) in obuf_write_le8() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | object.h | 123 static inline Py_ssize_t Py_REFCNT(PyObject *ob) { in Py_REFCNT() 127 # define Py_REFCNT(ob) Py_REFCNT(_PyObject_CAST(ob)) argument 132 static inline PyTypeObject* Py_TYPE(PyObject *ob) { in Py_TYPE() 136 # define Py_TYPE(ob) Py_TYPE(_PyObject_CAST(ob)) argument 140 static inline Py_ssize_t Py_SIZE(PyObject *ob) { in Py_SIZE() 145 # define Py_SIZE(ob) Py_SIZE(_PyObject_CAST(ob)) argument 149 static inline int Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in Py_IS_TYPE() 153 # define Py_IS_TYPE(ob, type) Py_IS_TYPE(_PyObject_CAST(ob), type) argument 157 static inline void Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { in Py_SET_REFCNT() 161 # define Py_SET_REFCNT(ob, refcnt) Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument [all …]
|
D | setobject.h | 23 #define PyFrozenSet_CheckExact(ob) Py_IS_TYPE(ob, &PyFrozenSet_Type) argument 24 #define PyFrozenSet_Check(ob) \ argument 28 #define PyAnySet_CheckExact(ob) \ argument 30 #define PyAnySet_Check(ob) \ argument 36 #define PySet_Check(ob) \ argument
|
/aosp_15_r20/external/tremolo/Tremolo/ |
H A D | framing.c | 102 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 …]
|
/aosp_15_r20/external/pytorch/torch/csrc/profiler/standalone/ |
H A D | execution_trace_observer.cpp | 281 static bool initExecutionTraceStart(ExecutionTraceObserver& ob) { in initExecutionTraceStart() 310 static void finalizeExecutionTraceOutput(ExecutionTraceObserver& ob) { in finalizeExecutionTraceOutput() 340 ExecutionTraceObserver& ob, in getObjectID() 354 ExecutionTraceObserver& ob, in convertIValue() 462 ExecutionTraceObserver& ob, in appendValueInfo() 566 ExecutionTraceObserver& ob, in recordOperatorStart() 642 auto ob = ObserverManager::get(); in onFunctionEnter() local 681 auto ob = ObserverManager::get(); in onFunctionExit() local 775 auto& ob = *ObserverManager::get(); in addExecutionTraceObserver() local 800 auto ob = ObserverManager::get(); in removeExecutionTraceObserver() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/utils/ |
H A D | pythoncapi_compat.h | 82 _Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) in _Py_SET_REFCNT() 86 #define Py_SET_REFCNT(ob, refcnt) _Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) argument 130 _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) in _Py_SET_TYPE() 134 #define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type) argument 141 _Py_SET_SIZE(PyVarObject *ob, Py_ssize_t size) in _Py_SET_SIZE() 145 #define Py_SET_SIZE(ob, size) _Py_SET_SIZE((PyVarObject*)(ob), size) argument 492 _Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { in _Py_IS_TYPE() 495 #define Py_IS_TYPE(ob, type) _Py_IS_TYPE(_PyObject_CAST(ob), type) argument
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | setobject.h | 69 #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
|
/aosp_15_r20/external/libkmsxx/kms++/src/ |
H A D | card.cpp | 227 auto ob = new Connector(*this, id, i); in setup() local 234 auto ob = new Crtc(*this, id, i); in setup() local 241 auto ob = new Encoder(*this, id, i); in setup() local 252 auto ob = new Plane(*this, id, i); in setup() local 262 for (auto ob : get_objects()) { in setup() local 272 auto ob = new Property(*this, prop_id); in setup() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/misc/ |
H A D | LRUCache.java | 44 abstract protected boolean hasName(V ob, N name); in hasName() 47 Object ob = oa[i]; in moveToFront() local 60 V ob = oa[i]; in forName() local 72 V ob = create(name); in forName() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/cs/ |
H A D | ThreadLocalCoders.java | 53 Object ob = oa[i]; in moveToFront() local 59 abstract boolean hasName(Object ob, Object name); in hasName() 68 Object ob = oa[i]; in forName() local 80 Object ob = create(name); in forName() local
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/jdk/ |
H A D | UntypedDeserializationTest.java | 237 Object ob = map.get("b"); in testNestedUntypes() local 252 Object ob = mapper.readValue("{\"a\":\"b\", \"nr\":1 }", Object.class); in testUntypedWithCustomScalarDesers() local 296 Object ob = mapper.readValue("[1, 2, true]", Object.class); in testUntypedWithListDeser() local 313 Object ob = mapper.readValue("{\"a\":true}", Object.class); in testUntypedWithMapDeser() local 339 Object ob = MAPPER.readValue("[1]", Object.class); in testUntypedWithJsonArrays() local 490 Object ob = MAPPER.readerFor(Object.class) in testPolymorphicUntypedVanilla() local
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | winreg.c | 120 PyHKEY_unaryFailureFunc(PyObject *ob) in PyHKEY_unaryFailureFunc() 139 PyHKEY_deallocFunc(PyObject *ob) in PyHKEY_deallocFunc() 152 PyHKEY_boolFunc(PyObject *ob) in PyHKEY_boolFunc() 158 PyHKEY_intFunc(PyObject *ob) in PyHKEY_intFunc() 165 PyHKEY_strFunc(PyObject *ob) in PyHKEY_strFunc() 181 PyHKEY_hashFunc(PyObject *ob) in PyHKEY_hashFunc() 419 PyHKEY_AsHKEY(PyObject *ob, HKEY *pHANDLE, BOOL bNoneOK) in PyHKEY_AsHKEY() 451 clinic_HKEY_converter(PyObject *ob, void *p) in clinic_HKEY_converter()
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/convert/ |
H A D | UpdateValueTest.java | 30 Map<String,Object> ob = MAPPER.updateValue(base, overrides); in testMapUpdate() local 46 List<Object> ob = MAPPER.updateValue(base, overrides); in testListUpdate() local 62 Object[] ob = MAPPER.updateValue(base, overrides); in testArrayUpdate() local
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | _winreg.c | 396 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()
|
/aosp_15_r20/external/python/cpython2/RISCOS/ |
D | unixstuff.c | 46 { int ob; in isdir() local 56 { int ob; in isfile() local 66 { int ob; in object_exists() local
|
/aosp_15_r20/external/coreboot/src/commonlib/include/commonlib/ |
H A D | iobuf.h | 52 static inline size_t obuf_capacity(const struct obuf *ob) in obuf_capacity() 57 static inline size_t obuf_nr_written(const struct obuf *ob) in obuf_nr_written() 62 static inline size_t obuf_remaining(const struct obuf *ob) in obuf_remaining()
|