Searched refs:s3 (Results 1 - 21 of 21) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp153 nsCString s3("This is yet a third string that I will use in the concatenation test.");
155 PRUint32 len = TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
177 len += TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
179 cout << "TotalLength( s1 + s2 + s3 + s1 + s2 + s3 )" << endl;
199 nsCString s3("This is yet a third string that I will use in the concatenation test.");
201 nsCString s4( s1 + s2 + s3 + s1 + s2 + s3 );
289 nsCString s3; local
313 nsCString s3; local
[all...]
H A Dtest_main.cpp478 nsLiteralCString s1("This ", 5), s2("is ", 3), s3("a ", 2), s4("test\n", 5);
479 print_string(s1+s2+s3+s4);
497 nsString s3( NS_LITERAL_STRING("Hello") );
499 tests_failed += test_readable_hello(s3);
500 tests_failed += test_writable(s3);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dcrtdbg.h117 #define _CrtMemDifference(s1,s2,s3) ((int)0)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dcrtdbg.h117 #define _CrtMemDifference(s1,s2,s3) ((int)0)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp839 } s1, s2, s3; local
842 RT_ZERO(s3);
892 s3 = s1;
894 for (i = 0; i < RT_ELEMENTS(s3.aNode); i++)
896 PAVLROGCPHYSNODECORE pNode = &s3.aNode[i];
897 if (RTAvlroGCPhysGet(&s3.Tree, pNode->Key) != pNode)
902 if (RTAvlroGCPhysRangeGet(&s3.Tree, pNode->Key) != pNode)
911 if (RTAvlroGCPhysGet(&s3.Tree, j) != NULL)
916 if (RTAvlroGCPhysRangeGet(&s3.Tree, j) != pNode)
H A DtstRTS3.cpp31 #include <iprt/s3.h>
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dos_ReliantUNIX.s59 sw s3,116(a0) # gpregs[CXT_S3]
101 lw s3,116(a0) # gpregs[CXT_S3]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dloader.c366 void *ptr = root + entry->u2.s3.OffsetToDirectory;
367 if (entry->u2.s3.DataIsDirectory) fixup_resources( ptr, root, delta );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c999 uintptr_t s0, s1, s2, s3, s4, s5; local
1012 s3 = fasttrap_fuword32_noerr(&stack[3]);
1028 s3, s4, s5);
1042 s2, s3, s4);
/vbox/src/libs/xpcom18a4/xpcom/tests/windows/
H A DnsStringTest.h611 nsCString s3("view-source:");
612 NS_ASSERTION(s3.Equals("VIEW-SOURCE:",PR_TRUE,12),kEqualsError);
629 nsString s3("view");
633 b=s3.Equals(kString);
1459 nsCAutoString s3(CBufDescriptor(buffer,PR_TRUE,sizeof(buffer)-1,0));
1460 s3="hello, my name is inigo montoya.";
/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp22 #include <iprt/s3.h>
H A DApplianceImplExport.cpp21 #include <iprt/s3.h>
H A DApplianceImplImport.cpp21 #include <iprt/s3.h>
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h166 # define S3(x) (x).s3
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h164 # define S3(x) (x).s3
H A Dserver_protocol.h166 s0, s1, s2, s3, s4, s5, s6, a0, a1, a2, a3, a4, a5, at; } alpha_regs; member in struct:__anon1497::__anon1504::__anon1507
/vbox/src/VBox/Runtime/common/misc/
H A Ds3.cpp31 #include <iprt/s3.h>
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2054 STAM_PROFILE_ADV_START(&pVM->tm.s.aStatDoQueues[TMCLOCK_REAL], s3);
2058 STAM_PROFILE_ADV_STOP(&pVM->tm.s.aStatDoQueues[TMCLOCK_REAL], s3);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinnt.h215 #define DUMMYSTRUCTNAME3 s3
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinnt.h221 #define DUMMYSTRUCTNAME3 s3

Completed in 524 milliseconds