Searched refs:S1 (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.
230 @param[out] S1 Pointer to the first object to be compared.
231 @param[in] S2 Pointer to the object to be compared to S1.
235 less than zero, accordingly as the object pointed to by S1 is
238 int memcmp(const void *S1, const void *S2, size_t N);
240 /** The strcmp function compares the string pointed to by S1 to the string
243 @param[out] S1 Pointer to the first string to be compared.
244 @param[in] S2 Pointer to the string to be compared to S1.
247 less than zero, accordingly as the string pointed to by S1 is
250 int strcmp(const char *S1, cons
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dk_sin.c30 * sin(x) ~ x + S1*x + ... + S6*x
34 * |----- - (1+S1*x +S2*x +S3*x +S4*x +S5*x +S6*x )| <= 2
43 * sin(x) = x + (S1*x + (x *(r-y/2)+y))
51 S1 = -1.66666666666666324348e-01, /* 0xBFC55555, 0x55555549 */ variable
70 if(iy==0) return x+v*(S1+z*r);
71 else return x-((z*(half*y-v*r)-y)-v*S1);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_lex.l100 * S1 - D comments (i.e. skip everything until end of comment)
111 %s S0 S1 S2 S3 S4
489 BEGIN(S1);
618 <S1>"/*" yyerror("/* encountered inside a comment\n");
619 <S1>"*/" BEGIN(yypcb->pcb_cstate);
621 <S1><<EOF>> yyerror("end-of-file encountered before matching */\n");
623 <S1>.|\n ; /* discard */
892 if ((YYSTATE) == S1)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py289 # S1 is always Arch
291 S1 = ItemList[1].upper()
293 S1 = 'COMMON'
294 ArchList.add(S1)
300 self._Scope.append([S1, S2])
1114 Id, self._ItemType, V1, V2, V3, S1, S2, Owner, BelongsToFile, self._From, \
1122 self._Scope = [[S1, S2]]
1151 S1,
1560 for S1, S2, SectionType in self._Scope:
1561 for Scope1, Scope2 in [("COMMON", "COMMON"), ("COMMON", S2), (S1, "COMMO
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py293 # S1 is always Arch
295 S1 = ItemList[1].upper()
297 S1 = 'COMMON'
298 ArchList.add(S1)
304 self._Scope.append([S1, S2])
1154 Id, self._ItemType, V1, V2, V3, S1, S2, Owner, self._From, \
1162 self._Scope = [[S1, S2]]
1220 S1,
1657 # S1 is always Arch
1659 S1
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g500 Title "=" "STRING_TOKEN" "\(" S1:Number "\)" ","
568 FSObj->SetFormSetTitle (_STOSID(S1->getText()));
1065 Prompt "=" "STRING_TOKEN" "\(" S1:Number "\)" "," << $SHObj->SetPrompt (_STOSID(S1->getText())); >>
1349 | "STRING_TOKEN" "\(" S1:Number "\)" << $Value.string = _STOSID(S1->getText()); >>
1359 FormId "=" S1:Number "," << _PCATCH(FObj.SetFormId (_STOFID(S1->getText())), S1); >>
1420 FormId "=" S1
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h164 # define S1(x) (x).s1 macro
171 # define S1(x) (x) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h162 # define S1(x) (x).s1 macro
169 # define S1(x) (x) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1056 * S1 - D comments (i.e. skip everything until end of comment)
1066 #define S1 2 macro
2081 BEGIN(S1); variable
2433 case YY_STATE_EOF(S1):
3740 if ((YYSTATE) == S1)

Completed in 855 milliseconds