/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Parser/ |
H A D | IteratorFactory.pm | 11 use constant handlers => []; constant 78 my $handlers = $class->handlers; 79 push @{$handlers}, $dclass 80 unless grep { $_ eq $dclass } @{$handlers}; 247 for my $handler ( @{ $self->handlers } ) { 261 my @handlers = 266 if( @handlers > 1 && 267 $confidence_for{$handlers[0]} == $confidence_for{$handlers[1]} 270 die("There is a tie between $handlers[0] and $handlers[1].\n". 278 join( ', ', map {"$_: $confidence_for{$_}"} @handlers ), [all …]
|
H A D | Scheduler.pm | 186 my %handlers = ( 193 my $handler = $handlers{ $type[0] }
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ |
H A D | gofast.h | 43 neg_optab->handlers[(int) mode].libfunc = NULL_RTX; \ 52 add_optab->handlers[(int) SFmode].libfunc = init_one_libfunc ("fpadd"); \ 53 add_optab->handlers[(int) DFmode].libfunc = init_one_libfunc ("dpadd"); \ 54 sub_optab->handlers[(int) SFmode].libfunc = init_one_libfunc ("fpsub"); \ 55 sub_optab->handlers[(int) DFmode].libfunc = init_one_libfunc ("dpsub"); \ 56 smul_optab->handlers[(int) SFmode].libfunc = init_one_libfunc ("fpmul"); \ 57 smul_optab->handlers[(int) DFmode].libfunc = init_one_libfunc ("dpmul"); \ 58 sdiv_optab->handlers[(int) SFmode].libfunc = init_one_libfunc ("fpdiv"); \ 59 sdiv_optab->handlers[(int) DFmode].libfunc = init_one_libfunc ("dpdiv"); \ 60 cmp_optab->handlers[(int) SFmode].libfunc = init_one_libfunc ("fpcmp"); \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/ |
H A D | long_double.h | 57 add_optab->handlers[(int) TFmode].libfunc \ 59 sub_optab->handlers[(int) TFmode].libfunc \ 61 smul_optab->handlers[(int) TFmode].libfunc \ 63 sdiv_optab->handlers[(int) TFmode].libfunc \ 65 smin_optab->handlers[(int) TFmode].libfunc \ 67 smax_optab->handlers[(int) TFmode].libfunc \ 69 sqrt_optab->handlers[(int) TFmode].libfunc \ 71 abs_optab->handlers[(int) TFmode].libfunc \ 73 neg_optab->handlers[(int) TFmode].libfunc \
|
/openbsd/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | hpux_longdouble.h | 57 add_optab->handlers[(int) TFmode].libfunc \ 59 sub_optab->handlers[(int) TFmode].libfunc \ 61 smul_optab->handlers[(int) TFmode].libfunc \ 63 sdiv_optab->handlers[(int) TFmode].libfunc \ 65 smin_optab->handlers[(int) TFmode].libfunc \ 67 smax_optab->handlers[(int) TFmode].libfunc \ 69 abs_optab->handlers[(int) TFmode].libfunc \ 71 neg_optab->handlers[(int) TFmode].libfunc \
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | except.c | 132 outer->handlers = chainon (outer->handlers, range->handlers); 171 h->handlers = build_tree_list (TREE_PURPOSE (range->handlers), 172 TREE_VALUE (range->handlers)); 278 && TREE_PURPOSE (ptr->handlers) == type 279 && TREE_VALUE (ptr->handlers) == handler) 293 h->handlers = build_tree_list (type, handler); 368 tree handler = range->handlers;
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | StmtCXX.cpp | 26 Stmt *tryBlock, ArrayRef<Stmt *> handlers) { in Create() argument 27 const size_t Size = totalSizeToAlloc<Stmt *>(handlers.size() + 1); in Create() 29 return new (Mem) CXXTryStmt(tryLoc, tryBlock, handlers); in Create() 40 ArrayRef<Stmt *> handlers) in CXXTryStmt() argument 41 : Stmt(CXXTryStmtClass), TryLoc(tryLoc), NumHandlers(handlers.size()) { in CXXTryStmt() 44 std::copy(handlers.begin(), handlers.end(), Stmts + 1); in CXXTryStmt()
|
/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | options.inc | 36 // is included here so that a user can specify whether they want signal handlers 38 // signal handlers need to be installed, and then use 39 // crash_handler::installSignalHandlers() in order to install the handlers. Note 40 // that in order to support signal handlers, you will need to link against the 44 "Install GWP-ASan signal handlers for SIGSEGV during dynamic loading. This " 48 "programs that install further signal handlers should make sure they do " 59 "previously-installed signal handlers will only be triggered for " 63 "Install GWP-ASan atfork handlers to acquire internal locks "
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | optabs.c | 1798 if (binoptab->handlers[(int) mode].libfunc 2548 if (unoptab->handlers[(int) mode].libfunc) 5050 op->handlers[i].libfunc = 0; in new_optab() 5126 optable->handlers[(int) mode].libfunc 5340 smul_optab->handlers[(int) SImode].libfunc in init_optabs() 5344 smul_optab->handlers[(int) DImode].libfunc in init_optabs() 5349 sdiv_optab->handlers[(int) SImode].libfunc in init_optabs() 5353 sdiv_optab->handlers[(int) DImode].libfunc in init_optabs() 5358 udiv_optab->handlers[(int) SImode].libfunc in init_optabs() 5362 udiv_optab->handlers[(int) DImode].libfunc in init_optabs() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | optabs.c | 1867 if (binoptab->handlers[(int) mode].libfunc in expand_binop() 2276 if (!binoptab->handlers[(int) mode].libfunc) in expand_twoval_binop_libfunc() 2702 if (unoptab->handlers[(int) mode].libfunc) in expand_unop() 4885 op->handlers[i].libfunc = 0; in new_optab() 4900 op->handlers[i][j].libfunc = 0; in new_convert_optab() 4978 optable->handlers[(int) mode].libfunc in init_libfuncs() 5065 tab->handlers[tmode][fmode].libfunc in init_interclass_conv_libfuncs() 5117 tab->handlers[widening ? wmode : nmode] in init_intraclass_conv_libfuncs() 5157 optable->handlers[mode].libfunc = 0; in set_optab_libfunc() 5522 h = &o->handlers[j]; in debug_optab_libfuncs() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | aix.h | 191 add_optab->handlers[(int) TFmode].libfunc \ 193 sub_optab->handlers[(int) TFmode].libfunc \ 195 smul_optab->handlers[(int) TFmode].libfunc \ 197 sdiv_optab->handlers[(int) TFmode].libfunc \
|
H A D | sysv4.h | 1509 add_optab->handlers[(int) TFmode].libfunc \ 1511 sub_optab->handlers[(int) TFmode].libfunc \ 1513 neg_optab->handlers[(int) TFmode].libfunc \ 1515 smul_optab->handlers[(int) TFmode].libfunc \ 1517 sdiv_optab->handlers[(int) TFmode].libfunc \ 1534 sqrt_optab->handlers[(int) TFmode].libfunc \
|
/openbsd/usr.sbin/nsd/ |
H A D | netio.c | 32 result->handlers = NULL; in netio_create() 61 elt->next = netio->handlers; in netio_add_handler() 64 netio->handlers = elt; in netio_add_handler() 75 for (elt_ptr = &netio->handlers; *elt_ptr; elt_ptr = &(*elt_ptr)->next) { in netio_remove_handler() 144 for (elt = netio->handlers; elt; elt = elt->next) { in netio_dispatch() 232 for (elt = netio->handlers; elt && rc; ) { in netio_dispatch()
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | mt.cpu | 461 (type h-uint) (index f-cell) (handlers (print "dollarhex"))) 494 (type h-uint) (index f-brc) (handlers (print "dollarhex"))) 497 (type h-uint) (index f-rda) (handlers (print "dollarhex"))) 500 (type h-uint) (index f-wr) (handlers (print "dollarhex"))) 510 (type h-uint) (index f-a23) (handlers (print "dollarhex"))) 512 (type h-uint) (index f-cr) (handlers (print "dollarhex"))) 514 (type h-uint) (index f-cbs) (handlers (print "dollarhex"))) 520 (type h-uint) (index f-cbx) (handlers (print "dollarhex"))) 522 (type h-uint) (index f-ccb) (handlers (print "dollarhex"))) 524 (type h-uint) (index f-cdb) (handlers (print "dollarhex"))) [all …]
|
/openbsd/regress/lib/libpthread/pthread_rwlock2/ |
H A D | pthread_rwlock2.c | 92 pthread_t handlers[NTHREADS]; in main() local 98 if (pthread_create(&(handlers[j]), NULL, in main() 105 if (pthread_join(handlers[j], NULL) != 0) in main()
|
/openbsd/gnu/llvm/clang/tools/scan-build/share/scan-build/ |
H A D | sorttable.js | 383 var handlers = element.events[type]; 384 if (!handlers) { 385 handlers = element.events[type] = {}; 388 handlers[0] = element["on" + type]; 392 handlers[handler.$$guid] = handler; 416 var handlers = this.events[event.type]; 418 for (var i in handlers) { 419 this.$$handleEvent = handlers[i];
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/libscanbuild/resources/ |
H A D | sorttable.js | 383 var handlers = element.events[type]; 384 if (!handlers) { 385 handlers = element.events[type] = {}; 388 handlers[0] = element["on" + type]; 392 handlers[handler.$$guid] = handler; 416 var handlers = this.events[event.type]; 418 for (var i in handlers) { 419 this.$$handleEvent = handlers[i];
|
/openbsd/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/resources/ |
H A D | sorttable.js | 426 var handlers = element.events[type]; 427 if (!handlers) { 428 handlers = element.events[type] = {}; 431 handlers[0] = element["on" + type]; 435 handlers[handler.$$guid] = handler; 463 var handlers = this.events[event.type]; 465 for (var i in handlers) { 466 this.$$handleEvent = handlers[i];
|
/openbsd/gnu/usr.bin/gcc/gcc/config/frv/ |
H A D | frv.h | 2286 add_optab->handlers [(int) DImode].libfunc \ 2288 sub_optab->handlers [(int) DImode].libfunc \ 2290 and_optab->handlers [(int) DImode].libfunc \ 2292 ior_optab->handlers [(int) DImode].libfunc \ 2294 xor_optab->handlers [(int) DImode].libfunc \ 2298 add_optab->handlers [(int) SFmode].libfunc \ 2300 sub_optab->handlers [(int) SFmode].libfunc \ 2302 smul_optab->handlers [(int) SFmode].libfunc \ 2304 sdiv_optab->handlers [(int) SFmode].libfunc \ 2306 add_optab->handlers [(int) DFmode].libfunc \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.h | 1231 smul_optab->handlers[(int) QImode].libfunc \ 1233 sdiv_optab->handlers[(int) QImode].libfunc \ 1235 udiv_optab->handlers[(int) QImode].libfunc \ 1237 smod_optab->handlers[(int) QImode].libfunc \ 1239 umod_optab->handlers[(int) QImode].libfunc \ 1241 sdiv_optab->handlers[(int) QFmode].libfunc \ 1243 smul_optab->handlers[(int) HFmode].libfunc \ 1245 sdiv_optab->handlers[(int) HFmode].libfunc \ 1247 smul_optab->handlers[(int) HImode].libfunc \ 1249 sdiv_optab->handlers[(int) HImode].libfunc \ [all …]
|
/openbsd/gnu/usr.bin/binutils/include/opcode/ |
H A D | cgen.h | 930 struct cgen_opcode_handler handlers; member 931 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers) 1311 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse]) 1312 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert]) 1313 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract]) 1314 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | except.c | 937 check_handlers_1 (master, handlers) in check_handlers_1() argument 939 tree handlers; 944 for (handler = handlers; handler; handler = TREE_CHAIN (handler)) 960 check_handlers (handlers) in check_handlers() argument 961 tree handlers; in check_handlers() 965 for (handler = handlers; handler; handler = TREE_CHAIN (handler))
|
/openbsd/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | cgen.h | 941 struct cgen_opcode_handler handlers; member 942 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers) 1324 #define CGEN_PARSE_FN(cd, insn) (cd->parse_handlers[(insn)->opcode->handlers.parse]) 1325 #define CGEN_INSERT_FN(cd, insn) (cd->insert_handlers[(insn)->opcode->handlers.insert]) 1326 #define CGEN_EXTRACT_FN(cd, insn) (cd->extract_handlers[(insn)->opcode->handlers.extract]) 1327 #define CGEN_PRINT_FN(cd, insn) (cd->print_handlers[(insn)->opcode->handlers.print])
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.h | 2610 add_optab->handlers[(int) TFmode].libfunc \ 2612 sub_optab->handlers[(int) TFmode].libfunc \ 2614 neg_optab->handlers[(int) TFmode].libfunc \ 2616 smul_optab->handlers[(int) TFmode].libfunc \ 2618 sdiv_optab->handlers[(int) TFmode].libfunc \ 2642 sqrt_optab->handlers[(int) TFmode].libfunc \ 2650 sdiv_optab->handlers[(int) SImode].libfunc = NULL; \ 2651 udiv_optab->handlers[(int) SImode].libfunc = NULL; \ 2652 smod_optab->handlers[(int) SImode].libfunc = NULL; \ 2653 umod_optab->handlers[(int) SImode].libfunc = NULL; \ [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/h8300/ |
H A D | h8300.h | 1290 smul_optab->handlers[(int) HImode].libfunc \ 1292 sdiv_optab->handlers[(int) HImode].libfunc \ 1294 udiv_optab->handlers[(int) HImode].libfunc \ 1296 smod_optab->handlers[(int) HImode].libfunc \ 1298 umod_optab->handlers[(int) HImode].libfunc \
|