Home
last modified time | relevance | path

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

12345678910>>...20

/freebsd-13.1/contrib/kyua/utils/sqlite/
H A Dstatement_test.cpp53 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()
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()
140 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
159 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
165 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
179 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-13.1/usr.bin/ctags/
H A Dctags.c96 int step; /* step through args */ in main() local
151 for (exit_val = step = 0; step < argc; ++step) in main()
153 warn("%s", argv[step]); in main()
157 curfile = argv[step]; in main()
158 find_entries(argv[step]); in main()
178 for (step = 0; step < argc; step++) { in main()
182 if (regcomp(regx + step, lbuf, in main()
188 for (step = 0; step < argc; step++) in main()
189 if (regexec(regx + step, in main()
194 for (step = 0; step < argc; step++) in main()
[all …]
/freebsd-13.1/sbin/ipf/libipf/
H A Dinterror.c527 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local
528 step = (r - l) / 2;; in find_error()
530 while (step != 0) { in find_error()
531 ie = ipf_errors + l + step; in find_error()
534 step = l + step; in find_error()
536 r = step; in find_error()
538 l = step; in find_error()
539 step = (r - l) / 2;; in find_error()
/freebsd-13.1/lib/libvgl/
H A Dsimple.c190 int sign_x, sign_y, step, reverse, i; in VGLLine() local
196 step = 1; in VGLLine()
198 step = -1; in VGLLine()
253 plot(object, ++x, y += step, reverse, in VGLLine()
257 plot(object, --x1, y1 -= step, reverse, in VGLLine()
264 plot(object, x1, y1 -= step, reverse, in VGLLine()
308 plot(object, x, y += step, reverse, color); in VGLLine()
318 plot(object, ++x, y += step, reverse, in VGLLine()
323 plot(object, --x1, y1 -= step, reverse, in VGLLine()
341 plot(object, ++x, y += step, reverse, in VGLLine()
[all …]
/freebsd-13.1/lib/libnv/
H A Dmsgio.c368 unsigned int i, step, j; in fd_recv() local
376 ret = i = step = 0; in fd_recv()
379 step = PKG_MAX_SIZE; in fd_recv()
381 step = nfds - i; in fd_recv()
382 ret = fd_package_recv(sock, fds + i, step); in fd_recv()
391 i += step; in fd_recv()
400 unsigned int i, step; in fd_send() local
408 ret = i = step = 0; in fd_send()
411 step = PKG_MAX_SIZE; in fd_send()
413 step = nfds - i; in fd_send()
[all …]
/freebsd-13.1/contrib/bmake/unit-tests/
H A Djobs-empty-commands.mk13 all: .PHONY step-1
15 step-$i: .PHONY step-${i_plus_1}
17 step-100: .PHONY
/freebsd-13.1/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-13.1/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-13.1/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 …]
H A Dwrite_transaction_test.cpp90 ATF_REQUIRE(stmt.step()); in do_put_result_ok_test()
97 ATF_REQUIRE(!stmt.step()); in do_put_result_ok_test()
198 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
206 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
253 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
281 ATF_REQUIRE(stmt.step()); in ATF_TEST_CASE_BODY()
287 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
309 ATF_REQUIRE(!stmt.step()); in ATF_TEST_CASE_BODY()
/freebsd-13.1/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-13.1/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-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_002_pos.ksh146 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0
169 step=0
173 step=1
247 step=0
293 if (( step > 0 )); then
294 (( count = count + step ))
H A Dzfs_acl_chmod_inherit_003_pos.ksh147 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0
170 step=0
174 step=1
258 step=0
306 if (( step > 0 )); then
307 (( count = count + step ))
/freebsd-13.1/usr.sbin/diskinfo/
H A Ddiskinfo.c424 if (step > 16384) in speeddisk()
425 step = 16384; in speeddisk()
433 b1 = sectorcount - step; in speeddisk()
437 b0 += step; in speeddisk()
439 b1 -= step; in speeddisk()
449 b0 += step; in speeddisk()
451 b1 += step; in speeddisk()
460 b0 += step; in speeddisk()
462 b1 += step; in speeddisk()
471 b0 += step; in speeddisk()
[all …]
/freebsd-13.1/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl392 mov $step,#16
394 cclr $step,eq
400 vld1.8 {$dat},[$inp],$step
461 cclr $step,eq
466 vld1.8 {q8},[$inp],$step
498 cclr $step,eq
505 vld1.8 {q8},[$inp],$step
730 mov $step,#16
739 cclr $step,lo
843 mov $step,#16
[all …]
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dlammps24 >>>>0x18 lequad x First time step: %lld
31 >>>>0x18 bequad x First time step: %lld
39 >>>>0x1a lequad x First time step: %lld
46 >>>>0x1a bequad x First time step: %lld
64 >15 regex/16 [0-9]+ First time step: %s
/freebsd-13.1/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()
/freebsd-13.1/usr.bin/last/
H A Dlast.c455 ARG *step; in want() local
463 for (step = arglist; step; step = step->next) in want()
464 switch(step->type) { in want()
471 if (!strcasecmp(step->name, bp->ut_host)) in want()
475 if (!strcmp(step->name, bp->ut_line)) in want()
479 if (!strcmp(step->name, bp->ut_user)) in want()
/freebsd-13.1/tools/regression/kgssapi/
H A Dgsstest.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()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp174 uptr step = GetMmapGranularity(); in ProtectGap() local
175 while (size > step && addr < zero_base_max_shadow_start) { in ProtectGap()
176 addr += step; in ProtectGap()
177 size -= step; in ProtectGap()
/freebsd-13.1/contrib/dialog/
H A Dbuttons.c279 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step() argument
301 *step = *gap + (used + count - 1) / count; in dlg_button_x_step()
316 int gap, margin, step; in dlg_button_layout() local
319 while (!dlg_button_x_step(labels, width, &gap, &margin, &step)) in dlg_button_layout()
342 int step = 0; in dlg_draw_buttons() local
360 step = 1; in dlg_draw_buttons()
362 dlg_button_x_step(labels, limit, &gap, &margin, &step); in dlg_draw_buttons()
394 if ((y += step) > limit) in dlg_draw_buttons()
397 if ((x += step) > limit) in dlg_draw_buttons()
/freebsd-13.1/sys/crypto/skein/
H A Dskein_debug.c19 static void Show64_step(size_t cnt,const u64b_t *X,size_t step) in Show64_step() argument
22 for (i=j=0;i < cnt;i++,j+=step) in Show64_step()
36 size_t step = (xptr & 1) ? 2 : 1; in Show64_flag() local
37 if (step != 1) in Show64_flag()
41 Show64_step(cnt,X,step); in Show64_flag()

12345678910>>...20