| /openbsd-src/usr.sbin/smtpd/ |
| H A D | spfwalk.c | 42 void (*dispatch)(struct dns_rr *, struct target *); member 92 tgt.dispatch = dispatch_txt; in spfwalk() 156 tgt->dispatch(&rr, tgt); in dispatch_record() 221 ltgt.dispatch = dispatch_a; in dispatch_txt() 223 ltgt.dispatch = dispatch_aaaa; in dispatch_txt() 231 ltgt.dispatch = dispatch_a; in dispatch_txt() 233 ltgt.dispatch = dispatch_aaaa; in dispatch_txt() 238 ltgt.dispatch = dispatch_a; in dispatch_txt() 243 ltgt.dispatch = dispatch_txt; in dispatch_txt() 248 ltgt.dispatch = dispatch_txt; in dispatch_txt() [all …]
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | dispatch.c | 63 ssh->dispatch[i] = dflt; in ssh_dispatch_init() 74 ssh->dispatch[i] = fn; in ssh_dispatch_range() 81 ssh->dispatch[type] = fn; in ssh_dispatch_set() 104 ssh->dispatch[type] != NULL) { in ssh_dispatch_run() 110 r = (*ssh->dispatch[type])(type, seqnr, ssh); in ssh_dispatch_run()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p10769a.C | 24 dispatch (A *obj, int i, int j) in dispatch() function 30 dispatch (&a, 0, 0); in main() 39 dispatch (&a, 0, 1); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
| H A D | DispatchStage.cpp | 78 Error DispatchStage::dispatch(InstRef IR) { in dispatch() function in llvm::mca::DispatchStage 123 unsigned RCUTokenID = RCU.dispatch(IR); in dispatch() 125 IS.dispatch(RCUTokenID); in dispatch() 176 return dispatch(IR); in execute()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | ptrmem1.C | 8 void dispatch (void); 18 void my_class::dispatch (void) in dispatch() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.h | 100 virtual void dispatch(std::unique_ptr<Task> T) = 0; 109 void dispatch(std::unique_ptr<Task> T) override; 117 void dispatch(std::unique_ptr<Task> T) override;
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.cpp | 21 void InPlaceTaskDispatcher::dispatch(std::unique_ptr<Task> T) { T->run(); } in dispatch() function in llvm::orc::InPlaceTaskDispatcher 26 void DynamicThreadPoolTaskDispatcher::dispatch(std::unique_ptr<Task> T) { in dispatch() function in llvm::orc::DynamicThreadPoolTaskDispatcher
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP8.td | 14 // 1. The dispatch bundle slots 130 // and should be 'First' in dispatch. 140 // should be first in the dispatch group. 159 // dispatch group. They are simply cracked, so require DU1,DU2. 215 // first+last in dispatch group. 256 // dispatch slot. The instruction will be broken into two IOPS. The agen 393 // P8 has an 8 insn dispatch group (6 non-branch, 2 branch) and can issue up 399 // up to two branches in a dispatch group. 406 // Try to make sure we have at least 10 dispatch groups in a loop.
|
| H A D | PPCScheduleP9.td | 29 // Try to make sure we have at least 10 dispatch groups in a loop. 30 // A dispatch group is 6 instructions. 54 // x0, x1, x2, and x3 are the dedicated slice dispatch ports, where each 61 // b0 and b1 are dedicated dispatch ports into the branch slice. 64 // Any non BR dispatch ports 135 // dispatch slot but are dispatched to both the even and odd slices of a 143 // Also consumes odd dispatch slice slot of the same superslice at dispatch 150 // must dispatch together to the same superslice.
|
| H A D | PPCScheduleP7.td | 19 // 1. The dispatch bundle slots 61 // (either to a float or XC op). prevents dispatch in that cycle to VS2 of any 70 // IFU/IDU will not dispatch an XS instructon 5 cycles after a vector FP 75 // Instruction dispatch groups have (at most) four non-branch instructions, and 77 // end the dispatch group, but a second branch must be the last in the group. 388 // Note that the dispatch bundle size is 6 (including 397 // Try to make sure we have at least 10 dispatch groups in a loop.
|
| H A D | P9InstrResources.td | 35 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice. 207 // (EXECE, EXECO) and 1 dispatch (DISP) to the given superslice. 402 // dispatch units for the superslice. 410 // dispatch units for the superslice. 488 // 7 cycle DP operation. One DP unit, one EXEC pipeline and 1 dispatch units. 526 // dispatch. 636 // dispatch. 660 // dispatch. 668 // dispatch. 685 // dispatch. [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | vaarg2.C | 41 dispatch (int t, ...) in dispatch() function 59 dispatch (0, 1, x, y); in main()
|
| /openbsd-src/usr.sbin/lpd/ |
| H A D | io.c | 642 io_reset(struct io *io, short events, void (*dispatch)(int, short, void*)) in io_reset() 647 io_strevents(events), dispatch, io_strio(io)); in io_reset() 665 event_set(&io->ev, io->sock, events, dispatch, io); in io_reset() 1117 void (*dispatch)(int, short, void*) = NULL; in io_reload_tls() local 1122 dispatch = io_dispatch_connect_tls; in io_reload_tls() 1126 dispatch = io_dispatch_accept_tls; in io_reload_tls() 1132 dispatch = io_dispatch_read_tls; in io_reload_tls() 1137 dispatch = io_dispatch_write_tls; in io_reload_tls() 1146 io_reset(io, ev, dispatch); in io_reload_tls()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributes.def | 17 AMDGPU_ATTRIBUTE(DISPATCH_PTR, "amdgpu-no-dispatch-ptr") 19 AMDGPU_ATTRIBUTE(DISPATCH_ID, "amdgpu-no-dispatch-id")
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 7 ;; multiple function units, with an average dispatch rate of 2 15 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 98 ;; to the issue units, the default/minimum "repeat" dispatch delay is 104 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 196 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | sr71k.md | 7 ;; multiple function units, with an average dispatch rate of 2 15 ;; buffering is done via a VLIW dispatch style (with a packing of 6 insns); 98 ;; to the issue units, the default/minimum "repeat" dispatch delay is 104 ;; Simulate a 6 insn VLIW dispatch, 1 cycle in dispatch followed by 212 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-mca.rst | 104 .. option:: -dispatch=<width> 106 Specify a different dispatch width for the processor. The dispatch width 108 zero, then the default dispatch width is used. 162 .. option:: -dispatch-stats 164 Enable extra dispatch statistics. This view collects and analyzes instruction 165 dispatch events, as well as static/dynamic dispatch stall events. This view 193 dispatch logic, the hardware schedulers, the register file(s), and the retire 508 dispatch rate, and the availability of hardware resources. 521 Field *uOps Per Cycle* is bounded from above by the dispatch width. That is 522 because the dispatch width limits the maximum size of a dispatch group. Both IPC [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-xray/ |
| H A D | xray-registry.h | 35 std::function<Error()> dispatch(cl::SubCommand *SC);
|
| H A D | llvm-xray.cpp | 38 if (auto C = dispatch(SC)) { in main()
|
| H A D | xray-registry.cpp | 34 HandlerType dispatch(cl::SubCommand *SC) { in dispatch() function
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 44 virtual void dispatch(unique_function<void()> Work) = 0; 51 void dispatch(unique_function<void()> Work) override;
|
| /openbsd-src/usr.sbin/dhcrelay6/ |
| H A D | Makefile | 5 SRCS= dhcrelay6.c dispatch.c log.c bpf.c packet.c
|
| /openbsd-src/usr.sbin/dhcrelay/ |
| H A D | Makefile | 5 SRCS= dhcrelay.c dispatch.c log.c bpf.c packet.c
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | git-deltatool | 102 return $self->dispatch( $self->prompt( @choices ), $log); 119 return $self->dispatch( $self->prompt( @choices ), $log); 212 sub dispatch { 531 return $self->dispatch( $self->prompt( @choices ), $log);
|
| /openbsd-src/lib/libevent/ |
| H A D | event-internal.h | 44 int (*dispatch)(struct event_base *, void *, struct timeval *); member
|