Home
last modified time | relevance | path

Searched refs:off1 (Results 1 – 19 of 19) sorted by relevance

/dragonfly/usr.bin/cmp/
H A Dregular.c62 off_t pagemask, off1, off2; in c_regular() local
78 off1 = ROUNDPAGE(skip1); in c_regular()
83 if ((m1 = remmap(NULL, fd1, off1)) == NULL) { in c_regular()
103 p1 = m1 + (skip1 - off1); in c_regular()
123 off1 += MMAP_CHUNK; in c_regular()
124 if ((p1 = m1 = remmap(m1, fd1, off1)) == NULL) { in c_regular()
/dragonfly/sys/cpu/x86_64/include/
H A Dbus_dma.h754 bus_size_t off1,
760 bus_size_t off1,
766 bus_size_t off1,
772 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_1() argument
775 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_1()
807 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_2() argument
810 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_2()
842 bus_size_t off1, bus_space_handle_t bsh2, in bus_space_copy_region_4() argument
845 bus_space_handle_t addr1 = bsh1 + off1; in bus_space_copy_region_4()
/dragonfly/contrib/binutils-2.34/gas/
H A Dfrags.c488 valueT off1, const fragS *frag1, offsetT *offset) in frag_gtoffset_p() argument
491 if (frag2 == frag1 || off1 > frag1->fr_fix) in frag_gtoffset_p()
504 offsetT delta = off2 - off1; in frag_gtoffset_p()
522 *offset = (off2 - off1 - delta) * OCTETS_PER_BYTE; in frag_gtoffset_p()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c1444 tree ptr1, src1, str1, off1, len1, lhs1; in simplify_builtin_call() local
1477 str1 = string_constant (src1, &off1); in simplify_builtin_call()
1480 if (!host_integerp (off1, 1) in simplify_builtin_call()
1481 || compare_tree_int (off1, TREE_STRING_LENGTH (str1) - 1) > 0 in simplify_builtin_call()
1483 - tree_low_cst (off1, 1)) > 0 in simplify_builtin_call()
1503 off1 = size_zero_node; in simplify_builtin_call()
1556 TREE_STRING_POINTER (str1) + tree_low_cst (off1, 1), in simplify_builtin_call()
H A Dtree-ssa-loop-im.c1759 aff_tree off1, off2; in mem_refs_may_alias_p() local
1770 get_inner_reference_aff (mem1, &off1, &size1); in mem_refs_may_alias_p()
1772 aff_combination_expand (&off1, ttae_cache); in mem_refs_may_alias_p()
1774 aff_combination_scale (&off1, double_int_minus_one); in mem_refs_may_alias_p()
1775 aff_combination_add (&off2, &off1); in mem_refs_may_alias_p()
H A Dtree-data-ref.c552 tree off0, off1; in split_constant_offset_1() local
571 split_constant_offset (op1, &var1, &off1); in split_constant_offset_1()
573 *off = size_binop (ocode, off0, off1); in split_constant_offset_1()
603 split_constant_offset (poffset, &poffset, &off1); in split_constant_offset_1()
604 off0 = size_binop (PLUS_EXPR, off0, off1); in split_constant_offset_1()
1361 aff_tree off1, off2; in dr_may_alias_p() local
1363 get_inner_reference_aff (DR_REF (a), &off1, &size1); in dr_may_alias_p()
1365 aff_combination_scale (&off1, double_int_minus_one); in dr_may_alias_p()
1366 aff_combination_add (&off2, &off1); in dr_may_alias_p()
H A Dtree-ssa-loop-ivopts.c2010 unsigned HOST_WIDE_INT off0, off1, st; in strip_offset_1() local
2036 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2038 *offset = (code == MINUS_EXPR ? off0 - off1 : off0 + off1); in strip_offset_1()
2086 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2087 *offset = off1 * st; in strip_offset_1()
3820 unsigned HOST_WIDE_INT off1, off2; in difference_cost() local
3824 e1 = strip_offset (e1, &off1); in difference_cost()
3826 *offset += off1 - off2; in difference_cost()
H A Dtree-ssa-sccvn.c530 HOST_WIDE_INT off1 = 0, off2 = 0; in vn_reference_eq() local
540 off1 += vro1->off; in vn_reference_eq()
550 if (off1 != off2) in vn_reference_eq()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-forwprop.c1259 tree ptr1, src1, str1, off1, len1, lhs1; in simplify_builtin_call() local
1293 str1 = string_constant (src1, &off1); in simplify_builtin_call()
1296 if (!tree_fits_uhwi_p (off1) in simplify_builtin_call()
1297 || compare_tree_int (off1, TREE_STRING_LENGTH (str1) - 1) > 0 in simplify_builtin_call()
1299 - tree_to_uhwi (off1)) > 0 in simplify_builtin_call()
1319 off1 = size_zero_node; in simplify_builtin_call()
1373 TREE_STRING_POINTER (str1) + tree_to_uhwi (off1), in simplify_builtin_call()
H A Dmatch.pd1543 /* Associate (p +p off1) +p off2 as (p +p (off1 + off2)). */
3632 poly_int64 off0, off1;
3642 off1 += mem_ref_offset (base1).force_shwi ();
3672 || known_eq (off0, off1)
3678 (if (cmp == EQ_EXPR && (known_eq (off0, off1) || known_ne (off0, off1)))
3680 (if (cmp == NE_EXPR && (known_eq (off0, off1) || known_ne (off0, off1)))
3682 (if (cmp == LT_EXPR && (known_lt (off0, off1) || known_ge (off0, off1)))
3684 (if (cmp == LE_EXPR && (known_le (off0, off1) || known_gt (off0, off1)))
3686 (if (cmp == GE_EXPR && (known_ge (off0, off1) || known_lt (off0, off1)))
3688 (if (cmp == GT_EXPR && (known_gt (off0, off1) || known_le (off0, off1)))
[all …]
H A Dtree-ssa-loop-im.c1574 aff_tree off1, off2; in mem_refs_may_alias_p() local
1585 get_inner_reference_aff (mem1->mem.ref, &off1, &size1); in mem_refs_may_alias_p()
1587 aff_combination_expand (&off1, ttae_cache); in mem_refs_may_alias_p()
1589 aff_combination_scale (&off1, -1); in mem_refs_may_alias_p()
1590 aff_combination_add (&off2, &off1); in mem_refs_may_alias_p()
H A Dtree-ssa-scopedtables.c540 poly_int64 off1, sz1, max1; in equal_mem_array_ref_p() local
541 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); in equal_mem_array_ref_p()
552 return known_eq (off0, off1) && operand_equal_p (base0, base1, 0); in equal_mem_array_ref_p()
H A Dtree-data-ref.c598 tree off0, off1; in split_constant_offset_1() local
617 split_constant_offset (op1, &var1, &off1); in split_constant_offset_1()
619 *off = size_binop (ocode, off0, off1); in split_constant_offset_1()
650 split_constant_offset (poffset, &poffset, &off1); in split_constant_offset_1()
651 off0 = size_binop (PLUS_EXPR, off0, off1); in split_constant_offset_1()
2245 aff_tree off1, off2; in dr_may_alias_p() local
2247 get_inner_reference_aff (DR_REF (a), &off1, &size1); in dr_may_alias_p()
2249 aff_combination_scale (&off1, -1); in dr_may_alias_p()
2250 aff_combination_add (&off2, &off1); in dr_may_alias_p()
H A Dtree-ssa-alias.c2468 poly_offset_int off1 = mem_ref_offset (base); in stmt_kills_ref_p() local
2469 off1 <<= LOG2_BITS_PER_UNIT; in stmt_kills_ref_p()
2470 off1 += offset; in stmt_kills_ref_p()
2474 if (!off1.to_shwi (&offset) || !off2.to_shwi (&ref_offset)) in stmt_kills_ref_p()
H A Dtree-ssa-loop-ivopts.c2778 poly_int64 off0, off1; in strip_offset_1() local
2797 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2799 *offset = (code == MINUS_EXPR ? off0 - off1 : off0 + off1); in strip_offset_1()
2847 op1 = strip_offset_1 (op1, false, false, &off1); in strip_offset_1()
2848 *offset = off1 * st; in strip_offset_1()
H A Dtree-ssa-sccvn.c648 poly_int64 off1 = 0, off2 = 0; in vn_reference_eq() local
661 off1 += vro1->off; in vn_reference_eq()
674 if (maybe_ne (off1, off2)) in vn_reference_eq()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1927 u_int32_t off1; in ar9300_ppm_get_rssi_dump() local
1931 off1 = 0x2000; in ar9300_ppm_get_rssi_dump()
1934 off1 = 0x1000; in ar9300_ppm_get_rssi_dump()
1939 ((0xff & OS_REG_READ(ah, AR_PHY_CHAN_INFO_GAIN_0 + off1)) << 8) | in ar9300_ppm_get_rssi_dump()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcall.c7989 int off1 = 0, off2 = 0; in joust() local
8036 off1 = 1; in joust()
8043 conversion *t1 = cand1->convs[i + off1]; in joust()
8244 if (off1) in joust()
8285 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1) in joust()
8286 rank1 = CONVERSION_RANK (cand1->convs[i+off1]); in joust()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcall.c10052 int off1 = 0, off2 = 0; in joust() local
10115 off1 = 1; in joust()
10122 conversion *t1 = cand1->convs[i + off1]; in joust()
10333 conversion *t1 = cand1->convs[i + off1]; in joust()
10427 if (off1) in joust()
10476 if (CONVERSION_RANK (cand1->convs[i+off1]) > rank1) in joust()
10477 rank1 = CONVERSION_RANK (cand1->convs[i+off1]); in joust()