Searched refs:S2 (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstring.h228 to by S1 to the first N characters of the object pointed to by S2.
231 @param[in] S2 Pointer to the object to be compared to S1.
236 greater than, equal to, or less than the object pointed to by S2.
238 int memcmp(const void *S1, const void *S2, size_t N);
241 pointed to by S2.
244 @param[in] S2 Pointer to the string to be compared to S1.
248 greater than, equal to, or less than the string pointed to by S2.
250 int strcmp(const char *S1, const char *S2);
253 pointed to by S2, both interpreted as appropriate to the LC_COLLATE
257 @param[in] S2 Pointe
[all...]
/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))))
52 S2 = 8.33333333332248946124e-03, /* 0x3F811111, 0x1110F8A6 */ variable
69 r = S2+z*(S3+z*(S4+z*(S5+z*S6)));
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l101 * S2 - D program outer scope (probe specifiers and declarations)
111 %s S0 S1 S2 S3 S4
189 <S2>auto { yybegin(YYS_EXPR); return (DT_KEY_AUTO); }
190 <S2>char { yybegin(YYS_EXPR); return (DT_KEY_CHAR); }
191 <S2>const { yybegin(YYS_EXPR); return (DT_KEY_CONST); }
192 <S2>counter { yybegin(YYS_DEFINE); return (DT_KEY_COUNTER); }
193 <S2>double { yybegin(YYS_EXPR); return (DT_KEY_DOUBLE); }
194 <S2>enum { yybegin(YYS_EXPR); return (DT_KEY_ENUM); }
195 <S2>extern { yybegin(YYS_EXPR); return (DT_KEY_EXTERN); }
196 <S2>floa
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py295 # S2 may be Platform or ModuleType
297 S2 = ItemList[2].upper()
299 S2 = 'COMMON'
300 self._Scope.append([S1, S2])
1114 Id, self._ItemType, V1, V2, V3, S1, S2, Owner, BelongsToFile, self._From, \
1122 self._Scope = [[S1, S2]]
1152 S2,
1560 for S1, S2, SectionType in self._Scope:
1561 for Scope1, Scope2 in [("COMMON", "COMMON"), ("COMMON", S2), (S1, "COMMON"), (S1, S2)]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py299 # S2 may be Platform or ModuleType
301 S2 = ItemList[2].upper()
303 S2 = 'COMMON'
304 self._Scope.append([S1, S2])
1154 Id, self._ItemType, V1, V2, V3, S1, S2, Owner, self._From, \
1162 self._Scope = [[S1, S2]]
1221 S2,
1663 # S2 may be Platform or ModuleType
1665 S2 = ItemList[2].upper()
1667 S2
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h165 # define S2(x) (x).s2 macro
172 # define S2(x) (x) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h163 # define S2(x) (x).s2 macro
170 # define S2(x) (x) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g501 Help "=" "STRING_TOKEN" "\(" S2:Number "\)" ","
569 FSObj->SetHelp (_STOSID(S2->getText()));
1066 Help "=" "STRING_TOKEN" "\(" S2:Number "\)" << $SHObj->SetHelp (_STOSID(S2->getText())); >>
1360 Title "=" "STRING_TOKEN" "\(" S2:Number "\)" ";" << FObj.SetFormTitle (_STOSID(S2->getText())); >>
1422 MapTitle "=" "STRING_TOKEN" "\(" S2:Number "\)" ";"
1423 MapGuid "=" guidDefinition[Guid] ";" << FMapObj->SetFormMapMethod (_STOFID(S2->getText()), &Guid); FormMapMethodNumber ++; >>
1599 Text "=" "STRING_TOKEN" "\(" S2:Number "\)"
1613 AObj.SetPrompt (_STOSID(S2
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1057 * S2 - D program outer scope (probe specifiers and declarations)
1067 #define S2 3 macro
2449 * S2 has an ambiguity because RGX_PSPEC includes '*'
2577 case YY_STATE_EOF(S2):
3590 BEGIN(S2);

Completed in 1987 milliseconds