Searched refs:step (Results 126 - 150 of 198) sorted by relevance

12345678

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c68 * are built, containing pointers to any DIFOs created in step (3).
1328 * arg3 => Quantization level step size (defaults to 1)
1335 uint64_t nlevels, step = 1, oarg; local
1375 if ((step = arg3->dn_value) > UINT16_MAX) {
1381 nlevels = (limitval - baseval) / step;
1385 "lquantize( ) step (argument #3) too large: must "
1390 dnerror(dnp, D_LQUANT_STEPSMALL, "lquantize( ) step "
1395 arg = (step << DTRACE_LQUANTIZE_STEPSHIFT) |
1429 if (onlevels * ostep != nlevels * step) {
1434 (int)baseval + (int)nlevels * (int)step);
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Dsiena_nic.c689 address += rsp->step;
704 address += rsp->step;
H A Dsiena_impl.h65 unsigned int step; member in struct:siena_register_set_s
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c482 sc->io.step = 12;
504 sc->mem.step = 20;
531 sc->pmem.step = 20;
1933 wmask = ((rman_res_t)1 << w->step) - 1;
1934 if (RF_ALIGNMENT(flags) < w->step) {
1936 flags |= RF_ALIGNMENT_LOG2(w->step);
1940 count = roundup2(count, (rman_res_t)1 << w->step);
2075 wmask = ((rman_res_t)1 << w->step) - 1;
2109 * enable bit doesn't require any special magic as the step
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c1116 int offset, size, step; local
1120 step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(cap);
1122 "mute=%d step=%d size=%d offset=%d (%+d/%+ddB)\n",
1125 step, size, offset,
1127 ((step - offset) * (size + 1)) / 4);
2375 /* If this is not a first step - use input mixer.
3002 int mute, offset, step, size; local
3059 step = HDA_PARAM_OUTPUT_AMP_CAP_NUMSTEPS(ocap);
3062 /*if (offset > step) {
3066 "[offset=%d > step
5782 int offset, size, step; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_chu.c477 double step; /* codec adjustment */ local
548 step = 2.;
550 up->comp[i] = up->comp[i - 1] + step;
553 step *= 2.;
H A Drefclock_wwv.c646 double step; /* codec adjustment */ local
688 step = 2.;
690 up->comp[i] = up->comp[i - 1] + step;
693 step *= 2.;
1924 * save in decoding matrix. We step through the decoding matrix
/freebsd-11-stable/contrib/gcc/
H A Dtree-vectorizer.c287 step 1. For each loop-header-phi:
291 step 2. For each loop-header-phi:
295 step 3. Update the phis in the successor block of NEW_LOOP.
320 /* step 1. */
324 /* step 2. */
340 /* step 3 (case 1). */
778 tree step = build_int_cst (TREE_TYPE (niters), 1);
788 create_iv (init, step, NULL_TREE, loop,
1982 considered a polynomial evolution with constant step. */
1986 tree * step)
777 tree step = build_int_cst (TREE_TYPE (niters), 1); local
1984 vect_is_simple_iv_evolution(unsigned loop_nb, tree access_fn, tree * init, tree * step) argument
[all...]
H A Dloop-unroll.c79 rtx step; /* Step of the induction variable. */ member in struct:iv_to_split
1677 if (iv.step == const0_rtx
1685 ivts->step = iv.step;
1861 by base variable + DELTA * step. */
1870 /* Construct base + DELTA * step. */
1876 ivts->step, gen_int_mode (delta, mode));
H A Dtree-scalar-evolution.c36 when entering in the loop_1 and has a step 2 in this loop, in other
778 condition INIT, and a step EXPR. In order to show this, we start
2793 its base and step in IV if possible. If ALLOW_NONCONSTANT_STEP is true, we
2794 want step to be invariant in LOOP. Otherwise we require it to be an
2807 iv->step = NULL_TREE;
2832 iv->step = CHREC_RIGHT (ev);
2835 if (tree_contains_chrecs (iv->step, NULL)
2836 || chrec_contains_symbols_defined_in_loop (iv->step, loop->num))
2839 else if (TREE_CODE (iv->step) != INTEGER_CST)
H A Dtree-vrp.c2478 tree init, step, chrec, tmin, tmax, min, max, type; local
2491 step = evolution_part_in_loop_num (chrec, loop->num);
2497 if (step == NULL_TREE
2498 || !is_gimple_min_invariant (step)
2507 || scev_probably_wraps_p (init, step, stmt,
2611 tree chrec, init, step; local
2625 step = evolution_part_in_loop_num (chrec, l->num);
2627 if (step == NULL_TREE
2628 || !is_gimple_min_invariant (step)
2635 if (scev_probably_wraps_p (init, step, stm
[all...]
H A Dtree-vect-analyze.c1324 tree step = DR_STEP (dr); local
1327 if (!step || tree_int_cst_compare (step, TYPE_SIZE_UNIT (scalar_type)))
1342 simple step 1 (consecutive) access.
1378 4- vect_analyze_drs_access(): check that ref_stmt.step is ok.
H A Dloop-unswitch.c210 if (iv.step != const0_rtx
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmonitor.c72 static void monitor_resume (ptid_t ptid, int step, enum target_signal sig);
934 monitor_resume (ptid_t ptid, int step, enum target_signal sig) argument
946 if (step)
947 monitor_printf (current_monitor->step);
H A Dsol-thread.c106 static void sol_thread_resume (ptid_t ptid, int step, enum target_signal signo);
456 just single step it. If SIGNAL is nonzero, restart it with that
461 sol_thread_resume (ptid_t ptid, int step, enum target_signal signo)
483 procfs_ops.to_resume (ptid, step, signo);
457 sol_thread_resume(ptid_t ptid, int step, enum target_signal signo) argument
H A Dinfttrace.c230 "other threads run during step", we have some stuff to do:
238 step finish on that thread, which can lead to complications;
246 be off the list for a while, it's possible the step will complete
251 step/continue during the scan.
271 re-scan a lot. By observation, it looks like a single-step/wait
337 /* This flag is true if we are doing a step-over-bpt
364 stepping_mode_t stepping_mode; /* Whether to step or continue */
1183 printf (", step is %s", get_printable_name_of_stepping_mode (p->stepping_mode));
1250 operation, which is a multiple step thing, to the point where we
1815 * we always return the result of a fake-step firs
4290 child_resume(ptid_t ptid, int step, enum target_signal signal) argument
[all...]
H A Dgo32-nat.c171 static void go32_resume (ptid_t ptid, int step,
324 go32_resume (ptid_t ptid, int step, enum target_signal siggnal) argument
328 resume_is_step = step;
355 a_tss.tss_eflags &= 0xfeff; /* reset the single-step flag (TF) */
360 reset the single-step flag (a.k.a. TF). However, it seems
367 So we need to emulate single-step mode: we put an INT3 opcode
424 /* Did we step over an INT xx instruction? */
H A Ddve3900-rom.c1010 r3900_cmds.step = "t\r";
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dac97.c603 u_int8_t model, step; local
650 model = step = 0;
658 step = (id & ~modelmask) & 0xff;
/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_hs.c87 unsigned long step; member in struct:ck_hs_map
226 map->step = ck_cc_ffsl(n_entries);
282 r = (h >> map->step) >> level;
H A Dck_ht.c92 CK_HT_TYPE step; member in struct:ck_ht_map
174 map->step = ck_cc_ffsll(map->capacity);
245 r.value = (h.value >> map->step) >> level;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_crtc.c464 args.v3.usSpreadSpectrumStep = cpu_to_le16(ss->step);
485 args.v2.usSpreadSpectrumStep = cpu_to_le16(ss->step);
492 args.v1.ucSpreadSpectrumStep = ss->step;
505 args.lvds_ss_2.ucSpreadSpectrumStep = ss->step;
517 args.lvds_ss.ucSpreadSpectrumStepSize_Delay = (ss->step & 3) << 2;
1043 /* calculate ss amount and step size */
1056 radeon_crtc->ss.step = step_size;
/freebsd-11-stable/contrib/bmake/
H A Dvar.c1877 int start, end, step; local
1910 step = -1;
1914 step = 1;
1918 (step < 0 && i >= end) || (step > 0 && i < end);
1919 i += step) {
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c831 lua_Number step = nvalue(ra+2);
832 lua_Number idx = luai_numadd(L, nvalue(ra), step); /* increment index */
834 if (luai_numlt(L, 0, step) ? luai_numle(L, idx, limit)
850 luaG_runerror(L, LUA_QL("for") " step must be a number");
/freebsd-11-stable/lib/libthread_db/
H A Dlibpthread_db.c977 pt_thr_sstep(const td_thrhandle_t *th, int step) argument
1002 /* Clear or set single step flag in thread mailbox */
1009 if (step != 0)
1032 * single step status in registers, we should change
1039 if (pt_reg_sstep(&regs, step) != 0) {

Completed in 388 milliseconds

12345678