Home
last modified time | relevance | path

Searched refs:steps (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd-12.1/lib/libc/stdlib/
H A Dtsearch_path.h46 uintptr_t steps[2]; member
65 p->steps[p->nsteps / STEPS_BIT] |= in path_taking_left()
75 p->steps[p->nsteps / STEPS_BIT] &= in path_taking_right()
89 result = p->steps[0] & 0x1; in path_took_left()
90 p->steps[0] = (p->steps[0] >> 1) | (p->steps[1] << (STEPS_BIT - 1)); in path_took_left()
91 p->steps[1] >>= 1; in path_took_left()
/freebsd-12.1/sys/contrib/ck/include/
H A Dck_brlock.h111 unsigned int steps = 0; in ck_brlock_write_trylock() local
114 if (++steps >= factor) in ck_brlock_write_trylock()
128 if (++steps >= factor) { in ck_brlock_write_trylock()
224 unsigned int steps = 0; in ck_brlock_read_trylock() local
233 if (++steps >= factor) in ck_brlock_read_trylock()
262 if (++steps >= factor) in ck_brlock_read_trylock()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.steps.d.out1 20 steps:
36 100 steps:
224 1000 steps:
/freebsd-12.1/tools/regression/geom_gpt/
H A Dgctl_test.t37 my %steps = (
161 my $count = keys (%steps);
166 foreach my $key (sort keys %steps) {
167 my ($action, $args) = split(/ /, $steps{$key}, 2);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp104 size_t steps = 0; in advance() local
107 count--, steps++; in advance()
108 if (m_error || m_entry.null() || (steps > m_max_depth)) in advance()
123 size_t steps = 0; in next() local
130 steps++; in next()
131 if (steps > m_max_depth) { in next()
144 size_t steps = 0; in tree_min() local
152 steps++; in tree_min()
153 if (steps > m_max_depth) in tree_min()
/freebsd-12.1/sys/dev/nand/
H A Dnand.c423 int steps = pagesize / SOFTECC_SIZE; in nand_softecc_get() local
426 for (; i < (steps * SOFTECC_BYTES); in nand_softecc_get()
438 int steps = pagesize / SOFTECC_SIZE; in nand_softecc_correct() local
441 for (i = 0; i < (steps * SOFTECC_BYTES); in nand_softecc_correct()
469 uint32_t page, num, steps = 0; in nand_read_pages() local
479 steps = cg->page_size / eccd->eccsize; in nand_read_pages()
506 for (i = 0; i < (eccd->eccbytes * steps); i++) in nand_read_pages()
516 for (i = 0; i < (eccd->eccbytes * steps); i++) in nand_read_pages()
521 for (i = 0; i < (eccd->eccbytes * steps); i++) in nand_read_pages()
623 int steps = 0, i, needwrite, err = 0; in nand_prog_pages() local
[all …]
/freebsd-12.1/sys/gnu/dts/arm/
H A Dexynos5422-cpu-thermal.dtsi75 * by 2 steps. On Exynos5422/5800 that would
89 * further, down to 600 MHz (11 steps for big,
90 * 7 steps for LITTLE).
H A Dexynos5422-odroidhc1.dts54 * by 2 steps. On Exynos5422/5800 that would
70 * further, down to 600 MHz (12 steps for big,
71 * 7 steps for LITTLE).
H A Dexynos5422-odroidxu3-common.dtsi111 * by 2 steps. On Exynos5422/5800 that would
127 * further, down to 600 MHz (12 steps for big,
128 * 7 steps for LITTLE).
H A Dr8a7745-iwg22d-sodimm.dts23 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
24 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
H A Diwg20d-q7-common.dtsi23 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
24 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
/freebsd-12.1/contrib/ntp/scripts/
H A Dsummary-opts36 'skip-time-steps' => '3600',
43 'peer-dist-limit=f', 'skip-time-steps=f', 'start-date=i',
54 --skip-time-steps=float Ignore time offsets larger that this
/freebsd-12.1/cddl/usr.sbin/dtrace/tests/common/llquantize/
H A DMakefile41 tst.steps.d \
42 tst.steps.d.out \
/freebsd-12.1/contrib/gcc/
H A Dtree-profile.c143 tree steps = build_int_cst_type (unsigned_type_node, value->hdata.intvl.steps); in tree_gen_interval_profiler() local
152 tree_cons (NULL_TREE, steps, in tree_gen_interval_profiler()
H A Dvalue-prof.c649 for (i = 0; i < histogram->hdata.intvl.steps; i++) in tree_mod_subtract_transform()
663 for (i = 0; i < histogram->hdata.intvl.steps; i++) in tree_mod_subtract_transform()
669 if (i == histogram->hdata.intvl.steps) in tree_mod_subtract_transform()
762 hist->hdata.intvl.steps = 2; in tree_divmod_values_to_profile()
808 + hist->hdata.intvl.steps - 1)); in tree_find_values_to_profile()
810 hist->n_counters = hist->hdata.intvl.steps + 2; in tree_find_values_to_profile()
H A Dlibgcov.c703 int start, unsigned steps) in __gcov_interval_profiler() argument
707 counters[steps + 1]++; in __gcov_interval_profiler()
708 else if (delta >= steps) in __gcov_interval_profiler()
709 counters[steps]++; in __gcov_interval_profiler()
H A Dvalue-prof.h57 unsigned int steps; /* Number of values in it. */ member
/freebsd-12.1/contrib/gperf/src/
H A Dsearch.cc1120 Step *steps; in find_asso_values() local
1127 steps = NULL; in find_asso_values()
1233 step->_next = steps; in find_asso_values()
1234 steps = step; in find_asso_values()
1244 for (Step *step = steps; step; step = step->_next) in find_asso_values()
1277 for (Step *step = steps; step; step = step->_next) in find_asso_values()
1461 while (steps != NULL) in find_asso_values()
1463 Step *step = steps; in find_asso_values()
1464 steps = step->_next; in find_asso_values()
/freebsd-12.1/contrib/cortex-strings/scripts/
H A Dbench.py148 steps = int(round(math.log(args.limit) / math.log(step)))
149 bytes.extend([int(step**x) for x in range(0, steps+1)])
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_insn.c346 const struct pt_asid *asid, size_t steps) in pt_insn_range_is_contiguous() argument
359 if (!steps--) in pt_insn_range_is_contiguous()
/freebsd-12.1/crypto/openssl/ssl/statem/
H A DREADME21 event of NBIO events; handling the common flow of steps for reading a
22 message and the common flow of steps for writing a message etc
/freebsd-12.1/crypto/openssh/
H A Dxmss_wots.c71 …gned char *out, const unsigned char *in, unsigned int start, unsigned int steps, const wots_params… in gen_chain() argument
77 for (i = start; i < (start+steps) && i < params->w; i++) { in gen_chain()
/freebsd-12.1/crypto/openssl/
H A DREADME59 If you have any problems with OpenSSL then please take the following steps
75 - Problem Description (steps that will reproduce the problem, if known)
/freebsd-12.1/contrib/tcsh/
H A DREADME.imake2 If you have imake running on your machine, you may skip steps 1 and 2
/freebsd-12.1/contrib/netbsd-tests/fs/tmpfs/
H A DREADME13 remove the need to do the mount/unmount steps in each and every test case.

12345678