Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/cvs/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.c339 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
997 int size1;
3673 (((P) >= size1 ? string2 + size2 : string1 + size1))
3677 (((POS) >= size1 ? string2 - size1 : string1) + (POS))
3704 int size1, size2;
3804 if (startpos < size1 && startpos + range >= size1)
3847 int room = (size1 == 0 || startpos >= size1
4303 size2 = size1;
4305 size1 = 0;
4311 if (stop <= size1)
[all …]
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dxsize.h57 xsum (size_t size1, size_t size2) in xsum() argument
59 size_t sum = size1 + size2; in xsum()
60 return (sum >= size1 ? sum : SIZE_MAX); in xsum()
68 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() argument
70 return xsum (xsum (size1, size2), size3); in xsum3()
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() argument
80 return xsum (xsum (xsum (size1, size2), size3), size4); in xsum4()
88 xmax (size_t size1, size_t size2) in xmax() argument
92 return (size1 >= size2 ? size1 : size2); in xmax()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcollate_members_char.cc61 int size1 = strlen(strlit1) - 1; in test01() local
62 i1 = coll_c.compare(strlit1, strlit1 + size1, strlit1, strlit1 + 7); in test01()
64 i1 = coll_c.compare(strlit1, strlit1 + 7, strlit1, strlit1 + size1); in test01()
80 l1 = coll_c.hash(strlit1, strlit1 + size1); in test01()
81 l2 = coll_c.hash(strlit1, strlit1 + size1 - 1); in test01()
83 l1 = coll_c.hash(strlit1, strlit1 + size1); in test01()
87 string str1 = coll_c.transform(strlit1, strlit1 + size1); in test01()
90 i2 = coll_c.compare(strlit1, strlit1 + size1, strlit2, strlit2 + size2); in test01()
101 i1 = coll_de.compare(strlit3, strlit3 + 7, strlit3, strlit3 + size1); in test01()
H A Dcollate_members_wchar_t.cc61 int size1 = char_traits<wchar_t>::length(strlit1) - 1; in test01() local
62 i1 = coll_c.compare(strlit1, strlit1 + size1, strlit1, strlit1 + 7); in test01()
64 i1 = coll_c.compare(strlit1, strlit1 + 7, strlit1, strlit1 + size1); in test01()
80 l1 = coll_c.hash(strlit1, strlit1 + size1); in test01()
81 l2 = coll_c.hash(strlit1, strlit1 + size1 - 1); in test01()
83 l1 = coll_c.hash(strlit1, strlit1 + size1); in test01()
87 wstring str1 = coll_c.transform(strlit1, strlit1 + size1); in test01()
90 i2 = coll_c.compare(strlit1, strlit1 + size1, strlit2, strlit2 + size2); in test01()
101 i1 = coll_de.compare(strlit3, strlit3 + 7, strlit3, strlit3 + size1); in test01()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
H A Dbf-common.h61 int size1, size2; in main() local
68 if ((size1 = objc_sizeof_type (@encode(struct class_vars))) in main()
71 printf ("sizes don't match (computed %d, exact %d)\n", size1, size2); in main()
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c292 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
866 int size1;
3446 int size1, size2; variable
3511 if (startpos < size1 && startpos + range >= size1)
3514 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
3531 register char c = (size1 == 0 || startpos >= size1
3713 int size1, size2;
3927 size2 = size1;
3929 size1 = 0;
3935 if (stop <= size1)
[all …]
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c386 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
5073 if (size1 != 0)
5160 if (startpos < size1 && startpos + range >= size1)
5163 d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
5180 register CHAR_T c = (size1 == 0 || startpos >= size1
5801 size2 = size1; in wcs_re_match_2_internal()
5803 size1 = 0; in wcs_re_match_2_internal()
5811 end1 = string1 + size1; in wcs_re_match_2_internal()
5836 if (stop <= size1) in wcs_re_match_2_internal()
5874 if (size1 > 0 && pos <= size1) in wcs_re_match_2_internal()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp106 EXPECT_EQ((uptr)TestMapUnmapCallback1::map_count, m.size1()); in TYPED_TEST()
109 EXPECT_EQ((uptr)TestMapUnmapCallback1::map_count, m.size1()); in TYPED_TEST()
110 EXPECT_EQ((uptr)TestMapUnmapCallback1::unmap_count, m.size1()); in TYPED_TEST()
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c765 int size1; in get_type_for_numeric_type() local
773 size1 = tree_code_int_size; in get_type_for_numeric_type()
778 size1 = tree_code_int_size; in get_type_for_numeric_type()
783 size1 = tree_code_char_size; in get_type_for_numeric_type()
788 size1 = tree_code_char_size; in get_type_for_numeric_type()
796 return tree_code_get_numeric_type (size1, sign1); in get_type_for_numeric_type()
803 tree_code_get_numeric_type (unsigned int size1, unsigned int sign1) in tree_code_get_numeric_type() argument
806 if (size1 == tree_code_int_size) in tree_code_get_numeric_type()
814 if (size1 == tree_code_char_size) in tree_code_get_numeric_type()
H A Dtreetree.h40 tree tree_code_get_numeric_type (unsigned int size1, unsigned int sign1);
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C71 int size1 () const { return m->size1 (); } in size1() function
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/example/
H A Dtest.pl63 my $size1 = join( ",", GetTerminalSize( -t \IN ? \IN : "IN" ) );
68 if ( ( $size1 eq $size2 ) && ( $size2 eq $size3 ) && ( $size3 eq $size4 ) )
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp499 uptr size1 = Min<uptr>(size, RoundUp(addr + 1, kShadowCell) - addr); in UnalignedMemoryAccess() local
501 Shadow cur(fast_state, addr, size1, typ); in UnalignedMemoryAccess()
512 uptr size2 = size - size1; in UnalignedMemoryAccess()
585 uptr size1 = RoundUp(size + addr - addr1, kShadowCell); in MemoryResetRange() local
586 MemoryRangeSet(addr1, size1, Shadow::kEmpty); in MemoryResetRange()
713 uptr size1 = Min(size, RoundUp(addr, kShadowCell) - addr); in MemoryAccessRangeT() local
714 size -= size1; in MemoryAccessRangeT()
715 Shadow cur(fast_state, addr, size1, typ); in MemoryAccessRangeT()
H A Dtsan_rtl_report.cpp423 static constexpr bool IsWithinAccess(uptr addr1, uptr size1, uptr addr2, in IsWithinAccess() argument
425 return addr1 >= addr2 && addr1 + size1 <= addr2 + size2; in IsWithinAccess()
722 uptr addr_off1, size1, typ1; in ReportRace() local
723 old.GetAccess(&addr_off1, &size1, &typ1); in ReportRace()
736 uptr end1 = addr1 + size1; in ReportRace()
772 size1, typ1, &tids[1], &traces[1], mset[1], &tags[1])) { in ReportRace()
/openbsd/usr.bin/sort/
H A Dsort.c598 size_t size1; in parse_k() local
601 size1 = sptr - s; in parse_k()
603 if (size1 < 1) in parse_k()
606 pos1 = sort_malloc(size1 + 1); in parse_k()
607 memcpy(pos1, s, size1); in parse_k()
608 pos1[size1] = '\0'; in parse_k()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate4.C20 ccList <int> size1(); in main()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp26 uptr size1 = 0; in CheckShadow() local
28 s->GetAccess(&addr1, &size1, &typ1); in CheckShadow()
32 CHECK_EQ(size1, size); in CheckShadow()
/openbsd/gnu/gcc/gcc/treelang/
H A Dtreetree.h38 tree tree_code_get_numeric_type (unsigned int size1, unsigned int sign1);
/openbsd/lib/libpcap/
H A Doptimize.c1752 size_t size1, size2; in opt_init() local
1783 size1 = 2; in opt_init()
1784 if (n_blocks > SIZE_MAX / size1) in opt_init()
1786 size1 *= n_blocks; in opt_init()
1787 if (nodewords > SIZE_MAX / size1) in opt_init()
1789 size1 *= nodewords; in opt_init()
1790 if (sizeof(*space1) > SIZE_MAX / size1) in opt_init()
1792 size1 *= sizeof(*space1); in opt_init()
1794 space1 = (bpf_u_int32 *)malloc(size1); in opt_init()
/openbsd/usr.bin/tmux/
H A Dlayout.c913 u_int sx, sy, xoff, yoff, size1, size2, minimum; in layout_split_pane() local
976 size1 = saved_size - 1 - size2; in layout_split_pane()
982 new_size = size1; in layout_split_pane()
1066 layout_set_size(lc1, size1, sy, xoff, yoff); in layout_split_pane()
1069 layout_set_size(lc1, sx, size1, xoff, yoff); in layout_split_pane()
/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DIRMemoryMap.h132 static bool AllocationsIntersect(lldb::addr_t addr1, size_t size1,
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flat_map.h100 constexpr uptr size1() const { return kSize1; } in size1() function
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsparc.c7452 if (size1 <= 4096)
7455 sp_str, (int) -size1, sp_str);
7484 offset - 4 - size1);
7497 dwarf2out_return_save ("", offset - size1);
7503 "st", "std", -size1);
7556 unsigned HOST_WIDE_INT size1; local
7585 size1 = 0;
7592 size1 = ((reg_offset - 64 - 16) + 15) & -16;
7594 reg_offset = size1 - reg_offset;
7625 if (size1 > 0)
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra-rewrite.c563 int size1 = GET_MODE_SIZE (GET_MODE (s1)); local
580 if (ofs1 >= ofs2 + size2 || ofs2 >= ofs1 + size1)
600 if (ofs1 >= ofs2 + size2 || ofs2 >= ofs1 + size1)
755 int c1, size1, c2, size2; local
761 size1 = web1->type == PRECOLORED
765 if (c1 >= c2 + size2 || c2 >= c1 + size1)

12