| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-registry.cpp | 32 HandlerType dispatch(cl::SubCommand *SC) { function in namespace:llvm::xray 35 "Attempting to dispatch on un-registered SubCommand.");
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| RetireControlUnit.cpp | 43 unsigned RetireControlUnit::dispatch(const InstRef &IR) { function in class:llvm::mca::RetireControlUnit
|
| LSUnit.cpp | 69 unsigned LSUnit::dispatch(const InstRef &IR) { function in class:llvm::mca::LSUnit
|
| Scheduler.cpp | 294 // Instructions that use an in-order dispatch/issue processor resource must be 300 bool Scheduler::dispatch(InstRef &IR) { function in class:llvm::mca::Scheduler 306 IS.setLSUTokenID(LSU.dispatch(IR));
|
| /src/external/mpl/bind/dist/tests/dns/ |
| resolver_test.c | 33 #include <dns/dispatch.h> 40 static dns_dispatch_t *dispatch = NULL; variable 59 result = dns_dispatch_createudp(dispatchmgr, &local, &dispatch); 69 dns_dispatch_detach(&dispatch); 82 dispatch, NULL, resolverp);
|
| dispatch_test.c | 36 #include <dns/dispatch.h> 88 dns_dispatch_t *dispatch; member in struct:__anon51 96 dns_dispatch_detach(&test->dispatch); 269 /* create dispatch set */ 294 /* test dispatch set per-loop dispatch */ 330 * different dispatch sets but the same thread gets the same 505 /* Second client — should reuse the first client's TCP dispatch. */ 514 DNS_DISPATCHTYPE_RESOLVER, 0, &test4->dispatch); 517 assert_ptr_equal(test3->dispatch, test4->dispatch) [all...] |
| /src/sbin/nvmectl/ |
| nvmectl.c | 88 dispatch(int argc, char *argv[], const struct nvme_function *tbl) function 257 dispatch(argc, argv, funcs);
|
| /src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| Instruction.cpp | 151 void Instruction::dispatch(unsigned RCUToken) { function in class:llvm::mca::Instruction
|
| /src/sys/arch/playstation2/ee/ |
| intc.c | 88 u_int32_t r, dispatch, pending; local 91 dispatch = r & ~mask & __intc_enabled_channel; 97 r, mask, pending, dispatch, __intc_enabled_channel); 99 if (dispatch == 0) 103 _reg_write_4(I_STAT_REG, dispatch); 105 /* dispatch interrupt handler */ 107 if (dispatcher->bit & dispatch) { 110 dispatch &= ~dispatcher->bit; 115 if (dispatch) { 118 if (bit & dispatch) { [all...] |
| dmac.c | 117 u_int32_t r, dispatch, pending; local 121 dispatch = r & ~mask & __dmac_enabled_channel; 126 r, mask, pending, dispatch, __dmac_enabled_channel); 128 if (dispatch == 0) 132 _reg_write_4(D_STAT_REG, dispatch); 134 /* dispatch interrupt handler */ 136 if (dispatcher->bit & dispatch) { 139 dispatch &= ~dispatcher->bit; 144 if (dispatch) { 147 if (bit & dispatch) { [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| DispatchStage.cpp | 10 /// This file models the dispatch component of an instruction pipeline. 78 Error DispatchStage::dispatch(InstRef IR) { function in class:llvm::mca::DispatchStage 79 assert(!CarryOver && "Cannot dispatch another instruction!"); 93 // Check if this instructions ends the dispatch group. 124 unsigned RCUTokenID = RCU.dispatch(IR); 126 IS.dispatch(RCUTokenID); 156 // Conservatively bail out if there are no available dispatch entries. 170 // The dispatch logic doesn't internally buffer instructions. It only accepts 177 assert(canDispatch(IR) && "Cannot dispatch another instruction!"); 178 return dispatch(IR) [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| dispatch.c | 1 /* $NetBSD: dispatch.c,v 1.5 2023/07/27 10:32:25 tnn Exp $ */ 3 /* dispatch.c 32 __RCSID("$NetBSD: dispatch.c,v 1.5 2023/07/27 10:32:25 tnn Exp $"); 89 * information, but use the ISC timer system to actually dispatch 109 * timer to the ISC timer code for the actual dispatch. Later, if desired, 116 dispatch(void) function 141 log_fatal ("Dispatch routine failed: %s -- exiting",
|
| /src/crypto/external/bsd/openssh/dist/ |
| packet.h | 43 #include "dispatch.h" /* typedef, DISPATCH_MAX */ 68 dispatch_fn *dispatch[DISPATCH_MAX]; member in struct:ssh
|
| /src/external/mit/xorg/server/xorg-server.old/dix/ |
| Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 27 CPPFLAGS.dispatch.c= -DVENDOR_NAME="\"The Xorg Foundation\"" 39 COPTS.dispatch.c= -Wno-error
|
| /src/lib/libpuffs/ |
| dispatcher.c | 53 static void dispatch(struct puffs_cc *); 64 dispatch(pcc); 92 if (puffs__cc_create(pu, dispatch, &pcc) == -1) 121 dispatch(struct puffs_cc *pcc) function
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| filterprov.c | 33 } dispatch[MAX_FILTERS]; member in struct:filter_prov_globals_st 89 if (globs->dispatch[i].operation == operation_id) { 91 return globs->dispatch[i].alg; 111 if (globs->dispatch[i].alg == algs) 248 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; 257 globs->dispatch[globs->num_dispatch].operation = operation;
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| filterprov.c | 31 } dispatch[MAX_FILTERS]; member in struct:filter_prov_globals_st 87 if (globs->dispatch[i].operation == operation_id) { 89 return globs->dispatch[i].alg; 109 if (globs->dispatch[i].alg == algs) 209 globs->dispatch[globs->num_dispatch].alg[algnum++] = *algs; 218 globs->dispatch[globs->num_dispatch].operation = operation;
|
| /src/external/bsd/unbound/dist/libunbound/ |
| unbound-event.h | 93 int (*dispatch)(struct ub_event_base*); member in struct:ub_event_base_vmt
|
| /src/external/mit/xorg/server/xorg-server/dix/ |
| Makefile | 10 SRCS= atom.c colormap.c cursor.c devices.c dispatch.c dixfonts.c \ 37 COPTS.dispatch.c= -Wno-error
|
| /src/external/bsd/file/dist/src/ |
| vasprintf.c | 298 static int dispatch(xprintf_struct *s) function 591 if (dispatch(s) == EOF) 611 if (dispatch(s) == EOF)
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| timer.c | 530 dispatch(isc_timermgr_t *manager, isc_time_t *now) { function 632 dispatch(manager, &now);
|
| /src/usr.sbin/ifwatchd/ |
| ifwatchd.c | 63 static void dispatch(const void *, size_t); 230 dispatch(iov[0].iov_base, n); 264 dispatch(const void *msg, size_t len) function
|
| /src/sys/arch/hppa/stand/xxboot/ |
| start.S | 205 ; void dispatch(unsigned interactive, unsigned top, unsigned end, int part, 207 .export dispatch,entry 208 dispatch: label
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_rand.c | 31 const OSSL_DISPATCH *dispatch; member in struct:evp_rand_st 138 rand->dispatch = fns; 365 parent_dispatch = parent->meth->dispatch;
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_rand.c | 32 const OSSL_DISPATCH *dispatch; member in struct:evp_rand_st 136 rand->dispatch = fns; 355 parent_dispatch = parent->meth->dispatch;
|