Home
last modified time | relevance | path

Searched defs:X4 (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/openssl/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/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.h133 # 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/compiler/
DmissingTypeArguments1.ts18 class X4<T> { class
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts30 type X4 = X | string & number; alias
DintersectionReduction.ts30 type X4 = X | string & number; alias
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypesWithExtends1.ts35 type X4<T extends new (...args: any[]) => any> = alias
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib2.h176 const UINT_64 X4 = InitBit(0, 4); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1925 Value *X1, *X2, *X3, *X4; in foldICmpOrConstant() local