/third_party/python/Modules/ |
H A D | _lsprof.c | 83 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer() argument 85 PyObject *o = _PyObject_CallNoArgs(pObj->externalTimer); in CallExternalTimer() 87 PyErr_WriteUnraisable(pObj->externalTimer); in CallExternalTimer() 93 if (pObj->externalTimerUnit > 0.0) { in CallExternalTimer() 106 PyErr_WriteUnraisable(pObj->externalTimer); in CallExternalTimer() 113 call_timer(ProfilerObject *pObj) in call_timer() argument 115 if (pObj->externalTimer != NULL) { in call_timer() 116 return CallExternalTimer(pObj); in call_timer() 197 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry() argument 202 pObj in newProfilerEntry() 225 getEntry(ProfilerObject *pObj, void *key) getEntry() argument 231 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) getSubEntry() argument 238 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) newSubEntry() argument 272 clearEntries(ProfilerObject *pObj) clearEntries() argument 290 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) initContext() argument 310 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) Stop() argument 343 ProfilerObject *pObj = (ProfilerObject*)self; ptrace_enter_call() local 386 ProfilerObject *pObj = (ProfilerObject*)self; ptrace_leave_call() local 464 pending_exception(ProfilerObject *pObj) pending_exception() argument 637 setSubcalls(ProfilerObject *pObj, int nvalue) setSubcalls() argument 647 setBuiltins(ProfilerObject *pObj, int nvalue) setBuiltins() argument 690 flush_unmatched(ProfilerObject *pObj) flush_unmatched() argument 734 profiler_clear(ProfilerObject *pObj, PyObject* noarg) profiler_clear() argument 767 profiler_init(ProfilerObject *pObj, PyObject *args, PyObject *kw) profiler_init() argument [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrobject.h | 66 VOID operator delete(VOID* pObj); 70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } in operator delete() argument 73 VOID Free(VOID* pObj) const; 83 static VOID ClientFree(VOID* pObj, const Client* pClient);
|
H A D | addrobject.cpp | 197 Object* pObj = static_cast<Object*>(pObjMem); in operator delete() local 198 ClientFree(pObjMem, &pObj->m_client); in operator delete()
|
H A D | addrelemlib.cpp | 113 VOID* pObj = Object::ClientAlloc(sizeof(ElemLib), pAddrLib->GetClient()); in Create() local 114 if (pObj) in Create() 116 pElemLib = new(pObj) ElemLib(const_cast<Lib* const>(pAddrLib)); in Create()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | ndis_events.c | 241 IWbemClassObject *pObj) in ndis_events_media_specific() 253 hr = IWbemClassObject_Get(pObj, L"NdisStatusMediaSpecificIndication", in ndis_events_media_specific() 318 IWbemClassObject *pObj = ppObjArray[i]; in ndis_events_indicate() local 322 hr = IWbemClassObject_Get(pObj, L"__CLASS", 0, &vtClass, NULL, in ndis_events_indicate() 331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate() 361 ndis_events_media_specific(events, pObj); in ndis_events_indicate() 491 IWbemClassObject *pObj; in ndis_events_get_adapter() local 533 &pObj, &uReturned); in ndis_events_get_adapter() 545 hr = IWbemClassObject_Get(pObj, L"Index", 0, &vt, NULL, NULL); in ndis_events_get_adapter() 560 IWbemClassObject_Release(pObj); in ndis_events_get_adapter() 240 ndis_events_media_specific(struct ndis_events_data *events, IWbemClassObject *pObj) ndis_events_media_specific() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | ndis_events.c | 241 IWbemClassObject *pObj) in ndis_events_media_specific() 253 hr = IWbemClassObject_Get(pObj, L"NdisStatusMediaSpecificIndication", in ndis_events_media_specific() 318 IWbemClassObject *pObj = ppObjArray[i]; in ndis_events_indicate() local 322 hr = IWbemClassObject_Get(pObj, L"__CLASS", 0, &vtClass, NULL, in ndis_events_indicate() 331 hr = IWbemClassObject_Get(pObj, L"InstanceName", 0, &vt, NULL, in ndis_events_indicate() 361 ndis_events_media_specific(events, pObj); in ndis_events_indicate() 491 IWbemClassObject *pObj; in ndis_events_get_adapter() local 533 &pObj, &uReturned); in ndis_events_get_adapter() 545 hr = IWbemClassObject_Get(pObj, L"Index", 0, &vt, NULL, NULL); in ndis_events_get_adapter() 560 IWbemClassObject_Release(pObj); in ndis_events_get_adapter() 240 ndis_events_media_specific(struct ndis_events_data *events, IWbemClassObject *pObj) ndis_events_media_specific() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 2829 radv_get_queue_global_priority(const VkDeviceQueueGlobalPriorityCreateInfoKHR *pObj) in radv_get_queue_global_priority() argument 2832 if (!pObj) in radv_get_queue_global_priority() 2835 switch (pObj->globalPriority) { in radv_get_queue_global_priority()
|