Searched refs:handlers (Results 1 - 25 of 58) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp132 } handlers[] = { local
140 handler* h = handlers;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp131 } handlers[] = { local
139 handler* h = handlers;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Doptabs.c359 int icode = (int) ternary_optab->handlers[(int) mode].insn_code;
367 gcc_assert (ternary_optab->handlers[(int) mode].insn_code
488 icode = (int) shift_optab->handlers[(int) mode].insn_code;
1107 && binoptab->handlers[(int) mode].insn_code != CODE_FOR_nothing)
1109 int icode = (int) binoptab->handlers[(int) mode].insn_code;
1210 ->handlers[(int) GET_MODE_WIDER_MODE (mode)].insn_code)
1237 if (binoptab->handlers[(int) wider_mode].insn_code != CODE_FOR_nothing
1241 ->handlers[(int) GET_MODE_WIDER_MODE (wider_mode)].insn_code)
1289 && binoptab->handlers[(int) word_mode].insn_code != CODE_FOR_nothing)
1341 && binoptab->handlers[(in
[all...]
H A Dcfgbuild.c206 rtx handlers, i;
208 handlers = reachable_handlers (insn);
210 for (i = handlers; i; i = XEXP (i, 1))
214 free_INSN_LIST_list (&handlers);
368 exceptions then any insn can reach any of the active handlers.
203 rtx handlers, i; local
H A Doptabs.h50 struct optab_handlers handlers[NUM_MACHINE_MODES]; local
60 struct optab_handlers handlers[NUM_MACHINE_MODES][NUM_MACHINE_MODES]; local
H A Dexpmed.c389 && (vec_set_optab->handlers[GET_MODE (op0)].insn_code
397 int icode = (int) vec_set_optab->handlers[outermode].insn_code;
503 && (movstrict_optab->handlers[fieldmode].insn_code
506 int icode = movstrict_optab->handlers[fieldmode].insn_code;
1128 && (vec_extract_optab->handlers[GET_MODE (op0)].insn_code
1135 int icode = (int) vec_extract_optab->handlers[outermode].insn_code;
3473 if (moptab->handlers[wider_mode].insn_code != CODE_FOR_nothing
3483 if (smul_optab->handlers[wider_mode].insn_code != CODE_FOR_nothing
3510 if (moptab->handlers[wider_mode].insn_code != CODE_FOR_nothing
3630 if (lshr_optab->handlers[mod
[all...]
H A Dexpr.c425 code = tab->handlers[to_mode][from_mode].insn_code;
434 libcall = tab->handlers[to_mode][from_mode].libfunc;
459 gcc_assert (trunc_optab->handlers[to_mode][full_mode].insn_code
464 emit_unop_insn (trunc_optab->handlers[to_mode][full_mode].insn_code,
474 gcc_assert (sext_optab->handlers[full_mode][from_mode].insn_code
479 emit_unop_insn (sext_optab->handlers[full_mode][from_mode].insn_code,
485 emit_unop_insn (sext_optab->handlers[full_mode][from_mode].insn_code,
689 if (trunc_optab->handlers[to_mode][from_mode].insn_code != CODE_FOR_nothing)
691 emit_unop_insn (trunc_optab->handlers[to_mode][from_mode].insn_code,
984 icode = mov_optab->handlers[(in
[all...]
H A Dtree-vect-generic.c360 && op->handlers[mode].insn_code != CODE_FOR_nothing)
442 && op->handlers[compute_mode].insn_code != CODE_FOR_nothing)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/cgen/cpu/
H A Dsimplify.inc95 indices values handlers)
98 indices values handlers () () ())
108 ; Simpler version of dnh that leaves out the indices, values, handlers,
130 ; Allow special assembler support specification but no handlers or
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/cpu/
H A Dsimplify.inc95 indices values handlers)
98 indices values handlers () () ())
108 ; Simpler version of dnh that leaves out the indices, values, handlers,
130 ; Allow special assembler support specification but no handlers or
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/cgen/cpu/
H A Dsimplify.inc95 indices values handlers)
98 indices values handlers () () ())
108 ; Simpler version of dnh that leaves out the indices, values, handlers,
130 ; Allow special assembler support specification but no handlers or
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/cpu/
H A Dsimplify.inc95 indices values handlers)
98 indices values handlers () () ())
108 ; Simpler version of dnh that leaves out the indices, values, handlers,
130 ; Allow special assembler support specification but no handlers or
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_offload.c676 if (toe_tid->ctx && toe_tid->client && toe_tid->client->handlers &&
677 toe_tid->client->handlers[CPL_ACT_OPEN_RPL]) {
678 return toe_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, m,
695 if (toe_tid->ctx && toe_tid->client->handlers &&
696 toe_tid->client->handlers[p->opcode]) {
697 return toe_tid->client->handlers[p->opcode] (dev, m, toe_tid->ctx);
719 if (toe_tid->ctx && toe_tid->client->handlers &&
720 toe_tid->client->handlers[p->opcode]) {
721 return toe_tid->client->handlers[p->opcode]
738 if (toe_tid->ctx && toe_tid->client->handlers
[all...]
H A Dcxgb_offload.h80 cxgb_cpl_handler_func *handlers; member in struct:cxgb_client
117 /* Flags for return value of CPL message handlers */
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-options.c533 OPTION_HANDLER **handlers; local
560 handlers = NZALLOC (OPTION_HANDLER *, OPTION_START + num_opts);
582 handlers[(unsigned char) opt->shortopt] = opt->handler;
593 handlers[lp->val] = opt->handler;
633 handlers[lp->val] = opt->handler;
665 if ((*handlers[optc]) (sd, opt_cpu[optc], orig_val[optc], optarg, 0/*!is_command*/) == SIM_RC_FAIL)
674 free (handlers);
H A Dgenmloop.sh895 for before/after handlers if they're being used.
902 (chain,cti-chain,before,after handlers). */
925 /* Account for before/after handlers. */
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius_client.c63 * store registered RX handlers. These handlers are registered by calls to
202 * auth_handlers - Authentication message handlers
207 * num_auth_handlers - Number of handlers in auth_handlers
212 * acct_handlers - Accounting message handlers
217 * num_acct_handlers - Number of handlers in acct_handlers
266 * There can be multiple registered RADIUS message handlers. The handlers will
279 struct radius_rx_handler **handlers, *newh; local
283 handlers
700 struct radius_rx_handler *handlers; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/opcode/
H A Dcgen.h277 /* Associated with each insn or expression is a set of "handlers" for
351 /* Parse/insert/extract/print handlers.
962 struct cgen_opcode_handler handlers;
963 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers)
1342 /* Instruction parse/insert/extract/print handlers. */
1348 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse])
1349 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert])
1350 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract])
1351 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
948 struct cgen_opcode_handler handlers; member in struct:__anon3648
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/opcode/
H A Dcgen.h277 /* Associated with each insn or expression is a set of "handlers" for
351 /* Parse/insert/extract/print handlers.
962 struct cgen_opcode_handler handlers;
963 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers)
1342 /* Instruction parse/insert/extract/print handlers. */
1348 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse])
1349 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert])
1350 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract])
1351 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
948 struct cgen_opcode_handler handlers; member in struct:__anon1016
/netbsd-6-1-5-RELEASE/libexec/httpd/
H A Dlua-bozo.c128 SIMPLEQ_INSERT_TAIL(&map->handlers, handler, h_next);
200 SIMPLEQ_INIT(&map->handlers);
361 SIMPLEQ_FOREACH(hndlr, &map->handlers, h_next) {
H A Dbozohttpd.h64 SIMPLEQ_HEAD(, lua_handler) handlers; member in struct:lua_state_map
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Doptabs.h53 struct optab_handlers handlers[NUM_MACHINE_MODES]; member in struct:optab_d
67 struct optab_handlers handlers[NUM_MACHINE_MODES][NUM_MACHINE_MODES]; member in struct:convert_optab_d
783 #define optab_handler(optab,mode) (&(optab)->handlers[(int) (mode)])
785 (&(optab)->handlers[(int) (mode)][(int) (mode2)])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.c980 /* Check whether any of the handlers in I are shadowed by another handler
1009 check_handlers (tree handlers) argument
1015 if (TREE_CODE (handlers) != STATEMENT_LIST)
1018 i = tsi_start (handlers);
1025 /* No more handlers; nothing to shadow. */
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dexcept.c916 /* Check whether any of the handlers in I are shadowed by another handler
944 check_handlers (tree handlers) argument
950 if (TREE_CODE (handlers) != STATEMENT_LIST)
953 i = tsi_start (handlers);
960 /* No more handlers; nothing to shadow. */
/netbsd-6-1-5-RELEASE/sys/arch/m68k/fpsp/
H A Dfpsp.h42 * All FPSP handlers begin by executing:
74 * On exit, the handlers execute:
85 * type that was generated. Some handlers may omit the 'frestore'

Completed in 415 milliseconds

123