Home
last modified time | relevance | path

Searched defs:X5 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/x86/
Dasm.h134 # 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/compiler/
DmissingTypeArguments1.ts23 class X5<T> { class
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts31 type X5 = X | number & object; alias
DintersectionReduction.ts31 type X5 = X | number & object; alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypesWithExtends1.ts45 type X5<T> = alias
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h177 const UINT_64 X5 = InitBit(0, 5); variable