| /freebsd-14.2/contrib/kyua/utils/sqlite/ |
| H A D | statement_test.cpp | 53 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-14.2/usr.bin/ctags/ |
| H A D | ctags.c | 97 int step; /* step through args */ in main() local 155 for (exit_val = step = 0; step < argc; ++step) in main() 157 warn("%s", argv[step]); in main() 161 curfile = argv[step]; in main() 162 find_entries(argv[step]); in main() 194 for (step = 0; step < argc; step++) { in main() 198 if (regcomp(regx + step, lbuf, in main() 204 for (step = 0; step < argc; step++) in main() 205 if (regexec(regx + step, in main() 210 for (step = 0; step < argc; step++) in main() [all …]
|
| /freebsd-14.2/sbin/ipf/libipf/ |
| H A D | interror.c | 529 int l = -1, r = IPF_NUM_ERRORS + 1, step; in find_error() local 530 step = (r - l) / 2;; in find_error() 532 while (step != 0) { in find_error() 533 ie = ipf_errors + l + step; in find_error() 536 step = l + step; in find_error() 538 r = step; in find_error() 540 l = step; in find_error() 541 step = (r - l) / 2;; in find_error()
|
| /freebsd-14.2/lib/libvgl/ |
| H A D | simple.c | 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() 262 plot(object, x1, y1 -= step, reverse, in VGLLine() 306 plot(object, x, y += step, reverse, color); in VGLLine() 316 plot(object, ++x, y += step, reverse, in VGLLine() 321 plot(object, --x1, y1 -= step, reverse, in VGLLine() 339 plot(object, ++x, y += step, reverse, in VGLLine() [all …]
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | jobs-empty-commands.mk | 13 all: .PHONY step-1 15 step-$i: .PHONY step-${i_plus_1} 17 step-100: .PHONY
|
| /freebsd-14.2/lib/libnv/ |
| H A D | msgio.c | 366 unsigned int i, step, j; in fd_recv() local 374 ret = i = step = 0; in fd_recv() 377 step = PKG_MAX_SIZE; in fd_recv() 379 step = nfds - i; in fd_recv() 380 ret = fd_package_recv(sock, fds + i, step); in fd_recv() 389 i += step; in fd_recv() 398 unsigned int i, step; in fd_send() local 406 ret = i = step = 0; in fd_send() 409 step = PKG_MAX_SIZE; in fd_send() 411 step = nfds - i; in fd_send() [all …]
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | hisi504-nand.txt | 17 - 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 D | mtk-nand.txt | 50 - 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-14.2/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | tps51632-regulator.txt | 9 - 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-14.2/contrib/kyua/store/ |
| H A D | read_transaction.cpp | 83 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 D | write_transaction_test.cpp | 90 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-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | ti,am3359-adc.yaml | 33 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-14.2/sys/contrib/device-tree/Bindings/input/touchscreen/ |
| H A D | ti-tsc-adc.txt | 15 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-14.2/sys/contrib/device-tree/Bindings/leds/ |
| H A D | maxim,max77693.yaml | 41 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-14.2/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | max77693.txt | 53 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-14.2/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_inherit_002_pos.ksh | 144 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0 167 step=0 171 step=1 245 step=0 291 if (( step > 0 )); then 292 (( count = count + step ))
|
| H A D | zfs_acl_chmod_inherit_003_pos.ksh | 145 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0 168 step=0 172 step=1 256 step=0 304 if (( step > 0 )); then 305 (( count = count + step ))
|
| /freebsd-14.2/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 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() 469 b1 += step; in speeddisk() 478 b0 += step; in speeddisk() [all …]
|
| /freebsd-14.2/usr.bin/last/ |
| H A D | last.c | 421 ARG *step; in want() local 429 for (step = arglist; step; step = step->next) in want() 430 switch(step->type) { in want() 437 if (!strcasecmp(step->name, bp->ut_host)) in want() 441 if (!strcmp(step->name, bp->ut_line)) in want() 445 if (!strcmp(step->name, bp->ut_user)) in want()
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | lammps | 24 >>>>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-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_blake2sp_ref.c | 302 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()
|
| H A D | archive_blake2s_ref.c | 310 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()
|
| /freebsd-14.2/tools/regression/kgssapi/ |
| H A D | gsstest.c | 43 int step; /* test step number */ member 185 args.step = 1; in main() 212 args.step = 2; in main() 238 args.step = 3; in main() 265 args.step = 4; in main() 283 args.step = 5; in main()
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | buttons.c | 284 dlg_button_x_step(const char **labels, int limit, int *gap, int *margin, int *step) in dlg_button_x_step() argument 307 *step = *gap + (used + count - 1) / count; in dlg_button_x_step() 321 int gap, margin, step; in dlg_button_layout() local 326 while (!dlg_button_x_step(labels, width, &gap, &margin, &step)) in dlg_button_layout() 348 int step = 0; in dlg_draw_buttons() local 365 step = 1; in dlg_draw_buttons() 367 dlg_button_x_step(labels, limit, &gap, &margin, &step); in dlg_draw_buttons() 402 if ((y += step) > limit) in dlg_draw_buttons() 405 if ((x += step) > limit) in dlg_draw_buttons()
|
| /freebsd-14.2/sys/crypto/skein/ |
| H A D | skein_debug.c | 19 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()
|