Searched refs:test_i (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Dstep-test.exp93 ### test_i NAME COMMAND HERE THERE
106 proc test_i {name command here there} {
128 test_i "stepi to next line" "stepi" \
131 test_i "stepi into function" "stepi" \
138 test_i "stepi into function's first source line" "stepi" \
168 test_i "$test" "stepi" \
176 test_i "nexti over function" "nexti" \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dstep-test.exp93 ### test_i NAME COMMAND HERE THERE
106 proc test_i {name command here there} {
128 test_i "stepi to next line" "stepi" \
131 test_i "stepi into function" "stepi" \
138 test_i "stepi into function's first source line" "stepi" \
168 test_i "$test" "stepi" \
176 test_i "nexti over function" "nexti" \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dstep-test.exp93 ### test_i NAME COMMAND HERE THERE
106 proc test_i {name command here there} {
128 test_i "stepi to next line" "stepi" \
131 test_i "stepi into function" "stepi" \
138 test_i "stepi into function's first source line" "stepi" \
168 test_i "$test" "stepi" \
176 test_i "nexti over function" "nexti" \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/ldb_tdb/
H A Dldb_index.c50 size_t min_i, max_i, test_i; local
62 test_i = (min_i + max_i) / 2;
69 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
72 while (test_i > 0 &&
73 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
74 test_i--;
76 return test_i;
79 if (test_i == 0) {
82 max_i = test_i - 1;
85 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/ldb_tdb/
H A Dldb_index.c50 size_t min_i, max_i, test_i; local
62 test_i = (min_i + max_i) / 2;
69 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
72 while (test_i > 0 &&
73 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
74 test_i--;
76 return test_i;
79 if (test_i == 0) {
82 max_i = test_i - 1;
85 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/ldb_tdb/
H A Dldb_index.c50 size_t min_i, max_i, test_i; local
62 test_i = (min_i + max_i) / 2;
69 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
72 while (test_i > 0 &&
73 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
74 test_i--;
76 return test_i;
79 if (test_i == 0) {
82 max_i = test_i - 1;
85 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/ldb_tdb/
H A Dldb_index.c373 size_t min_i, max_i, test_i; local
385 test_i = (min_i + max_i) / 2;
392 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
395 while (test_i > 0 &&
396 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
397 test_i--;
399 return test_i;
402 if (test_i == 0) {
405 max_i = test_i - 1;
408 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/ldb_tdb/
H A Dldb_index.c373 size_t min_i, max_i, test_i; local
385 test_i = (min_i + max_i) / 2;
392 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
395 while (test_i > 0 &&
396 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
397 test_i--;
399 return test_i;
402 if (test_i == 0) {
405 max_i = test_i - 1;
408 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/ldb_tdb/
H A Dldb_index.c373 size_t min_i, max_i, test_i; local
385 test_i = (min_i + max_i) / 2;
392 r = comp_fn(needle, *(void * const *)(base_p + (size * test_i)));
395 while (test_i > 0 &&
396 comp_fn(needle, *(void * const *)(base_p + (size * (test_i-1)))) == 0) {
397 test_i--;
399 return test_i;
402 if (test_i == 0) {
405 max_i = test_i - 1;
408 min_i = test_i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/d10v/
H A Dd10v_sim.h436 int test_i = i < 0 ? i : ~((i) - 1); \
437 if (PSW_MD && GPR (x) == (MOD_E & test_i)) \
438 SET_GPR (x, MOD_S & test_i); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/d10v/
H A Dd10v_sim.h436 int test_i = i < 0 ? i : ~((i) - 1); \
437 if (PSW_MD && GPR (x) == (MOD_E & test_i)) \
438 SET_GPR (x, MOD_S & test_i); \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/d10v/
H A Dd10v_sim.h436 int test_i = i < 0 ? i : ~((i) - 1); \
437 if (PSW_MD && GPR (x) == (MOD_E & test_i)) \
438 SET_GPR (x, MOD_S & test_i); \

Completed in 141 milliseconds