/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement_test.cpp | 53 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 D | ctags.c | 84 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 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/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() 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 D | msgio.c | 365 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/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/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/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/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/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/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/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
H A D | zfs_acl_chmod_inherit_002_pos.ksh | 141 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 ))
|
H A D | zfs_acl_chmod_inherit_003_pos.ksh | 142 typeset -i count=0 pass=0 passcnt=0 isinherit=0 maxnumber=4 step=0 165 step=0 169 step=1 253 step=0 301 if (( step > 0 )); then 302 (( count = count + step ))
|
/freebsd/usr.sbin/diskinfo/ |
H A D | diskinfo.c | 419 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 D | last.c | 420 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)) in want() 440 if (!strcmp(step->name, bp->ut_line)) in want() 444 if (!strcmp(step->name, bp->ut_user)) in want()
|
/freebsd/contrib/kyua/utils/process/ |
H A D | executor_pid_test.cpp | 34 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 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/contrib/libarchive/libarchive/ |
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()
|
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()
|
/freebsd/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/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/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()
|
/freebsd/contrib/cortex-strings/scripts/ |
H A D | bench.py | 145 for step in [step1, step2]: 146 if step: 148 steps = int(round(math.log(args.limit) / math.log(step))) 149 bytes.extend([int(step**x) for x in range(0, steps+1)])
|