Home
last modified time | relevance | path

Searched refs:size2 (Results 1 – 25 of 44) sorted by relevance

12

/dflybsd-src/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()
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)
/dflybsd-src/lib/libc/stdlib/
H A Dmerge.c245 s -= size2; \
259 int i, length, size2, tmp, sense; in setup() local
262 size2 = size*2; in setup()
284 for (f2 = f1 + size2; f2 < last; f2 += size2) { in setup()
291 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; in setup()
294 } while ((f1 += size2) < f2); in setup()
297 for (f2 = f1 + size2; f2 < l2; f2 += size2) { in setup()
315 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) { in setup()
316 p2 = *EVAL(p2) = p2 + size2; in setup()
/dflybsd-src/contrib/lvm2/dist/lib/format_text/
H A Dimport.c43 off_t offset2, uint32_t size2, in text_vgname_import() argument
59 offset2, size2, checksum_fn, checksum))) in text_vgname_import()
85 off_t offset2, uint32_t size2, in text_vg_import_fd() argument
104 offset2, size2, checksum_fn, checksum))) { in text_vg_import_fd()
H A Dimport-export.h77 off_t offset2, uint32_t size2,
84 off_t offset2, uint32_t size2,
H A Dformat-text.c158 size_t size2; in _pv_analyze_mda_raw() local
194 offset2 = size2 = 0; in _pv_analyze_mda_raw()
210 if (!(buf = dm_pool_alloc(fmt->cmd->mem, size + size2))) in _pv_analyze_mda_raw()
214 offset2, size2, buf)) in _pv_analyze_mda_raw()
220 if (maybe_config_section(buf, size + size2)) { in _pv_analyze_mda_raw()
226 offset, size, offset2, size2); in _pv_analyze_mda_raw()
229 offset2 = size2 = 0; in _pv_analyze_mda_raw()
239 size2 += SECTOR_SIZE; in _pv_analyze_mda_raw()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-ssa-alias.h182 unsigned HOST_WIDE_INT size2) in ranges_overlap_p() argument
184 if (size1 == 0 || size2 == 0) in ranges_overlap_p()
187 && (size2 == (unsigned HOST_WIDE_INT)-1 in ranges_overlap_p()
188 || pos1 < (pos2 + (HOST_WIDE_INT) size2))) in ranges_overlap_p()
H A Dpoly-int.h2497 const T3 &pos2, const T4 &size2)
2500 return maybe_ne (size2, POLY_INT_TYPE (T4) (0));
2501 if (maybe_in_range_p (pos1, pos2, size2))
2513 const T3 &pos2, const T4 &size2)
2531 && known_size_p (size2)
2537 size2_span::cast (size2)));
2547 const T3 &pos2, const T4 &size2)
2555 && known_size_p (size2)
2557 && known_le (size1, size2)
2559 size_span::cast (size2) - size_span::cast (size1)));
/dflybsd-src/usr.sbin/nscd/agents/
H A Dservices.c127 size_t size, size2; in services_lookup_func() local
150 size2 = strlen(name) + 1; in services_lookup_func()
152 if (size2 < size) in services_lookup_func()
153 proto = name + size2; in services_lookup_func()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dregex.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)
416 const char *string2, int size2,
422 const char *string2, int size2,
440 wchar_t *string2, int size2,
444 const char *string2, int size2,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1194 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1663 size2); \
1738 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dregex.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)
415 const char *string2, int size2,
421 const char *string2, int size2,
439 wchar_t *string2, int size2,
443 const char *string2, int size2,
1174 int size1, const CHAR_T *string2, int size2) in PREFIX()
1193 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1662 size2); \
1737 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
[all …]
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dregex.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)
415 const char *string2, int size2,
421 const char *string2, int size2,
439 wchar_t *string2, int size2,
443 const char *string2, int size2,
1174 int size1, const CHAR_T *string2, int size2) in PREFIX()
1193 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1662 size2); \
1737 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dregex.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)
416 const char *string2, int size2,
422 const char *string2, int size2,
440 wchar_t *string2, int size2,
444 const char *string2, int size2,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1194 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1663 size2); \
1738 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dregex.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)
416 const char *string2, int size2,
422 const char *string2, int size2,
440 wchar_t *string2, int size2,
444 const char *string2, int size2,
1175 int size1, const CHAR_T *string2, int size2) in PREFIX()
1194 for (this_char = where - string2; this_char < size2; this_char++) in PREFIX()
1663 size2); \
1738 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
[all …]
/dflybsd-src/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)
/dflybsd-src/contrib/gmp/mpz/
H A Dn_pow_ui.c90 #define MPN_MUL(dst, alloc, src, size, src2, size2) \ argument
93 ASSERT ((size) + (size2) <= (alloc)); \
94 cy = mpn_mul (dst, src, size, src2, size2); \
95 (size) += (size2) - (cy == 0); \
/dflybsd-src/usr.sbin/pfctl/
H A Dpfctl_radix.c228 int *size2, int *nadd, int *ndel, int *nchange, int flags) in pfr_set_addrs() argument
242 io.pfrio_size2 = (size2 != NULL) ? *size2 : 0; in pfr_set_addrs()
251 if (size2 != NULL) in pfr_set_addrs()
252 *size2 = io.pfrio_size2; in pfr_set_addrs()
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Ddriver-i386.c43 char size[100], line[100], size2[100]; in describe_cache() local
53 snprintf (size2, sizeof (size2), in describe_cache()
56 return concat (size, line, size2, NULL); in describe_cache()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-sccvn.c1448 HOST_WIDE_INT offset2, size2, maxsize2; in vn_reference_lookup_3() local
1449 base2 = get_ref_base_and_extent (ref2, &offset2, &size2, &maxsize2); in vn_reference_lookup_3()
1450 size2 = TREE_INT_CST_LOW (gimple_call_arg (def_stmt, 2)) * 8; in vn_reference_lookup_3()
1451 if ((unsigned HOST_WIDE_INT)size2 / 8 in vn_reference_lookup_3()
1456 && offset2 + size2 >= offset + maxsize) in vn_reference_lookup_3()
1471 HOST_WIDE_INT offset2, size2, maxsize2; in vn_reference_lookup_3() local
1473 &offset2, &size2, &maxsize2); in vn_reference_lookup_3()
1477 && offset2 + size2 >= offset + maxsize) in vn_reference_lookup_3()
1497 HOST_WIDE_INT offset2, size2, maxsize2; in vn_reference_lookup_3() local
1499 &offset2, &size2, &maxsize2); in vn_reference_lookup_3()
[all …]
H A Dtree-flow-inline.h1170 unsigned HOST_WIDE_INT size2) in ranges_overlap_p() argument
1173 && (size2 == (unsigned HOST_WIDE_INT)-1 in ranges_overlap_p()
1174 || pos1 < (pos2 + size2))) in ranges_overlap_p()
/dflybsd-src/contrib/lvm2/dist/lib/config/
H A Dconfig.c205 off_t offset, size_t size, off_t offset2, size_t size2, in read_config_fd() argument
220 if (!(dev->flags & DEV_REGULAR) || size2) in read_config_fd()
234 if (!(buf = dm_malloc(size + size2))) in read_config_fd()
237 (uint64_t) offset2, size2, buf)) { in read_config_fd()
245 p->fb + size, size2))) { in read_config_fd()
250 p->fe = p->fb + size + size2; in read_config_fd()
H A Dconfig.h68 off_t offset, size_t size, off_t offset2, size_t size2,
/dflybsd-src/lib/libc/net/
H A Dgetservent.c708 size_t desired_size, size, size2; in serv_id_func() local
721 size2 = strlen(proto); in serv_id_func()
722 desired_size += size2 + 1; in serv_id_func()
724 size2 = 0; in serv_id_func()
736 proto, size2 + 1); in serv_id_func()
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Ddriver-i386.c45 char size[100], line[100], size2[100]; in describe_cache() local
55 snprintf (size2, sizeof (size2), in describe_cache()
58 return concat (size, line, size2, NULL); in describe_cache()
/dflybsd-src/contrib/lvm2/dist/include/
H A Dconfig.h68 off_t offset, size_t size, off_t offset2, size_t size2,

12