Home
last modified time | relevance | path

Searched refs:EventDesc (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Devents.c50 HSAKMT_STATUS HSAKMTAPI hsaKmtCreateEvent(HsaEventDescriptor *EventDesc, in hsaKmtCreateEvent() argument
58 if (EventDesc->EventType >= HSA_EVENTTYPE_MAXID) in hsaKmtCreateEvent()
70 args.event_type = EventDesc->EventType; in hsaKmtCreateEvent()
71 args.node_id = EventDesc->NodeId; in hsaKmtCreateEvent()
118 e->EventData.EventType = EventDesc->EventType; in hsaKmtCreateEvent()
123 EventDesc->SyncVar.SyncVar.UserData; in hsaKmtCreateEvent()
125 EventDesc->SyncVar.SyncVarSize; in hsaKmtCreateEvent()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/looplab/fsm/
H A Dfsm.go67 type EventDesc struct { struct
85 type Events []EventDesc
126 func NewFSM(initial string, events []EventDesc, callbacks map[string]Callback) *FSM { argument
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperffeatures.h88 struct EventDesc { struct
94 QList<EventDesc> eventDescs;
H A Dperffeatures.cpp243 eventDesc.eventDescs << PerfEventDesc::EventDesc(); in operator >>()
244 PerfEventDesc::EventDesc &currentEvent = eventDesc.eventDescs.last(); in operator >>()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dtrace.c32 typedef struct EventDesc struct
37 EventDesc; argument
39 EventDesc event_types[] = {
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dtrace.c32 typedef struct EventDesc struct
37 EventDesc; argument
39 EventDesc event_types[] = {
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Ddescribe_susp_event_detail.go90 EventDesc string `json:"EventDesc" xml:"EventDesc"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Ddescribe_susp_event_detail.go95 EventDesc string `json:"EventDesc" xml:"EventDesc"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/sas/
H A Ddescribe_susp_event_detail.go95 EventDesc string `json:"EventDesc" xml:"EventDesc"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/aegis/
H A Ddescribe_susp_event_detail.go95 EventDesc string `json:"EventDesc" xml:"EventDesc"` member
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmModule.h131 bool instantiateLocalException(JSContext* cx, const EventDesc& ed,
H A DWasmTypes.h704 struct EventDesc { struct
709 EventDesc(EventKind kind, ValTypeVector&& type, bool isExport = false) argument
715 using EventDescVector = Vector<EventDesc, 0, SystemAllocPolicy>; argument
H A DWasmModule.cpp770 bool Module::instantiateLocalException(JSContext* cx, const EventDesc& ed, in instantiateLocalException()
816 for (const EventDesc& ed : metadata().events) { in instantiateExceptions()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmModule.h131 bool instantiateLocalException(JSContext* cx, const EventDesc& ed,
H A DWasmTypes.h704 struct EventDesc { struct
709 EventDesc(EventKind kind, ValTypeVector&& type, bool isExport = false) argument
715 using EventDescVector = Vector<EventDesc, 0, SystemAllocPolicy>; argument
H A DWasmModule.cpp770 bool Module::instantiateLocalException(JSContext* cx, const EventDesc& ed, in instantiateLocalException()
816 for (const EventDesc& ed : metadata().events) { in instantiateExceptions()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/include/
H A Dhsakmt.h184 HsaEventDescriptor* EventDesc, //IN
/dports/lang/ghc/ghc-8.10.7/rts/eventlog/
H A DEventLog.c53 char *EventDesc[] = { variable
287 eventTypes[t].desc = EventDesc[t]; in init_event_types()
537 int num_descs = sizeof(EventDesc) / sizeof(char*); in initEventLogging()