Home
last modified time | relevance | path

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

12345678910>>...25

/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/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/sbin/ipf/libipf/
H A Dinterror.c548 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
549 step = (r - l) / 2; in find_error()
551 while (step != 0) { in find_error()
552 ie = ipf_errors + l + step; in find_error()
555 step = l + step; in find_error()
557 r = step; in find_error()
559 l = step; in find_error()
560 step = (r - l) / 2; in find_error()
/freebsd/crypto/openssl/crypto/ml_dsa/
H A Dml_dsa_ntt.c131 int step; in ossl_ml_dsa_poly_ntt() local
135 for (step = 1; step < ML_DSA_NUM_POLY_COEFFICIENTS; step <<= 1) { in ossl_ml_dsa_poly_ntt()
138 for (i = 0; i < step; i++) { in ossl_ml_dsa_poly_ntt()
139 const uint32_t z_step_root = zetas_montgomery[step + i]; in ossl_ml_dsa_poly_ntt()
167 int i, j, k, offset, step = ML_DSA_NUM_POLY_COEFFICIENTS; in ossl_ml_dsa_poly_ntt_inverse() local
175 step >>= 1; in ossl_ml_dsa_poly_ntt_inverse()
177 for (i = 0; i < step; i++) { in ossl_ml_dsa_poly_ntt_inverse()
178 const uint32_t step_root = ML_DSA_Q - zetas_montgomery[step + (step - 1 - i)]; in ossl_ml_dsa_poly_ntt_inverse()
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_parity.c22 #define smask(step) ((1<<step)-1) argument
23 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
H A Ddestest.c193 #define smask(step) ((1<<step)-1) argument
194 #define pstep(x,step) (((x)&smask(step))^(((x)>>step)&smask(step))) argument
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-hash.mk59 all: step-{1,2,3,4,5}
60 step-1:
62 step-2:
64 step-3:
66 step-4:
68 step-5:
H A Djobs-empty-commands.mk13 all: .PHONY step-1
15 step-$i: .PHONY step-${i_plus_1}
17 step-100: .PHONY
/freebsd/lib/libvgl/
H A Dsimple.c188 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()
291 plot(object, --x1, y1 -= step, reverse, color); in VGLLine()
[all …]
/freebsd/lib/libnv/
H A Dmsgio.c365 unsigned int i, step, j; in fd_recv() local
373 ret = i = step = 0; in fd_recv()
376 step = PKG_MAX_SIZE; in fd_recv()
378 step = nfds - i; in fd_recv()
379 ret = fd_package_recv(sock, fds + i, step); in fd_recv()
388 i += step; in fd_recv()
397 unsigned int i, step; in fd_send() local
405 ret = i = step = 0; in fd_send()
408 step = PKG_MAX_SIZE; in fd_send()
410 step = nfds - i; in fd_send()
[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>;
H A Dmtk-nand.txt50 - nand-ecc-step-size: Number of data bytes covered by a single ECC step.
55 - nand-ecc-strength: Number of bits to correct per ECC step.
71 Q : nand-ecc-step-size.
75 this number depends on max ecc step size
77 If max ecc step size supported is 1024,
79 ecc step size is 512, then it should be
129 nand-ecc-step-size = <1024>;
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dtps51632-regulator.txt9 - ti,dvfs-step-20mV: The 20mV step voltage when PWM DVFS enabled. Missing this
10 will set 10mV step voltage in PWM DVFS mode. In normal mode, the voltage
11 step is 10mV as per datasheet.
26 ti,dvfs-step-20mV;
/freebsd/contrib/kyua/store/
H A Dread_transaction.cpp83 while (stmt.step()) { in get_env_vars()
107 while (stmt.step()) { in get_metadata()
132 if (!stmt.step()) in get_file()
141 const bool more = stmt.step(); in get_file()
169 while (stmt.step()) { in get_test_cases()
236 stmt.step(); in get_test_program()
245 const bool more = stmt.step(); in get_test_program()
286 _valid = _stmt.step(); in impl()
313 _pimpl->_valid = _pimpl->_stmt.step(); in operator ++()
407 if (stmt.step()) in get_test_case_file()
[all …]
/freebsd/contrib/bsddialog/lib/
H A Dslider.c68 unsigned long step; member
83 int i, step, tmpstep; in handlesliderctl() local
87 step = sliderctl->step; in handlesliderctl()
96 new_start = old_start + step; in handlesliderctl()
97 new_end = old_end + step; in handlesliderctl()
111 new_start = old_start - step; in handlesliderctl()
112 new_end = old_end - step; in handlesliderctl()
126 new_start = old_start + step; in handlesliderctl()
129 new_start = old_start - step; in handlesliderctl()
141 new_end = old_end + step; in handlesliderctl()
[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/sys/riscv/sifive/
H A Dsifive_ccache.c86 vm_offset_t step; in ccache_flush_range() local
96 step = min(PAGE_SIZE - (paddr & PAGE_MASK), len); in ccache_flush_range()
98 line < paddr + step; in ccache_flush_range()
101 sva += step; in ccache_flush_range()
102 len -= step; in ccache_flush_range()
/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/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_pos.ksh141 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0
164 step=0
168 step=1
242 step=0
288 if (( step > 0 )); then
289 (( count = count + step ))
/freebsd/usr.sbin/diskinfo/
H A Ddiskinfo.c419 off_t b0, b1, sectorcount, step; in speeddisk() local
430 step = 1ULL << (flsll(sectorcount / (4 * 200)) - 1); in speeddisk()
431 if (step > 16384) in speeddisk()
432 step = 16384; in speeddisk()
440 b1 = sectorcount - step; in speeddisk()
444 b0 += step; in speeddisk()
446 b1 -= step; in speeddisk()
456 b0 += step; in speeddisk()
458 b1 += step; in speeddisk()
467 b0 += step; in speeddisk()
[all …]
/freebsd/usr.bin/last/
H A Dlast.c420 ARG *step; in want() local
428 for (step = arglist; step; step = step->next) in want()
429 switch(step->type) { in want()
436 if (strcasecmp(step->name, bp->ut_host) == 0) in want()
440 if (strcmp(step->name, bp->ut_line) == 0) in want()
444 if (strcmp(step->name, bp->ut_user) == 0) in want()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor_pid_test.cpp34 2. Fork a lot, nearly wrapping the PID number space, so step 3 will re-use
35 a PID from step 1. Running the entire FreeBSD test suite is a more
36 realistic scenario for this step.
39 Without debugging, the tests in step 3 will reuse the context from step 1,
41 with stuff from step 1. When I found this bug, step 3 was
/freebsd/contrib/file/magic/Magdir/
H A Dlammps23 >>>>0x18 lequad x First time step: %lld
30 >>>>0x18 bequad x First time step: %lld
38 >>>>0x1a lequad x First time step: %lld
45 >>>>0x1a bequad x First time step: %lld
63 >15 regex/16 [0-9]+ First time step: %s
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2s_ref.c310 size_t i, step; in main() local
331 for(step = 1; step < BLAKE2S_BLOCKBYTES; ++step) { in main()
343 while (mlen >= step) { in main()
344 if ( (err = blake2s_update(&S, p, step)) < 0 ) { in main()
347 mlen -= step; in main()
348 p += step; in main()
H A Darchive_blake2sp_ref.c302 size_t i, step; in main() local
323 for(step = 1; step < BLAKE2S_BLOCKBYTES; ++step) { in main()
335 while (mlen >= step) { in main()
336 if ( (err = blake2sp_update(&S, p, step)) < 0 ) { in main()
339 mlen -= step; in main()
340 p += step; in main()

12345678910>>...25