Home
last modified time | relevance | path

Searched refs:size1 (Results 1 – 25 of 31) sorted by relevance

12

/dragonfly/contrib/cvs-1.12/lib/
H A Dxsize.h56 xsum (size_t size1, size_t size2) in xsum() argument
58 size_t sum = size1 + size2; in xsum()
59 return (sum >= size1 ? sum : SIZE_MAX); in xsum()
67 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() argument
69 return xsum (xsum (size1, size2), size3); in xsum3()
77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() argument
79 return xsum (xsum (xsum (size1, size2), size3), size4); in xsum4()
87 xmax (size_t size1, size_t size2) in xmax() argument
91 return (size1 >= size2 ? size1 : size2); in xmax()
H A Dregex.c33 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
34 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/dragonfly/contrib/diffutils/lib/
H A Dxsize.h63 xsum (size_t size1, size_t size2) in xsum() argument
65 size_t sum = size1 + size2; in xsum()
66 return (sum >= size1 ? sum : SIZE_MAX); in xsum()
74 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() argument
76 return xsum (xsum (size1, size2), size3); in xsum3()
84 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() argument
86 return xsum (xsum (xsum (size1, size2), size3), size4); in xsum4()
94 xmax (size_t size1, size_t size2) in xmax() argument
98 return (size1 >= size2 ? size1 : size2); in xmax()
H A Dregex.c46 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
47 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-alias.h180 unsigned HOST_WIDE_INT size1, in ranges_overlap_p() argument
184 if (size1 == 0 || size2 == 0) in ranges_overlap_p()
191 && (size1 == (unsigned HOST_WIDE_INT)-1 in ranges_overlap_p()
192 || pos2 < (pos1 + (HOST_WIDE_INT) size1))) in ranges_overlap_p()
H A Dpoly-int.h2496 ranges_maybe_overlap_p (const T1 &pos1, const T2 &size1,
2499 if (maybe_in_range_p (pos2, pos1, size1))
2502 return maybe_ne (size1, POLY_INT_TYPE (T2) (0));
2512 ranges_known_overlap_p (const T1 &pos1, const T2 &size1,
2530 return (known_size_p (size1)
2534 size1_span::cast (size1))
2546 known_subrange_p (const T1 &pos1, const T2 &size1,
2552 return (known_gt (size1, POLY_INT_TYPE (T2) (0))
2554 || known_size_p (size1))
2557 && known_le (size1, size2)
[all …]
H A Dtree-ssa-alias.c2293 same_addr_size_stores_p (tree base1, poly_int64 offset1, poly_int64 size1, in same_addr_size_stores_p() argument
2321 || !known_size_p (size1) in same_addr_size_stores_p()
2326 if (maybe_ne (max_size1, size1) in same_addr_size_stores_p()
2331 if (maybe_ne (size1, size2)) in same_addr_size_stores_p()
2361 && known_eq (wi::to_poly_offset (DECL_SIZE (obj)), size1)); in same_addr_size_stores_p()
H A Dtree-affine.c964 aff_comb_cannot_overlap_p (aff_tree *diff, const poly_widest_int &size1, in aff_comb_cannot_overlap_p() argument
983 return known_le (size1, diff->offset); in aff_comb_cannot_overlap_p()
H A Dtree-ssa-loop-im.c1573 poly_widest_int size1, size2; in mem_refs_may_alias_p() local
1585 get_inner_reference_aff (mem1->mem.ref, &off1, &size1); in mem_refs_may_alias_p()
1592 if (aff_comb_cannot_overlap_p (&off2, size1, size2)) in mem_refs_may_alias_p()
H A Dipa-icf.c1730 unsigned size1, size2, i; in compare_phi_node() local
1759 size1 = gimple_phi_num_args (phi1); in compare_phi_node()
1762 if (size1 != size2) in compare_phi_node()
1765 for (i = 0; i < size1; ++i) in compare_phi_node()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons.c196 int size0, size1, offset; in dcons_init() local
200 size1 = size0 * 3 / 4; /* console port buffer */ in dcons_init()
202 dcons_init_port(0, offset, size1, buf, sc); in dcons_init()
203 offset += size1; in dcons_init()
204 dcons_init_port(1, offset, size0 - size1, buf, sc); in dcons_init()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5075 if (size1 != 0)
5162 if (startpos < size1 && startpos + range >= size1)
5165 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5182 register CHAR_T c = (size1 == 0 || startpos >= size1
5803 size2 = size1; in wcs_re_match_2_internal()
5805 size1 = 0; in wcs_re_match_2_internal()
5813 end1 = string1 + size1; in wcs_re_match_2_internal()
5838 if (stop <= size1) in wcs_re_match_2_internal()
5876 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5075 if (size1 != 0)
5162 if (startpos < size1 && startpos + range >= size1)
5165 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5182 register CHAR_T c = (size1 == 0 || startpos >= size1
5803 size2 = size1; in wcs_re_match_2_internal()
5805 size1 = 0; in wcs_re_match_2_internal()
5813 end1 = string1 + size1; in wcs_re_match_2_internal()
5838 if (stop <= size1) in wcs_re_match_2_internal()
5876 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c387 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5075 if (size1 != 0)
5162 if (startpos < size1 && startpos + range >= size1)
5165 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5182 register CHAR_T c = (size1 == 0 || startpos >= size1
5803 size2 = size1; in wcs_re_match_2_internal()
5805 size1 = 0; in wcs_re_match_2_internal()
5813 end1 = string1 + size1; in wcs_re_match_2_internal()
5838 if (stop <= size1) in wcs_re_match_2_internal()
5876 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c387 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5075 if (size1 != 0)
5162 if (startpos < size1 && startpos + range >= size1)
5165 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5182 register CHAR_T c = (size1 == 0 || startpos >= size1
5803 size2 = size1; in wcs_re_match_2_internal()
5805 size1 = 0; in wcs_re_match_2_internal()
5813 end1 = string1 + size1; in wcs_re_match_2_internal()
5838 if (stop <= size1) in wcs_re_match_2_internal()
5876 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5075 if (size1 != 0)
5162 if (startpos < size1 && startpos + range >= size1)
5165 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5182 register CHAR_T c = (size1 == 0 || startpos >= size1
5803 size2 = size1; in wcs_re_match_2_internal()
5805 size1 = 0; in wcs_re_match_2_internal()
5813 end1 = string1 + size1; in wcs_re_match_2_internal()
5838 if (stop <= size1) in wcs_re_match_2_internal()
5876 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/dragonfly/contrib/grep/lib/
H A Dregex.c46 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
47 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/dragonfly/usr.bin/sort/
H A Dsort.c769 size_t size1; in parse_k() local
772 size1 = sptr - s; in parse_k()
774 if (size1 < 1) in parse_k()
776 pos1 = sort_malloc((size1 + 1) * sizeof(char)); in parse_k()
778 strncpy(pos1, s, size1); in parse_k()
779 pos1[size1] = '\0'; in parse_k()
/dragonfly/usr.sbin/lpr/common_source/
H A Dctlinfo.c642 size_t size1; in ctl_renametf() local
645 size1 = tfstat.st_size; in ctl_renametf()
652 if (size1 != tfstat.st_size) in ctl_renametf()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-flow-inline.h1168 unsigned HOST_WIDE_INT size1, in ranges_overlap_p() argument
1177 && (size1 == (unsigned HOST_WIDE_INT)-1 in ranges_overlap_p()
1178 || pos2 < (pos1 + size1))) in ranges_overlap_p()
H A Dtree-affine.c894 aff_comb_cannot_overlap_p (aff_tree *diff, double_int size1, double_int size2) in aff_comb_cannot_overlap_p() argument
913 return double_int_scmp (size1, d) <= 0; in aff_comb_cannot_overlap_p()
H A Dtree-ssa-loop-im.c1758 double_int size1, size2; in mem_refs_may_alias_p() local
1770 get_inner_reference_aff (mem1, &off1, &size1); in mem_refs_may_alias_p()
1777 if (aff_comb_cannot_overlap_p (&off2, size1, size2)) in mem_refs_may_alias_p()
H A Dtree-data-ref.c1362 double_int size1, size2; in dr_may_alias_p() local
1363 get_inner_reference_aff (DR_REF (a), &off1, &size1); in dr_may_alias_p()
1367 if (aff_comb_cannot_overlap_p (&off2, size1, size2)) in dr_may_alias_p()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3760 size_t size0, size1, size2, size3; in Bcj2_Decode() local
3766 size1 = zip->sub_stream_bytes_remaining[0]; in Bcj2_Decode()
3767 buf1 = zip->sub_stream_buff[0] + zip->sub_stream_size[0] - size1; in Bcj2_Decode()
3849 if (size1 < 4) in Bcj2_Decode()
3852 size1 -= 4; in Bcj2_Decode()
3887 zip->sub_stream_bytes_remaining[0] = size1; in Bcj2_Decode()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c357 vm_paddr_t size1; in cpu_startup() local
359 size1 = phys_avail[indx].phys_end - in cpu_startup()
365 (intmax_t)size1, in cpu_startup()
366 (intmax_t)(size1 / PAGE_SIZE)); in cpu_startup()

12