HomeSort by: relevance | last modified time | path
    Searched defs:dispatch (Results 1 - 25 of 90) sorted by relevancy

1 2 3 4

  /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.");
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
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
  /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);
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);
  /src/sbin/nvmectl/
nvmectl.c 88 dispatch(int argc, char *argv[], const struct nvme_function *tbl) function
257 dispatch(argc, argv, funcs);
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
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...]
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...]
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",
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
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
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;

Completed in 82 milliseconds

1 2 3 4