Searched refs:size1 (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/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-11-stable/sys/dev/dcons/
H A Ddcons.c196 int size0, size1, offset; local
200 size1 = size0 * 3 / 4; /* console port buffer */
202 dcons_init_port(0, offset, size1, buf, sc);
203 offset += size1;
204 dcons_init_port(1, offset, size0 - size1, buf, sc);
/freebsd-11-stable/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)
385 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
389 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
416 const char *string1, int size1,
422 const char *string1, int size1,
440 wchar_t *string1, int size1,
444 const char *string1, int size1,
1179 int size1, cons
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-11-stable/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)
385 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
389 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
416 const char *string1, int size1,
422 const char *string1, int size1,
440 wchar_t *string1, int size1,
444 const char *string1, int size1,
1179 int size1, cons
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-11-stable/sys/powerpc/powerpc/
H A Dmachdep.c196 vm_paddr_t size1 = local
206 (uintmax_t)size1, (uintmax_t)size1 / PAGE_SIZE);
/freebsd-11-stable/sys/mips/mips/
H A Dmachdep.c198 vm_paddr_t size1 = phys_avail[indx + 1] - phys_avail[indx]; local
203 (uintmax_t)size1,
204 (uintmax_t)size1 / PAGE_SIZE);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRMemoryMap.h131 static bool AllocationsIntersect(lldb::addr_t addr1, size_t size1,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_bytemap.h65 uptr size1() const { return kSize1; } function in class:TwoLevelByteMap
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c748 size_t size1; local
751 size1 = sptr - s;
753 if (size1 < 1)
755 pos1 = sort_malloc((size1 + 1) * sizeof(char));
757 strncpy(pos1, s, size1);
758 pos1[size1] = '\0';
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cpp712 int size1 = 1; local
715 size1 = 8;
718 size1 = 4;
721 size1 = 2;
725 addr += size1;
726 size -= size1;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c706 size_t size1; local
709 size1 = tfstat.st_size;
720 if (size1 != tfstat.st_size) {
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback_unit_tests.c1493 size_t size1 = MHLEN - 5; local
1499 mbufc = m_getm(NULL, size1, M_WAITOK, MT_DATA);
1511 mbufc2->m_pkthdr.len = size1 + size2;
1512 mbufc2->m_len = size1;
1516 XNB_ASSERT(pkt.size == size1 + size2);
1523 XNB_ASSERT(pkt.car_size == size1);
1964 size_t size1 = MHLEN - 5; local
1974 mbufc = m_getm(NULL, size1, M_WAITOK, MT_DATA);
1982 mbufc->m_pkthdr.len = size1 + size2;
1983 mbufc->m_len = size1;
[all...]
/freebsd-11-stable/contrib/gperf/src/
H A Doutput.cc1502 int size1 = static_cast<int>(static_cast<double>(size) / static_cast<double>(num_switches) * static_cast<double>(part1) + 0.5); local
1503 int size2 = size - size1;
1506 for (int count = size1; count > 0; count--)
1514 output_switches (list, part1, size1, min_hash_value, temp->first()->_hash_value-1, indent+4);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko.h192 cvmx_fau_op_size_t size1 : 2; /**< The size of the reg1 operation - could be 8, 16, 32, or 64 bits */ member in struct:__anon8679::__anon8680
H A Dcvmx-pko-defs.h3709 uint64_t size1 : 8; /**< Minimum packet size-1 in bytes NS */ member in struct:cvmx_pko_reg_min_pkt::cvmx_pko_reg_min_pkt_s
3713 uint64_t size1 : 8;
H A Dcvmx-helper.c831 min_pkt.s.size1 = 59;
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_idpgtbl.c426 dmar_gaddr_t pg_sz, base1, size1; local
434 size1 = size;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp212 bool IRMemoryMap::AllocationsIntersect(lldb::addr_t addr1, size_t size1, argument
224 return (addr2 < (addr1 + size1)) && (addr1 < (addr2 + size2));
/freebsd-11-stable/contrib/gcc/
H A Dlocal-alloc.c2318 int size1 = hard_regno_nregs[regno][mode];
2319 for (j = 1; j < size1 && ! TEST_HARD_REG_BIT (used, regno + j); j++);
2320 if (j == size1)
2304 int size1 = hard_regno_nregs[regno][mode]; local
/freebsd-11-stable/sys/vm/
H A Dvm_map.c2982 vm_pindex_t offidxstart, offidxend, count, size1; local
3031 size1 = object->size;
3034 size1 -= object->size;
3035 KASSERT(object->charge >= ptoa(size1),
3037 swap_release_by_cred(ptoa(size1),
3039 object->charge -= ptoa(size1);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_7zip.c3743 size_t size0, size1, size2, size3; local
3749 size1 = zip->sub_stream_bytes_remaining[0];
3750 buf1 = zip->sub_stream_buff[0] + zip->sub_stream_size[0] - size1;
3832 if (size1 < 4)
3835 size1 -= 4;
3870 zip->sub_stream_bytes_remaining[0] = size1;
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1865 int i, segments, origsegs, rthsize, size0, size1; local
1891 size1 = inet6_rth_space(IPV6_RTHDR_TYPE_0, 1);
1893 (size1 - size0) + 1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dopensolaris_nvpair.c782 int size1, size2; local
796 size1 = nvp->nvp_size - NVP_VALOFF(nvp);
797 if (size2 < 0 || size1 != NV_ALIGN(size2))
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf.c4214 bfd_size_type size1, size2;
4254 size1 = (sec1->flags & SEC_LOAD) ? sec1->size : 0;
4257 if (size1 < size2)
4259 if (size1 > size2)
4209 bfd_size_type size1, size2; local

Completed in 423 milliseconds