Home
last modified time | relevance | path

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

12

/dragonfly/contrib/cvs-1.12/lib/
HDxsize.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()
HDregex.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/gcc-8.0/gcc/
HDtree-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()
HDpoly-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 …]
HDtree-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()
HDtree-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()
HDtree-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()
HDipa-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()
HDtree-data-ref.c2246 poly_widest_int size1, size2; in dr_may_alias_p() local
2247 get_inner_reference_aff (DR_REF (a), &off1, &size1); in dr_may_alias_p()
2251 if (aff_comb_cannot_overlap_p (&off2, size1, size2)) in dr_may_alias_p()
/dragonfly/sys/dev/misc/dcons/
HDdcons.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.34/libiberty/
HDregex.c74 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
75 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
387 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
414 const char *string1, int size1,
420 const char *string1, int size1,
438 wchar_t *string1, int size1,
442 const char *string1, int size1,
1174 int size1, const CHAR_T *string2, int size2) in PREFIX()
1186 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1661 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
HDregex.c74 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
75 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
387 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
414 const char *string1, int size1,
420 const char *string1, int size1,
438 wchar_t *string1, int size1,
442 const char *string1, int size1,
1174 int size1, const CHAR_T *string2, int size2) in PREFIX()
1186 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1661 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
[all …]
/dragonfly/contrib/gdb-7/libiberty/
HDregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
415 const char *string1, int size1,
421 const char *string1, int size1,
439 wchar_t *string1, int size1,
443 const char *string1, int size1,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1187 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1662 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
HDregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
415 const char *string1, int size1,
421 const char *string1, int size1,
439 wchar_t *string1, int size1,
443 const char *string1, int size1,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1187 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1662 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
HDregex.c75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ argument
76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
388 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
415 const char *string1, int size1,
421 const char *string1, int size1,
439 wchar_t *string1, int size1,
443 const char *string1, int size1,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1187 for (this_char = where - string1; this_char < size1; this_char++) in PREFIX()
1662 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
[all …]
/dragonfly/contrib/grep/lib/
HDregex.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/
HDsort.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/
HDctlinfo.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/
HDtree-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()
HDtree-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()
HDtree-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()
HDtree-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/
HDarchive_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/
HDmachdep.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()
/dragonfly/contrib/gdb-7/bfd/
HDelf.c4231 bfd_size_type size1, size2; in elf_sort_sections() local
4271 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0; in elf_sort_sections()
4274 if (size1 < size2) in elf_sort_sections()
4276 if (size1 > size2) in elf_sort_sections()

12