Searched refs:swtch (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/wsconscfg/
H A Dwsconscfg.c64 int c, delete, kbd, idx, wsfd, swtch, get, mux; local
74 swtch = 0;
106 swtch++;
121 if ((kbd || swtch) ? (argc > 1) : (argc != 1))
131 if (swtch) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.c170 check_range (gimple swtch) argument
173 unsigned int branch_num = gimple_switch_num_labels (swtch);
179 min_case = gimple_switch_label (swtch, 1);
183 gcc_assert (CASE_LOW (gimple_switch_label (swtch, 0)) == NULL_TREE);
184 max_case = gimple_switch_label (swtch, branch_num - 1);
396 build_constructors (gimple swtch) argument
398 unsigned i, branch_num = gimple_switch_num_labels (swtch);
403 tree cs = gimple_switch_label (swtch, i);
497 build_one_array (gimple swtch, int num, tree arr_index_type, gimple phi, argument
502 gimple_stmt_iterator gsi = gsi_for_stmt (swtch);
549 build_arrays(gimple swtch) argument
670 gen_inbound_check(gimple swtch) argument
798 process_switch(gimple swtch) argument
[all...]
H A Dloop-unroll.c963 basic_block preheader, *body, swtch, ezc_swtch; local
1060 swtch = split_edge (loop_preheader_edge (loop));
1087 swtch = split_edge_and_insert (single_pred_edge (swtch), branch_code);
1088 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch);
1089 single_pred_edge (swtch)->probability = REG_BR_PROB_BASE - p;
1090 e = make_edge (swtch, preheader,
1091 single_succ_edge (swtch)->flags & EDGE_IRREDUCIBLE_LOOP);
1099 swtch = ezc_swtch;
1106 swtch
[all...]
H A Dtree-dump.c833 dump_register (const char *suffix, const char *swtch, const char *glob,
854 extra_dump_files[count].swtch = swtch;
981 return dfi->swtch;
1034 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
1065 length, ptr, dfi->swtch);
832 dump_register(const char *suffix, const char *swtch, const char *glob, int flags) argument
H A Dtree-pass.h211 const char *swtch; /* command line switch */ member in struct:dump_file_info
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dloop-unroll.c942 basic_block preheader, *body, *dom_bbs, swtch, ezc_swtch; local
1040 swtch = loop_split_edge_with (loop_preheader_edge (loop),
1065 swtch = loop_split_edge_with (single_pred_edge (swtch), branch_code);
1066 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch);
1067 single_pred_edge (swtch)->probability = REG_BR_PROB_BASE - p;
1068 e = make_edge (swtch, preheader,
1069 single_succ_edge (swtch)->flags & EDGE_IRREDUCIBLE_LOOP);
1077 swtch = ezc_swtch;
1083 swtch
[all...]
H A Dtree-dump.c761 dump_register (const char *suffix, const char *swtch, const char *glob,
779 extra_dump_files[this].swtch = swtch;
907 return dfi->swtch;
961 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
989 length, ptr, dfi->swtch);
760 dump_register(const char *suffix, const char *swtch, const char *glob, int flags, unsigned int num, int letter) argument
H A Dtree-pass.h133 const char *swtch; /* command line switch */ member in struct:dump_file_info
/netbsd-6-1-5-RELEASE/libexec/rpc.rstatd/
H A Drstat_proc.c280 stats_all.s3.v_swtch = uvmexp.swtch;
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dfd.c382 u_short swtch; local
393 swtch = rd_cfg_switch();
394 def_type = (swtch & CFG_SWITCH_NOHD) ? FLP_TYPE_720 : FLP_TYPE_144;
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_runq.c207 sched_enqueue(struct lwp *l, bool swtch) argument
222 if (__predict_true(swtch == true))
256 * preemption if the thread is yielding (swtch).
258 if (!swtch && eprio > spc->spc_curpriority) {
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_extern.h408 int64_t swtch; member in struct:uvmexp_sysctl
H A Duvm_meter.c130 u.swtch += ci->ci_data.cpu_nswtch;
/netbsd-6-1-5-RELEASE/usr.bin/systat/
H A Dvmstat.c450 PUTRATE(us, us1, uvmexp->swtch, GENSTATROW + 1, GENSTATCOL - 1, 7);

Completed in 463 milliseconds