Home
last modified time | relevance | path

Searched refs:size4 (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dcollate_byname.cc69 int size4 = strlen(strlit4) - 1; in test01() local
74 i2 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + size4); in test01()
81 l2 = coll_de.hash(strlit4, strlit4 + size4); in test01()
97 size4 = strlen(strlit3) - 1; in test01()
108 size4 = strlen(strlit4) - 1; in test01()
113 i4 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + size4); in test01()
116 l3 = coll_de.hash(strlit3, strlit3 + size4); in test01()
117 l4 = coll_de.hash(strlit3, strlit3 + size4 - 1); in test01()
119 l3 = coll_de.hash(strlit3, strlit3 + size4); in test01()
120 l4 = coll_de.hash(strlit4, strlit4 + size4); in test01()
[all …]
H A Dcollate_members_char.cc109 int size4 = strlen(strlit4) - 1; in test01() local
110 i2 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + 13); in test01()
112 i2 = coll_de.compare(strlit4, strlit4 + 13, strlit4, strlit4 + size4); in test01()
114 i2 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + size4); in test01()
121 l2 = coll_de.hash(strlit4, strlit4 + size4); in test01()
125 string str4 = coll_de.transform(strlit4, strlit4 + size4); in test01()
127 i2 = coll_de.compare(strlit3, strlit3 + size3, strlit4, strlit4 + size4); in test01()
H A Dcollate_members_wchar_t.cc109 int size4 = char_traits<wchar_t>::length(strlit4) - 1; in test01() local
110 i2 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + 13); in test01()
112 i2 = coll_de.compare(strlit4, strlit4 + 13, strlit4, strlit4 + size4); in test01()
114 i2 = coll_de.compare(strlit4, strlit4 + size4, strlit4, strlit4 + size4); in test01()
121 l2 = coll_de.hash(strlit4, strlit4 + size4); in test01()
125 wstring str4 = coll_de.transform(strlit4, strlit4 + size4); in test01()
127 i2 = coll_de.compare(strlit3, strlit3 + size3, strlit4, strlit4 + size4); in test01()
/openbsd/gnu/usr.bin/cvs/lib/
H A Dxsize.h77 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()
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dxsize.h78 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()
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/example/
H A Dtest.pl66 my $size4 = join( ",", GetTerminalSize( \*IN ) );
68 if ( ( $size1 eq $size2 ) && ( $size2 eq $size3 ) && ( $size3 eq $size4 ) )
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/t/
H A D02_terminal_functions.t47 my $size4 = join( ",", GetTerminalSize( \*IN ) );
50 if ( ( $size2 eq $size3 ) && ( $size3 eq $size4 ) ){
/openbsd/gnu/usr.bin/gcc/gcc/config/cris/
H A Dcris.c2705 tree size4 = size_int (4); local
2724 size4)),
2725 size4));
2735 ? size4
2740 size4,
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog5808 * testsuite/22_locale/collate_byname.cc (test01): Replace size4