Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/NextBSD/usr.bin/ctags/
HDctags.c94 int step; /* step through args */ in main() local
149 for (exit_val = step = 0; step < argc; ++step) in main()
150 if (!(inf = fopen(argv[step], "r"))) { in main()
151 warn("%s", argv[step]); in main()
155 curfile = argv[step]; in main()
156 find_entries(argv[step]); in main()
176 for (step = 0; step < argc; step++) { in main()
178 (void)strlcat(lbuf, argv[step], LINE_MAX); in main()
180 if (regcomp(regx + step, lbuf, in main()
186 for (step = 0; step < argc; step++) in main()
[all …]
/NextBSD/contrib/gcc/
HDtree-ssa-loop-prefetch.c179 HOST_WIDE_INT step; /* Step of the reference. */ member
217 fprintf (file, HOST_WIDE_INT_PRINT_DEC, ref->group->step); in dump_mem_ref()
234 HOST_WIDE_INT step) in find_or_create_group() argument
240 if ((*groups)->step == step in find_or_create_group()
245 if ((*groups)->step < step) in find_or_create_group()
251 group->step = step; in find_or_create_group()
327 HOST_WIDE_INT *step; /* Step of the memory reference. */ member
338 tree ibase, step, stepsize; in idx_analyze_ref() local
349 step = iv.step; in idx_analyze_ref()
351 if (zero_p (step)) in idx_analyze_ref()
[all …]
HDtree-ssa-loop-niter.c149 if (tree_int_cst_sign_bit (iv->step)) in number_of_iterations_ne()
152 fold_build1 (NEGATE_EXPR, type, iv->step)); in number_of_iterations_ne()
159 s = fold_convert (niter_type, iv->step); in number_of_iterations_ne()
213 tree *delta, tree step) in number_of_iterations_lt_to_ne() argument
215 tree niter_type = TREE_TYPE (step); in number_of_iterations_lt_to_ne()
216 tree mod = fold_build2 (FLOOR_MOD_EXPR, niter_type, *delta, step); in number_of_iterations_lt_to_ne()
223 mod = fold_build2 (MINUS_EXPR, niter_type, step, mod); in number_of_iterations_lt_to_ne()
226 if (nonzero_p (iv0->step)) in number_of_iterations_lt_to_ne()
284 struct tree_niter_desc *niter, tree step) in assert_no_overflow_lt() argument
287 tree niter_type = TREE_TYPE (step); in assert_no_overflow_lt()
[all …]
HDtree-ssa-address.c99 gen_addr_rtx (rtx symbol, rtx base, rtx index, rtx step, rtx offset, in gen_addr_rtx() argument
113 if (step) in gen_addr_rtx()
115 act_elem = gen_rtx_MULT (Pmode, act_elem, step); in gen_addr_rtx()
180 if (addr->step && !integer_onep (addr->step)) in addr_for_mem_ref()
181 st = immed_double_const (TREE_INT_CST_LOW (addr->step), in addr_for_mem_ref()
182 TREE_INT_CST_HIGH (addr->step), Pmode); in addr_for_mem_ref()
248 tree step = TMR_STEP (mem_ref), offset = TMR_OFFSET (mem_ref); in tree_mem_ref_addr() local
263 if (step) in tree_mem_ref_addr()
264 act_elem = fold_build2 (MULT_EXPR, sizetype, act_elem, step); in tree_mem_ref_addr()
324 if (addr->step && integer_onep (addr->step)) in create_mem_ref_raw()
[all …]
HDloop-iv.c132 if (iv->step == const0_rtx in dump_iv_info()
137 if (iv->step != const0_rtx) in dump_iv_info()
140 print_rtl (file, iv->step); in dump_iv_info()
368 iv->step = const0_rtx; in iv_constant()
384 if (iv->step == const0_rtx in iv_subreg()
410 iv->step = simplify_gen_binary (MULT, iv->extend_mode, iv->step, iv->mult); in iv_subreg()
424 if (iv->step == const0_rtx in iv_extend()
459 iv->step = simplify_gen_unary (NEG, iv->extend_mode, in iv_neg()
460 iv->step, iv->extend_mode); in iv_neg()
484 && iv0->step == const0_rtx in iv_add()
[all …]
HDtree-ssa-loop-manip.c51 create_iv (tree base, tree step, tree var, struct loop *loop, in create_iv() argument
75 if (TREE_CODE (step) == INTEGER_CST) in create_iv()
77 if (TYPE_UNSIGNED (TREE_TYPE (step))) in create_iv()
79 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step); in create_iv()
80 if (tree_int_cst_lt (step1, step)) in create_iv()
83 step = step1; in create_iv()
90 if (!tree_expr_nonnegative_warnv_p (step, &ovf) in create_iv()
91 && may_negate_without_overflow_p (step)) in create_iv()
94 step = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step); in create_iv()
101 step = force_gimple_operand (step, &stmts, true, var); in create_iv()
[all …]
HDtree-ssa-loop-ivopts.c106 tree step; /* Step of the iv (constant only). */ member
380 if (iv->step) in dump_iv()
387 print_generic_expr (file, iv->step, TDF_SLIM); in dump_iv()
890 alloc_iv (tree base, tree step) in alloc_iv() argument
894 if (step && integer_zerop (step)) in alloc_iv()
895 step = NULL_TREE; in alloc_iv()
899 iv->step = step; in alloc_iv()
911 set_iv (struct ivopts_data *data, tree iv, tree base, tree step) in set_iv() argument
918 info->iv = alloc_iv (base, step); in set_iv()
957 return (zero_p (iv.step) ? NULL_TREE : iv.step); in determine_biv_step()
[all …]
HDtree-chrec.c1126 tree *base, tree *step, tree at_stmt, in convert_affine_scev() argument
1129 tree ct = TREE_TYPE (*step); in convert_affine_scev()
1189 && scev_probably_wraps_p (*base, *step, at_stmt, loop, in convert_affine_scev()
1201 new_step = *step; in convert_affine_scev()
1218 *step = new_step; in convert_affine_scev()
1270 tree base, step; in chrec_convert_1() local
1285 step = CHREC_RIGHT (chrec); in chrec_convert_1()
1287 if (convert_affine_scev (loop, type, &base, &step, at_stmt, in chrec_convert_1()
1289 return build_polynomial_chrec (loop->num, base, step); in chrec_convert_1()
1384 tree step; in scev_direction() local
[all …]
/NextBSD/contrib/ipfilter/lib/
HDinterror.c528 int l = -1, r = IPF_NUM_ERRORS + 1, step; local
529 step = (r - l) / 2;;
531 while (step != 0) {
532 ie = ipf_errors + l + step;
535 step = l + step;
537 r = step;
539 l = step;
540 step = (r - l) / 2;;
/NextBSD/contrib/gperf/src/
HDsearch.cc1176 Step *step = new Step(); in find_asso_values() local
1178 step->_undetermined = new bool[_alpha_size]; in find_asso_values()
1179 memcpy (step->_undetermined, undetermined, _alpha_size*sizeof(bool)); in find_asso_values()
1181 step->_partition = partition; in find_asso_values()
1210 if (undetermined[c] && !step->_undetermined[c]) in find_asso_values()
1216 if (undetermined[c] && !step->_undetermined[c]) in find_asso_values()
1219 step->_changing = changing; in find_asso_values()
1220 step->_changing_count = changing_count; in find_asso_values()
1222 step->_asso_value_max = _asso_value_max; in find_asso_values()
1224 step->_expected_lower = in find_asso_values()
[all …]
/NextBSD/usr.sbin/diskinfo/
HDdiskinfo.c241 off_t b0, b1, sectorcount, step; in speeddisk() local
244 step = 1ULL << (flsll(sectorcount / (4 * 200)) - 1); in speeddisk()
245 if (step > 16384) in speeddisk()
246 step = 16384; in speeddisk()
254 b1 = sectorcount - step; in speeddisk()
258 b0 += step; in speeddisk()
260 b1 -= step; in speeddisk()
270 b0 += step; in speeddisk()
272 b1 += step; in speeddisk()
281 b0 += step; in speeddisk()
[all …]
/NextBSD/lib/libvgl/
HDsimple.c224 int sign_x, sign_y, step, reverse, i; in VGLLine() local
230 step = 1; in VGLLine()
232 step = -1; in VGLLine()
287 plot(object, ++x, y += step, reverse, in VGLLine()
291 plot(object, --x1, y1 -= step, reverse, in VGLLine()
295 plot(object, x, y += step, reverse, color); in VGLLine()
298 plot(object, x1, y1 -= step, reverse, in VGLLine()
318 plot(object, ++x, y += step, reverse, color); in VGLLine()
323 plot(object, ++x, y += step, reverse, color); in VGLLine()
327 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
[all …]
/NextBSD/lib/libnv/
HDmsgio.c359 unsigned int i, step, j; in fd_recv() local
367 ret = i = step = 0; in fd_recv()
370 step = PKG_MAX_SIZE; in fd_recv()
372 step = nfds - i; in fd_recv()
373 ret = fd_package_recv(sock, fds + i, step); in fd_recv()
382 i += step; in fd_recv()
391 unsigned int i, step; in fd_send() local
399 ret = i = step = 0; in fd_send()
402 step = PKG_MAX_SIZE; in fd_send()
404 step = nfds - i; in fd_send()
[all …]
/NextBSD/usr.bin/last/
HDlast.c385 ARG *step; in want() local
393 for (step = arglist; step; step = step->next) in want()
394 switch(step->type) { in want()
401 if (!strcasecmp(step->name, bp->ut_host)) in want()
405 if (!strcmp(step->name, bp->ut_line)) in want()
409 if (!strcmp(step->name, bp->ut_user)) in want()
/NextBSD/contrib/gdb/gdb/gdbserver/
HDserver.c174 default_action.step = 0; in handle_v_cont()
186 resume_info[i].step = 1; in handle_v_cont()
188 resume_info[i].step = 0; in handle_v_cont()
278 myresume (int step, int sig) in myresume() argument
283 if (step || sig || cont_thread > 0) in myresume()
287 resume_info[0].step = step; in myresume()
293 resume_info[n].step = 0; in myresume()
/NextBSD/crypto/openssl/crypto/aes/asm/
HDaesv8-armx.pl339 my ($rounds,$cnt,$key_,$step,$step1)=($enc,"w6","x7","x8","x12");
365 mov $step,#16
367 cclr $step,eq
373 vld1.8 {$dat},[$inp],$step
434 cclr $step,eq
439 vld1.8 {q8},[$inp],$step
471 cclr $step,eq
478 vld1.8 {q8},[$inp],$step
667 my $step="x12"; # aliases with $tctr2
700 mov $step,#16
[all …]
/NextBSD/gnu/usr.bin/gdb/gdbserver/
HDfbsd-low.c58 int step, int signal);
643 resume_info.step = resume_info.sig = resume_info.leave_stopped = 0; in fbsd_wait()
776 int step, int signal) in fbsd_resume_one_process() argument
806 step ? "step" : "continue", signal, in fbsd_resume_one_process()
823 if (step == 0) in fbsd_resume_one_process()
825 step = 1; in fbsd_resume_one_process()
858 process->stepping = step; in fbsd_resume_one_process()
859 ptrace (step ? PT_STEP : PT_CONTINUE, process->lwpid, (PTRACE_ARG3_TYPE) 1, signal); in fbsd_resume_one_process()
903 int step; in fbsd_continue_one_thread() local
912 step = process->stepping || process->resume->step; in fbsd_continue_one_thread()
[all …]
/NextBSD/tools/regression/kgssapi/
HDgsstest.c45 int step; /* test step number */ member
187 args.step = 1; in main()
214 args.step = 2; in main()
240 args.step = 3; in main()
267 args.step = 4; in main()
285 args.step = 5; in main()
/NextBSD/contrib/dialog/
HDbuttons.c270 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step() argument
292 *step = *gap + (used + count - 1) / count; in dlg_button_x_step()
307 int gap, margin, step; in dlg_button_layout() local
310 while (!dlg_button_x_step(labels, width, &gap, &margin, &step)) in dlg_button_layout()
333 int step = 0; in dlg_draw_buttons() local
351 step = 1; in dlg_draw_buttons()
353 dlg_button_x_step(labels, limit, &gap, &margin, &step); in dlg_draw_buttons()
383 if ((y += step) > limit) in dlg_draw_buttons()
386 if ((x += step) > limit) in dlg_draw_buttons()
HDpause.c68 int i, x, y, step; in dialog_pause() local
183 for (step = 0; in dialog_pause()
184 (result == DLG_EXIT_UNKNOWN) && (step < 1000); in dialog_pause()
185 step += MY_TIMEOUT) { in dialog_pause()
/NextBSD/sys/dev/qlxgbe/
HDql_misc.c102 uint32_t data, step = 0; in ql_rdwr_offchip_mem() local
110 step = 1; in ql_rdwr_offchip_mem()
116 step = 2; in ql_rdwr_offchip_mem()
122 step = 3; in ql_rdwr_offchip_mem()
129 step = 4; in ql_rdwr_offchip_mem()
135 step = 5; in ql_rdwr_offchip_mem()
141 step = 6; in ql_rdwr_offchip_mem()
147 step = 7; in ql_rdwr_offchip_mem()
153 step = 7; in ql_rdwr_offchip_mem()
159 step = 8; in ql_rdwr_offchip_mem()
[all …]
/NextBSD/contrib/ntp/
HDresults.y2kfixes5 14 Jul 13:44:39 ntpdate[11723]: step time server 135.16.xxxx.xxxx offset -14740193.210537 sec
16 14 Jul 13:49:01 ntpdate[11760]: step time server 135.16.xxxx.xxxx offset -19739467.533126 sec
27 14 Jul 13:57:41 ntpdate[12423]: step time server 135.16.xxxx.xxxx offset -19825349.396585 sec
38 14 Jul 13:58:10 ntpdate[12525]: step time server 135.16.xxxx.xxxx offset -19911719.766061 sec
/NextBSD/contrib/nvi/regex/
HDengine.c51 #define step sstep macro
62 #define step lstep macro
96 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int flag, RCHAR_T ch, st…
695 st = step(m->g, startst, stopst, st, NOTHING, OUT, st); in fast()
721 st = step(m->g, startst, stopst, st, flag, OUT, st); in fast()
735 st = step(m->g, startst, stopst, st, flag, OUT, st); in fast()
747 st = step(m->g, startst, stopst, tmp, 0, c, st); in fast()
749 assert(EQ(step(m->g, startst, stopst, st, NOTHING, OUT, st), st)); in fast()
782 st = step(m->g, startst, stopst, st, NOTHING, OUT, st); in slow()
804 st = step(m->g, startst, stopst, st, flag, OUT, st); in slow()
[all …]
/NextBSD/lib/libc/regex/
HDengine.c52 #define step sstep macro
63 #define step lstep macro
74 #define step mstep macro
109 static states step(struct re_guts *g, sopno start, sopno stop, states bef, wint_t ch, states aft);
788 st = step(m->g, startst, stopst, st, NOTHING, st); in fast()
828 st = step(m->g, startst, stopst, st, flagch, st); in fast()
842 st = step(m->g, startst, stopst, st, flagch, st); in fast()
854 st = step(m->g, startst, stopst, tmp, c, st); in fast()
856 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); in fast()
895 st = step(m->g, startst, stopst, st, NOTHING, st); in slow()
[all …]
/NextBSD/sys/dev/sound/pci/hda/
HDhdaa.h140 int mute, step, size, offset; member
247 (((ctl)->step - (ctl)->offset) * ((ctl)->size + 1))
250 ((ctl)->step * ((ctl)->size + 1))
257 ((ctl)->size + 1) + (ctl)->offset), (ctl)->step), 0)

12345678910>>...16