Searched refs:size2 (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/lib/libc/stdlib/
H A Dmerge.c251 s -= size2; \
267 int i, length, size2, tmp, sense; local
270 size2 = size*2;
292 for (f2 = f1 + size2; f2 < last; f2 += size2) {
299 p2 = *EVAL(p2) = f1 + size2 - list1 + list2;
302 } while ((f1 += size2) < f2);
305 for (f2 = f1 + size2; f2 < l2; f2 += size2) {
323 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) {
[all...]
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregex.c38 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
39 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/freebsd-10.0-release/usr.sbin/nscd/agents/
H A Dservices.c130 size_t size, size2; local
153 size2 = strlen(name) + 1;
155 if (size2 < size)
156 proto = name + size2;
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
74 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
417 const char *string2, int size2,
423 const char *string2, int size2,
441 wchar_t *string2, int size2,
445 const char *string2, int size2,
1179 int size1, const CHAR_T *string2, int size2)
1198 for (this_char = where - string2; this_char < size2; this_char++)
1671 size2); \
1719 `pend', `string1', `size1', `string2', and `size2'
1172 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5007 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5448 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5528 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c73 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
74 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
417 const char *string2, int size2,
423 const char *string2, int size2,
441 wchar_t *string2, int size2,
445 const char *string2, int size2,
1179 int size1, const CHAR_T *string2, int size2)
1198 for (this_char = where - string2; this_char < size2; this_char++)
1671 size2); \
1719 `pend', `string1', `size1', `string2', and `size2'
1172 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5007 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5448 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5528 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/freebsd-10.0-release/sbin/pfctl/
H A Dpfctl_radix.c231 int *size2, int *nadd, int *ndel, int *nchange, int flags)
245 io.pfrio_size2 = (size2 != NULL) ? *size2 : 0;
254 if (size2 != NULL)
255 *size2 = io.pfrio_size2;
230 pfr_set_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, int *size2, int *nadd, int *ndel, int *nchange, int flags) argument
/freebsd-10.0-release/lib/libc/net/
H A Dgetservent.c870 size_t desired_size, size, size2; local
883 size2 = strlen(proto);
884 desired_size += size2 + 1;
886 size2 = 0;
898 proto, size2 + 1);
/freebsd-10.0-release/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1491 size_t size2 = MHLEN - 15; local
1503 mbufc2 = m_getm(mbufc, size2, M_WAITOK, MT_DATA);
1509 mbufc2->m_pkthdr.len = size1 + size2;
1514 XNB_ASSERT(pkt.size == size1 + size2);
1967 size_t size2 = MHLEN - 15; local
1983 m_getm(mbufc, size2, M_WAITOK, MT_DATA);
1985 mbufc->m_pkthdr.len = size1 + size2;
1987 mbufc->m_next->m_len = size2;
2009 XNB_ASSERT(rsp->status == size1 + size2);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c628 svn_filesize_t size1, size2;
658 SVN_ERR(svn_fs_file_length(&size2, root2, path2, pool));
659 if (size1 != size2)
619 svn_filesize_t size1, size2; local
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_table.c389 int *size2, int *nadd, int *ndel, int *nchange, int flags,
461 if ((flags & PFR_FLAG_FEEDBACK) && *size2) {
462 if (*size2 < size+xdel) {
463 *size2 = size+xdel;
487 if ((flags & PFR_FLAG_FEEDBACK) && size2)
488 *size2 = size+xdel;
388 pfr_set_addrs(struct pfr_table *tbl, struct pfr_addr *addr, int size, int *size2, int *nadd, int *ndel, int *nchange, int flags, u_int32_t ignore_pfrt_flags) argument
H A Dpf_if.c473 int e, size2 = 0; local
487 if ((e = pfr_set_addrs(&kt->pfrkt_t, V_pfi_buffer, V_pfi_buffer_cnt, &size2,
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c481 int size1, size2; local
494 size2 = i_get_value_size(type, NVP_VALUE(nvp), NVP_NELEM(nvp));
496 if (size2 < 0 || size1 != NV_ALIGN(size2))
/freebsd-10.0-release/contrib/gperf/src/
H A Doutput.cc1505 int size2 = size - size1; local
1523 output_switches (temp, part2, size2, temp->first()->_hash_value, max_hash_value, indent+4);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3614 size_t size0, size1, size2, size3; local
3622 size2 = zip->sub_stream_bytes_remaining[1];
3623 buf2 = zip->sub_stream_buff[1] + zip->sub_stream_size[1] - size2;
3709 if (size2 < 4)
3712 size2 -= 4;
3742 zip->sub_stream_bytes_remaining[1] = size2;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h3708 uint64_t size2 : 8; /**< Minimum packet size-1 in bytes NS */ member in struct:cvmx_pko_reg_min_pkt::cvmx_pko_reg_min_pkt_s
3714 uint64_t size2 : 8;
H A Dcvmx-helper.c832 min_pkt.s.size2 = 59;
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf.c4214 bfd_size_type size1, size2;
4255 size2 = (sec2->flags & SEC_LOAD) ? sec2->size : 0;
4257 if (size1 < size2)
4259 if (size1 > size2)
4209 bfd_size_type size1, size2; local

Completed in 480 milliseconds