Home
last modified time | relevance | path

Searched refs:buffer2 (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoney_get_members_char.cc428 string buffer2("456"); in test06() local
443 istringstream fmt2(buffer2); in test06()
446 VERIFY( val == buffer2 ); in test06()
H A Dmoney_get_members_wchar_t.cc429 wstring buffer2(L"456"); in test06() local
444 wistringstream fmt2(buffer2); in test06()
447 VERIFY( val == buffer2 ); in test06()
/openbsd/gnu/gcc/gcc/
H A Dmips-tdump.c439 static char buffer2[1024]; in type_to_string() local
441 char *p2 = buffer2; in type_to_string()
729 return buffer2; in type_to_string()
/openbsd/gnu/usr.bin/binutils/gas/doc/
H A Dc-mmix.texi385 buffer2 BYTE 0,0,0,0,0
388 LDOU $42,buffer2
393 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
397 buffer2 BYTE 0,0,0,0,0
400 LDOU $42,tmpreg,(buffer2-buffer1)
/openbsd/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-mmix.texi385 buffer2 BYTE 0,0,0,0,0
388 LDOU $42,buffer2
393 5, the offset from @samp{buffer1} to @samp{buffer2}. The result is
397 buffer2 BYTE 0,0,0,0,0
400 LDOU $42,tmpreg,(buffer2-buffer1)
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c431 static char buffer2[1024]; local
433 char *p2 = buffer2;
721 return buffer2;
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/t/compress/
H A Doneshot.pl1059 my $buffer2 = $OriginalContent2;
1063 my $comp2 = compressBuffer($UncompressClass, $buffer2) ;
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Decoff.c1063 static char buffer2[1024]; in ecoff_type_to_string() local
1065 char *p2 = buffer2; in ecoff_type_to_string()
1337 return buffer2; in ecoff_type_to_string()
/openbsd/gnu/usr.bin/binutils/bfd/
H A Decoff.c1175 static char buffer2[1024]; local
1177 char *p2 = buffer2;
1449 return buffer2;
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttrDocs.td3100 struct my_int_pair *buffer2;
3101 MPI_Send(buffer2, 1, MPI_DOUBLE_INT /*, ... */); // warning because the