Searched refs:start2 (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | memrange.c | 25 CORE_ADDR start2, int len2) in mem_ranges_overlap() argument 29 l = max (start1, start2); in mem_ranges_overlap() 30 h = min (start1 + len1, start2 + len2); in mem_ranges_overlap()
|
| HD | memrange.h | 44 CORE_ADDR start2, int len2);
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | cp-gimplify.c | 1206 tree start2 = NULL, p2 = NULL; in cxx_omp_clause_apply_fn() local 1210 start2 = arg2; in cxx_omp_clause_apply_fn() 1217 start2 = build4 (ARRAY_REF, inner_type, start2, in cxx_omp_clause_apply_fn() 1223 start2 = build_fold_addr_expr_loc (input_location, start2); in cxx_omp_clause_apply_fn() 1234 p2 = create_tmp_var (TREE_TYPE (start2), NULL); in cxx_omp_clause_apply_fn() 1235 t = build2 (MODIFY_EXPR, TREE_TYPE (p2), p2, start2); in cxx_omp_clause_apply_fn()
|
| /dragonfly/contrib/lvm2/dist/lib/format_text/ |
| HD | format-text.c | 1187 uint64_t start2, mda_size2; /* Second area - end of disk */ in _mda_setup() local 1295 start2 = disk_size - mda_size2; in _mda_setup() 1299 if (start2 < pe_end) { in _mda_setup() 1300 mda_size2 -= (pe_end - start2); in _mda_setup() 1301 start2 = pe_end; in _mda_setup() 1307 if (start2 < start1 + mda_size1) { in _mda_setup() 1308 mda_size2 -= (start1 + mda_size1 - start2); in _mda_setup() 1309 start2 = start1 + mda_size1; in _mda_setup() 1315 if (!add_mda(fmt, fmt->cmd->mem, mdas, pv->dev, start2, in _mda_setup() 1317 if (!dev_set(pv->dev, start2, in _mda_setup()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | cp-gimplify.c | 1767 tree start2 = NULL, p2 = NULL; in cxx_omp_clause_apply_fn() local 1771 start2 = arg2; in cxx_omp_clause_apply_fn() 1778 start2 = build4 (ARRAY_REF, inner_type, start2, in cxx_omp_clause_apply_fn() 1784 start2 = build_fold_addr_expr_loc (input_location, start2); in cxx_omp_clause_apply_fn() 1795 p2 = create_tmp_var (TREE_TYPE (start2)); in cxx_omp_clause_apply_fn() 1796 t = build2 (MODIFY_EXPR, TREE_TYPE (p2), p2, start2); in cxx_omp_clause_apply_fn()
|
| /dragonfly/sys/platform/pc64/isa/ |
| HD | clock.c | 801 sysclock_t start1, end1, start2, end2; in do_calibrate_cputimer() local 808 old_tsc2 = do_measure(timer_latency, &start_lat2, &start2, in do_calibrate_cputimer() 822 end2 -= start2; in do_calibrate_cputimer()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gimple-ssa-store-merging.c | 451 HOST_WIDE_INT start1, start2, start_sub, end_sub, end1, end2, end; in perform_symbolic_merge() local 464 if (!(n2->bytepos - n1->bytepos).is_constant (&start2)) in perform_symbolic_merge() 467 if (start1 < start2) in perform_symbolic_merge() 470 start_sub = start2 - start1; in perform_symbolic_merge() 475 start_sub = start1 - start2; in perform_symbolic_merge() 488 end2 = start2 + (n2->range - 1); in perform_symbolic_merge() 507 n->range = end - MIN (start1, start2) + 1; in perform_symbolic_merge()
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | req.c | 1328 start2: for (;;) { in prompt_info() 1338 goto start2; in prompt_info()
|