| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 535 EventInfo &info = Events[&EVENT::Tag]; in _registerListenerForEvent() 541 EventInfo &info = Events[&EVENT::Tag]; in _registerDispatcherForEvent() 547 EventsTy::const_iterator I = Events.find(&EVENT::Tag); in _dispatchEvent() 548 if (I == Events.end()) in _dispatchEvent() 643 EventsTy Events; variable
|
| /freebsd-12.1/contrib/llvm/lib/MC/ |
| H A D | WasmObjectWriter.cpp | 307 void writeEventSection(ArrayRef<wasm::WasmEventType> Events); 812 void WasmObjectWriter::writeEventSection(ArrayRef<wasm::WasmEventType> Events) { in writeEventSection() argument 813 if (Events.empty()) in writeEventSection() 819 encodeULEB128(Events.size(), W.OS); in writeEventSection() 820 for (const wasm::WasmEventType &Event : Events) { in writeEventSection() 1160 SmallVector<wasm::WasmEventType, 1> Events; in writeObject() local 1390 Index = NumEventImports + Events.size(); in writeObject() 1395 Events.push_back(Event); in writeObject() 1577 writeEventSection(Events); in writeObject()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Object/ |
| H A D | Wasm.h | 139 ArrayRef<wasm::WasmEvent> events() const { return Events; } in events() 265 std::vector<wasm::WasmEvent> Events; variable
|
| /freebsd-12.1/usr.sbin/apmd/ |
| H A D | README | 112 o Events ignored by the kernel if apmd is running: 119 o Events passed to apmd after kernel handling:
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | WasmObjectFile.cpp | 589 wasm::WasmEvent &Event = Events[EventIndex]; in parseLinkingSectionSymtab() 924 Events.reserve(Count); in parseEventSection() 927 Event.Index = NumImportedEvents + Events.size(); in parseEventSection() 930 Events.push_back(Event); in parseEventSection() 995 return Index < NumImportedEvents + Events.size(); in isValidEventIndex() 1034 return Events[Index - NumImportedEvents]; in getDefinedEvent()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | gdb-events.sh | 115 /* User Interface Events.
|
| /freebsd-12.1/contrib/openmp/runtime/src/include/50/ |
| H A D | omp-tools.h.var | 104 …/*--- Mandatory Events ---*/ … 127 …/* Optional Events */ …
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | WasmYAML.h | 294 std::vector<Event> Events; member
|
| /freebsd-12.1/sys/dev/cxgbe/firmware/ |
| H A D | t5fw_cfg_fpga.txt | 233 # Two extra Ingress Queues per function for Firmware Events and Forwarded 234 # Interrupts, and two extra interrupts per function for Firmware Events (or a
|
| H A D | t6fw_cfg_fpga.txt | 245 # Two extra Ingress Queues per function for Firmware Events and Forwarded 246 # Interrupts, and two extra interrupts per function for Firmware Events (or a
|
| H A D | t6fw_cfg_uwire.txt | 257 # Two extra Ingress Queues per function for Firmware Events and Forwarded 258 # Interrupts, and two extra interrupts per function for Firmware Events (or a
|
| H A D | t5fw_cfg_uwire.txt | 251 # Two extra Ingress Queues per function for Firmware Events and Forwarded 252 # Interrupts, and two extra interrupts per function for Firmware Events (or a
|
| H A D | t4fw_cfg_uwire.txt | 216 # Two extra Ingress Queues per function for Firmware Events and Forwarded 217 # Interrupts, and two extra interrupts per function for Firmware Events (or a
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | WasmYAML.cpp | 115 IO.mapOptional("Events", Section.Events); in sectionMapping()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 56 for (const auto &Event : Events) in finishedCheckerRegistration()
|
| /freebsd-12.1/contrib/unbound/contrib/ |
| H A D | aaaa-filter-iterator.patch | 193 + * queries. Events reach this state after the iterative resolution algorithm
|
| /freebsd-12.1/contrib/bsnmp/snmpd/ |
| H A D | BEGEMOT-SNMPD.txt | 463 "Events with this or higher priority should not be logged."
|
| /freebsd-12.1/contrib/ncurses/doc/ |
| H A D | hackguide.doc | 16 + Mouse Events 329 Mouse Events
|
| H A D | ncurses-intro.doc | 568 mousemask(). Events that can be reported include presses, releases,
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | README-P2P | 793 P2PS Events/Responses: 839 Extended Events/Response
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | ia64-ic.tbl | 1 Class; Events/Instructions
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_itt.inl | 907 Events are not generated in case of serialized team. */
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | DriverManual.txt | 381 5.5 Asynchronous Events
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2753 Events: Introduce ACPI_GPE_DISPATCH_RAW_HANDLER to fix GPE storm issues. 2767 Events: Always modify GPE registers under the GPE lock. 5541 Fixed Events 5542 General Purpose Events (GPEs) 5670 General Purpose Events (GPEs) 5671 Fixed Events (PM1a/PM1b and PM Control) 9440 Implemented event counters for each of the Fixed Events, the ACPI SCI 14258 Fixed a problem with ACPI Fixed Events where an RT Clock handler 14696 into separate interfaces for Fixed Events and General Purpose 14697 Events (GPEs) in order to support GPE Block Devices properly. [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1865 ## Extending googletest by Handling Test Events
|