Home
last modified time | relevance | path

Searched full:step (Results 1 – 25 of 1813) sorted by relevance

12345678910>>...73

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.h30 /* STEP(step, h, x, y) */ \
31 STEP( 1, UINT64_C(0x0000000000000014), 0.005, 0.000001240643750) \
32 STEP( 2, UINT64_C(0x00000000000000a5), 0.010, 0.000009850600000) \
33 STEP( 3, UINT64_C(0x0000000000000229), 0.015, 0.000032995181250) \
34 STEP( 4, UINT64_C(0x0000000000000516), 0.020, 0.000077619200000) \
35 STEP( 5, UINT64_C(0x00000000000009dc), 0.025, 0.000150449218750) \
36 STEP( 6, UINT64_C(0x00000000000010e8), 0.030, 0.000257995800000) \
37 STEP( 7, UINT64_C(0x0000000000001aa4), 0.035, 0.000406555756250) \
38 STEP( 8, UINT64_C(0x0000000000002777), 0.040, 0.000602214400000) \
39 STEP( 9, UINT64_C(0x00000000000037c2), 0.045, 0.000850847793750) \
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_md5.cpp21 #define STEP(f, a, b, c, d, x, t, s) \ macro
57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
64 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
65 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp61 #define STEP(f, a, b, c, d, x, t, s) \ macro
99 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body()
100 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body()
101 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body()
102 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body()
103 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body()
104 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body()
105 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body()
106 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body()
107 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body()
[all …]
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement_test.cpp53 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
66 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
67 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
77 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
78 REQUIRE_API_ERROR("sqlite3_step", stmt.step()); in ATF_TEST_CASE_BODY()
113 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
126 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
129 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
140 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_params_generate.c102 /* Step (2): choose h (where 1 < h)*/ in generate_unverifiable_g()
107 /* Step (3): g = h^e % p */ in generate_unverifiable_g()
110 /* Step (4): Finish if g > 1 */ in generate_unverifiable_g()
114 /* Step (2) Choose any h in the range 1 < h < (p-1) */ in generate_unverifiable_g()
152 * A.2.3 Step (4) & (5) in generate_canonical_g()
153 * A.2.4 Step (6) & (7) in generate_canonical_g()
158 * A.2.3 Step (7) & (8) & (9) in generate_canonical_g()
159 * A.2.4 Step (9) & (10) & (11) in generate_canonical_g()
177 * A.2.3 Step (10) in generate_canonical_g()
178 * A.2.4 Step (12) in generate_canonical_g()
[all …]
/freebsd/contrib/ntp/html/
H A Dclock.html18 <li class="inline"><a href="#step">Step and Stepout Thresholds</a></li>
26 …and frequency are determined using three thresholds: <em>panic</em>, <em>step</em> and <em>stepou…
29 <h4 id="step"> Step and Stepout Thresholds</h4>
30 …et spike exceeds the step threshold, by default 128 ms, the spike is discarded. However, if off…
31step has been extremely rare and almost always the result of a hardware failure or operator error.…
32 <p>Historically, the most important application of the step function was when a leap second was ins…
43 <dt>Step interval</dt>
44step threshold. The interval continues as long as offsets are received that are greater than the s…
58step threshold has occurred. Ignore the update and continue in this state as long as updates great…
/freebsd/usr.bin/ctags/
H A Dctags.c84 int step; /* step through args */ in main() local
142 for (exit_val = step = 0; step < argc; ++step) in main()
143 if (!(inf = fopen(argv[step], "r"))) { in main()
144 warn("%s", argv[step]); in main()
148 curfile = argv[step]; in main()
149 find_entries(argv[step]); in main()
181 for (step in main()
[all...]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp32 // ThreadPlanStepInRange: Step through a stack range, either stepping over or
41 "Step Range stepping in", thread, range, addr_context, in ThreadPlanStepInRange()
101 s->Printf("step in"); in GetDescription()
129 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
152 // If we've just completed a virtual step, all we need to do is check for a in ShouldStop()
154 // FIXME - This can be both a step in and a step out. Probably should in ShouldStop()
180 // Otherwise check the ShouldStopHere for step out: in ShouldStop()
186 "ShouldStopHere found plan to step out of this frame."); in ShouldStop()
188 LLDB_LOGF(log, "ShouldStopHere no plan to step out of this frame."); in ShouldStop()
195 // If we are not in a place we should step through, we're done. One in ShouldStop()
[all …]
H A DThreadPlanStepThrough.cpp23 // ThreadPlanStepThrough: If the current instruction is a trampoline, step
24 // through it If it is the beginning of the prologue of a function, step
31 "Step through trampolines and prologues", thread, in ThreadPlanStepThrough()
38 // If we don't get a valid step through plan, don't bother to set up a in ThreadPlanStepThrough()
62 return_bp->SetBreakpointKind("step-through-backstop"); in ThreadPlanStepThrough()
64 Log *log = GetLog(LLDBLog::Step); in ThreadPlanStepThrough()
98 Log *log = GetLog(LLDBLog::Step); in LookForPlanToStepThroughFromCurrentPC()
104 LLDB_LOGF(log, "Found step through plan from 0x%" PRIx64 ": %s", in LookForPlanToStepThroughFromCurrentPC()
108 "Couldn't find step through plan from address 0x%" PRIx64 ".", in LookForPlanToStepThroughFromCurrentPC()
117 s->Printf("Step through"); in GetDescription()
[all …]
H A DThreadPlanStepOverRange.cpp29 // ThreadPlanStepOverRange: Step through a stack range, either stepping over or
37 "Step range stepping over", thread, range, in ThreadPlanStepOverRange()
55 s->Printf("step over"); in GetDescription()
96 // Step Over plans should always avoid no-debug on step in. Seems like you in SetupAvoidNoDebug()
97 // shouldn't have to say this, but a tail call looks more like a step in that in SetupAvoidNoDebug()
98 // a step out, so we want to catch this case. in SetupAvoidNoDebug()
128 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
152 // because the trampoline confused the backtracer. As below, we step in ShouldStop()
202 // here. It is probably easiest to step into the stub, and then it will in ShouldStop()
203 // be straight-forward to step out. in ShouldStop()
[all …]
H A DThreadPlanStepInstruction.cpp21 // ThreadPlanStepInstruction: Step over the current instruction
29 "Step over single instruction", thread, report_stop_vote, in ThreadPlanStepInstruction()
63 s->Printf("instruction step over"); in GetDescription()
65 s->Printf("instruction step into"); in GetDescription()
99 Log *log = GetLog(LLDBLog::Step); in IsPlanStale()
115 // over, then we need to continue, but if we are doing just one step, we're in IsPlanStale()
131 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
157 // We've stepped in, step back out again: in ShouldStop()
162 // next-instruction shouldn't step out of inlined functions. But we in ShouldStop()
164 // function, and we do want to step out of that... in ShouldStop()
[all …]
H A DThreadPlanStepOut.cpp34 // ThreadPlanStepOut: Step out of the current frame
40 : ThreadPlan(ThreadPlan::eKindStepOut, "Step out", thread, report_stop_vote, in ThreadPlanStepOut()
47 Log *log = GetLog(LLDBLog::Step); in ThreadPlanStepOut()
68 // If this happens, log the issue and defensively refuse to step out. in ThreadPlanStepOut()
70 LLDB_LOG(log, "Can't step out of frame with artificial ancestors"); in ThreadPlanStepOut()
81 // that frame and then step out. in ThreadPlanStepOut()
149 return_bp->SetBreakpointKind("step-out"); in ThreadPlanStepOut()
198 s->Printf("step out"); in GetDescription()
270 // If the step out plan is done, then we just need to step throug in DoPlanExplainsStop()
[all...]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dti-tsc-adc.txt15 programmable steps each step is used to
41 ti,charge-delay: Length of touch screen charge delay step in terms of
49 charge step, so this does in fact function as a
54 ti,chan-step-opendelay: List of open delays for each channel of
58 step configuration registers and before
61 ti,chan-step-sampledelay: List of sample delays for each channel
67 ti,chan-step-avg: Number of averages to be performed for each
87 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>;
88 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>;
89 ti,chan-step-avg = <16 2 4 8>;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp38 "MacOSX Step through ObjC Trampoline", thread, eVoteNoOpinion, in AppleThreadPlanStepThroughObjCTrampoline()
91 s->Printf("Step through ObjC trampoline"); in GetDescription()
133 Log *log = GetLog(LLDBLog::Step); in ShouldStop()
229 // setting a breakpoint on objc_msgSend, and doing a "step out". If we stop
230 // at objc_msgSend, we can step through to the target of the send, and see if
239 // first step.
247 0 /* Step out of zeroth frame */, in AppleThreadPlanStepThroughDirectDispatch()
251 true /* Run to branch for inline step out */, in AppleThreadPlanStepThroughDirectDispatch()
267 // We'll set the step-out plan in the DidPush so it gets queued in the right in AppleThreadPlanStepThroughDirectDispatch()
274 // We only care about step i in AppleThreadPlanStepThroughDirectDispatch()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDelinearization.h30 /// the memory access function of this SCEVAddRecExpr (second step of
37 /// Collect parametric terms occurring in step expressions (first step of
43 /// (third step of delinearization).
50 /// The delinearization is a 3 step process: the first two steps compute the
51 /// sizes of each subscript and the third step computes the access functions
54 /// 1. Find the terms in the step functions
57 /// starting with the innermost dimensions found in step 2. The Quotient
58 /// is the SCEV to be divided in the next step of the recursion. The
60 /// array dimensions computed in step 2.
63 /// object, one can collect in step 1 all the step terms for all the memory
[all …]
/freebsd/share/man/man4/
H A Dpcic.451 .Bl -tag -width "Intel i82365SL Step A" -compact
52 .It Intel i82365SL Step A
53 .It Intel i82365SL Step B
54 .It Intel i82365SL Step C
67 Compatible with the i82365SL Step C with the addition of a different
72 These are compatible with the i82365SL Step C, but with yet another
76 Compatible with i82365SL Step C.
92 .Bl -tag -width "Intel i82365SL Step A" -compact
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h44 /// thread won't stop in during "step-in" operations.
192 /// this thread is going to do for any particular step, however if this thread
534 /// step in, else do a single instruction step in.
538 /// debug info, else step into any code regardless of whether it
542 /// If \a true, then if you step out to code with no debug info, keep
559 /// step over, else do a single instruction step over.
573 /// The frame index to step out of.
652 /// Queues the plan used to step one instruction from the current PC of \a
656 /// \b true if we step over calls to functions, false if we step in.
664 /// \b true if we will stop other threads while we single step this one.
[all …]
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh129 # Step 0 - verify that sensor is registered
133 # Step 1 - update the refresh-timeout and verify
140 # Step 2 - verify that we can read sensor's value
145 # Step 3 - verify that changes in sensor value are seen
151 # Step 4 - if sensor provides hw limit, make sure we can read it
158 # Step 5 - if sensor provides hw limit, make sure it works
175 # Step 6 - verify that we return to normal state
192 # Step 7 - verify that we can set our own limit
201 # Step 8 - make sure user-set limit works
218 # Step 9 - verify that we return to normal state
[all …]
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dmaxim,max77693.yaml41 Valid values: 3300 - 5500, step by 25 (rounded down)
52 Valid values: 2400 - 3400, step by 33 (rounded down)
76 15625 - 250000, step by 15625 (rounded down)
78 15625 - 500000, step by 15625 (rounded down)
84 15625 - 1000000, step by 15625 (rounded down)
86 15625 - 1250000, step by 15625 (rounded down)
88 15625 - 625000, step by 15625 (rounded down)
92 Valid values: 62500 - 1000000, step by 62500 (rounded down)
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77693.txt53 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
57 Valid values: 3000000 - 3700000, step by 100000 (rounded down)
68 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
99 Valid values: 3300 - 5500, step by 25 (rounded down)
104 Valid values: 2400 - 3400, step by 33 (rounded down)
112 15625 - 250000, step by 15625 (rounded down)
114 15625 - 500000, step by 15625 (rounded down)
118 15625 - 1000000, step by 15625 (rounded down)
120 15625 - 1250000, step by 15625 (rounded down)
122 15625 - 625000, step by 15625 (rounded down)
[all …]
/freebsd/lib/libvgl/
H A Dsimple.c166 * Symmetric Double Step Line Algorithm by Brian Wyvill from
188 int sign_x, sign_y, step, reverse, i; in VGLLine() local
194 step = 1; in VGLLine()
196 step = -1; in VGLLine()
251 plot(object, ++x, y += step, reverse, in VGLLine()
255 plot(object, --x1, y1 -= step, reverse, in VGLLine()
259 plot(object, x, y += step, reverse, color); in VGLLine()
262 plot(object, x1, y1 -= step, reverse, in VGLLine()
282 plot(object, ++x, y += step, reverse, color); in VGLLine()
287 plot(object, ++x, y += step, reverse, color); in VGLLine()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti,am3359-adc.yaml33 ti,chan-step-opendelay:
36 to wait after applying the step configuration registers and before sending
42 ti,chan-step-sampledelay:
50 ti,chan-step-avg:
72 ti,chan-step-opendelay = <0x098 0x3ffff 0x098 0x0>;
73 ti,chan-step-sampledelay = <0xff 0x0 0xf 0x0>;
74 ti,chan-step-avg = <16 2 4 8>;
/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_gen.c87 /* (Step 1) Check key length in ossl_rsa_fips186_4_gen_prob_primes()
101 /* (Step 3) Determine strength and check rand generator strength is ok - in ossl_rsa_fips186_4_gen_prob_primes()
102 * this step is redundant because the generator always returns a higher in ossl_rsa_fips186_4_gen_prob_primes()
124 /* (Step 4) Generate p, Xp */ in ossl_rsa_fips186_4_gen_prob_primes()
129 /* (Step 5) Generate q, Xq*/ in ossl_rsa_fips186_4_gen_prob_primes()
134 /* (Step 6) |Xp - Xq| > 2^(nbitlen/2 - 100) */ in ossl_rsa_fips186_4_gen_prob_primes()
141 /* (Step 6) |p - q| > 2^(nbitlen/2 - 100) */ in ossl_rsa_fips186_4_gen_prob_primes()
219 * 6.3.1.3 rsakpg1 - crt (Step 5)
264 /* (Step 3) d = (e^-1) mod (LCM(p-1, q-1)) */ in ossl_rsa_sp800_56b_derive_params_from_pq()
272 /* (Step 3) return an error if d is too small */ in ossl_rsa_sp800_56b_derive_params_from_pq()
[all …]
H A Drsa_sp800_56b_check.c21 * 6.4.1.2.3: rsakpv1-crt Step 7
22 * 6.4.1.3.3: rsakpv2-crt Step 7
134 * See SP800-56Br1 6.4.1.2.3 Step 5 (a to d) & (e to h).
143 /* (Step 5c) (√2)(2^(nbits/2 - 1) <= p <= 2^(nbits/2 - 1) */ in ossl_rsa_check_prime_factor()
158 /* (Step 5d) GCD(p-1, e) = 1 */ in ossl_rsa_check_prime_factor()
172 * (Step 6a) 2^(nBit/2) < d < LCM(p–1, q–1).
173 * (Step 6b) 1 = (d*e) mod LCM(p–1, q–1)
180 /* (Step 6a) 2^(nbits/2) < d */ in ossl_rsa_check_private_exponent()
206 /* (Step 6a) d < LCM(p - 1, q - 1) */ in ossl_rsa_check_private_exponent()
208 /* (Step 6b) 1 = (e . d) mod LCM(p - 1, q - 1) */ in ossl_rsa_check_private_exponent()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dhisi504-nand.txt17 - nand-ecc-strength: Number of bits to correct per ECC step.
18 - nand-ecc-step-size: Number of data bytes covered by a single ECC step.
20 The following ECC strength and step size are currently supported:
22 - nand-ecc-strength = <16>, nand-ecc-step-size = <1024>
36 nand-ecc-step-size = <1024>;

12345678910>>...73