Searched refs:S3 (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dk_sin.c34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
41 * r = x *(S2+x *(S3+x *(S4+x *(S5+x *S6))))
53 S3 = -1.98412698298579493134e-04, /* 0xBF2A01A0, 0x19C161D5 */ variable
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportAppDefs.h29 enum StorageType { Filesystem, SunCloud, S3 }; enumerator in enum:StorageType
H A DUIWizardExportAppPageBasic2.cpp50 return S3;
66 case S3:
116 "on the Sun Cloud service or on an S3 storage server."));
120 m_pTypeSimpleStorageSystem->setText(UIWizardExportApp::tr("&Simple Storage System (S3)"));
H A DUIWizardExportAppPageBasic3.cpp86 case S3:
354 case S3:
395 case S3:
H A DUIWizardExportApp.cpp188 case S3:
190 QString uri("S3://");
H A DUIWizardExportAppPageExpert.cpp229 m_pTypeSimpleStorageSystem->setText(UIWizardExportApp::tr("&Simple Storage System (S3)"));
290 case S3:
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l102 * S3 - D control line parsing (i.e. after ^# is seen but before \n)
103 * S4 - D control line scan (locate control directives only and invoke S3)
111 %s S0 S1 S2 S3 S4
390 <S3>{RGX_INT} {
416 if ((YYSTATE) != S3)
427 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
429 <S0,S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
432 <S3>\"{RGX_STR}\" {
443 if ((YYSTATE) != S3)
500 BEGIN(S3);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/IA32/
H A DS3Asm.asm2 ; This is the assembly code for transferring to control to OS S3 waking vector
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/
H A DS3Asm.S2 # This is the assembly code for transferring to control to OS S3 waking vector
H A DS3Asm.asm2 ; This is the assembly code for transferring to control to OS S3 waking vector
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1058 * S3 - D control line parsing (i.e. after ^# is seen but before \n)
1059 * S4 - D control line scan (locate control directives only and invoke S3)
1068 #define S3 4 macro
1988 if ((YYSTATE) != S3)
2002 <S3>\"{RGX_STR}$ xyerror(D_STR_NL, "newline encountered in string literal");
2025 if ((YYSTATE) != S3)
2101 BEGIN(S3); variable
2559 case YY_STATE_EOF(S3):
3743 if ((YYSTATE) == S3)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h166 # define S3(x) (x).s3 macro
173 # define S3(x) (x) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h164 # define S3(x) (x).s3 macro
171 # define S3(x) (x) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g1601 "," Text "=" "STRING_TOKEN" "\(" S3:Number "\)" << TxtTwo = _STOSID(S3->getText()); >>

Completed in 59 milliseconds