Home
last modified time | relevance | path

Searched refs:start1 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDmemrange.c24 mem_ranges_overlap (CORE_ADDR start1, int len1, 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()
HDmemrange.h43 extern int mem_ranges_overlap (CORE_ADDR start1, int len1,
/dragonfly/contrib/lvm2/dist/lib/format_text/
HDformat-text.c1186 uint64_t start1, mda_size1; /* First area - start of disk */ in _mda_setup() local
1210 start1 = LABEL_SCAN_SIZE; in _mda_setup()
1214 ((pe_start > start1) && (pe_start - start1 >= MDA_SIZE_MIN))) { in _mda_setup()
1215 mda_adjustment = start1 % pagesize; in _mda_setup()
1217 start1 += (pagesize - mda_adjustment); in _mda_setup()
1221 mda_adjustment = (mda_size1 + start1) % alignment; in _mda_setup()
1225 if (start1 + mda_size1 > disk_size) in _mda_setup()
1231 (((start1 + mda_size1) % alignment) == 0)) { in _mda_setup()
1234 if (start1 + mda_size1 > disk_size) in _mda_setup()
1239 if (start1 + mda_size1 > disk_size) { in _mda_setup()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDcp-gimplify.c1205 tree start1, end1, p1; in cxx_omp_clause_apply_fn() local
1209 start1 = arg1; in cxx_omp_clause_apply_fn()
1214 start1 = build4 (ARRAY_REF, inner_type, start1, in cxx_omp_clause_apply_fn()
1221 start1 = build_fold_addr_expr_loc (input_location, start1); in cxx_omp_clause_apply_fn()
1226 end1 = fold_build_pointer_plus (start1, end1); in cxx_omp_clause_apply_fn()
1228 p1 = create_tmp_var (TREE_TYPE (start1), NULL); in cxx_omp_clause_apply_fn()
1229 t = build2 (MODIFY_EXPR, TREE_TYPE (p1), p1, start1); in cxx_omp_clause_apply_fn()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcp-gimplify.c1766 tree start1, end1, p1; in cxx_omp_clause_apply_fn() local
1770 start1 = arg1; in cxx_omp_clause_apply_fn()
1775 start1 = build4 (ARRAY_REF, inner_type, start1, in cxx_omp_clause_apply_fn()
1782 start1 = build_fold_addr_expr_loc (input_location, start1); in cxx_omp_clause_apply_fn()
1787 end1 = fold_build_pointer_plus (start1, end1); in cxx_omp_clause_apply_fn()
1789 p1 = create_tmp_var (TREE_TYPE (start1)); in cxx_omp_clause_apply_fn()
1790 t = build2 (MODIFY_EXPR, TREE_TYPE (p1), p1, start1); in cxx_omp_clause_apply_fn()
/dragonfly/sys/platform/pc64/isa/
HDclock.c801 sysclock_t start1, end1, start2, end2; in do_calibrate_cputimer() local
805 old_tsc1 = do_measure(timer_latency, &start_lat1, &start1, in do_calibrate_cputimer()
821 end1 -= start1; in do_calibrate_cputimer()
/dragonfly/contrib/gcc-8.0/gcc/
HDgimple-ssa-store-merging.c451 HOST_WIDE_INT start1, start2, start_sub, end_sub, end1, end2, end; in perform_symbolic_merge() local
463 start1 = 0; 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()
487 end1 = start1 + (n1->range - 1); in perform_symbolic_merge()
507 n->range = end - MIN (start1, start2) + 1; in perform_symbolic_merge()
/dragonfly/sys/dev/disk/ncr/
HDncr.c1173 ncrcmd start1 [ 3]; member
6394 WRITESCRIPT(start1[0], SCR_INT ^ IFFALSE (0));