Home
last modified time | relevance | path

Searched defs:X2 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DpropertyNamedConstructor.js6 class X2 { class
19 function X2() { class in X2
DoverloadOnGenericClassAndNonGenericClass.js7 class X2 { x: string; } class
46 function X2() { class in X2
DmissingTypeArguments1.js9 class X2<T> { class
DexportEqualsProperty.js66 var X2 = require("foobarx"); variable
/third_party/openssl/crypto/seed/
Dseed_local.h57 # define KEYSCHEDULE_UPDATE0(T0, T1, X1, X2, X3, X4, KC) \ argument
64 # define KEYSCHEDULE_UPDATE1(T0, T1, X1, X2, X3, X4, KC) \ argument
99 # define E_SEED(T0, T1, X1, X2, X3, X4, rbase) \ argument
/third_party/ffmpeg/libavutil/x86/
Dasm.h131 # define FE_2(P,X,X1,X2) P(X), FE_1(P,X1,X2) argument
132 # define FE_3(P,X,X1,X2,X3) P(X), FE_2(P,X1,X2,X3) argument
133 # define FE_4(P,X,X1,X2,X3,X4) P(X), FE_3(P,X1,X2,X3,X4) argument
134 # define FE_5(P,X,X1,X2,X3,X4,X5) P(X), FE_4(P,X1,X2,X3,X4,X5) argument
135 # define FE_6(P,X,X1,X2,X3,X4,X5,X6) P(X), FE_5(P,X1,X2,X3,X4,X5,X6) argument
136 # define FE_7(P,X,X1,X2,X3,X4,X5,X6,X7) P(X), FE_6(P,X1,X2,X3,X4,X5,X6,X7) argument
137 # define FE_8(P,X,X1,X2,X3,X4,X5,X6,X7,X8) P(X), FE_7(P,X1,X2,X3,X4,X5,X6,X7,X8) argument
138 # define FE_9(P,X,X1,X2,X3,X4,X5,X6,X7,X8,X9) P(X), FE_8(P,X1,X2,X3,X4,X5,X6,X7,X8,X9) argument
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DpropertyNamedConstructor.ts5 class X2 { class
/third_party/typescript/tests/cases/compiler/
DoverloadOnGenericClassAndNonGenericClass.ts6 class X2 { x: string; } class
DmissingTypeArguments1.ts8 class X2<T> { class
DcontextualTypeShouldBeLiteral.ts26 interface X2 { interface
DintersectionTypeNormalization.ts8 type X2 = A & (C | D) | B & (C | D) alias
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_biquad_cascade_df1_f16.c65 float16_t X0, X1, X2, X3; /* temporary input */ in arm_biquad_cascade_df1_f16() local
Darm_biquad_cascade_df1_f32.c179 float32_t X0, X1, X2, X3; /* temporary input */ in arm_biquad_cascade_df1_f32() local
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafwarp.c174 FT_Int X1, X2; in af_warper_compute() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts28 type X2 = X | { a: string } & null; alias
DintersectionReduction.ts28 type X2 = X | { a: string } & null; alias
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp325 Int X2 = *Pointer<Int>(v2 + OFFSET(Vertex,X)); in generate() local
570 Int X2 = IfThenElse(swap, Xa, Xb); in edge() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp311 Int X2 = *Pointer<Int>(v2 + OFFSET(Vertex, projected.x)); in generate() local
575 Int X2 = IfThenElse(swap, Xa, Xb); in edge() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_rect.c317 SDL_IntersectRectAndLine(const SDL_Rect * rect, int *X1, int *Y1, int *X2, in SDL_IntersectRectAndLine()
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts69 type X2<T> = T extends { a: infer U, b: infer U } ? U : never; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp48 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument
/third_party/mbedtls/library/
Daes.c789 #define AES_FROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument
813 #define AES_RROUND(X0,X1,X2,X3,Y0,Y1,Y2,Y3) \ argument
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp223 const char *X1, const char *X2) { in CloneArgsWithoutX()
/third_party/openssl/crypto/aria/
Daria.c277 static const uint32_t X2[256] = { variable

12