Home
last modified time | relevance | path

Searched defs:U2 (Results 1 – 20 of 20) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunparenthesizedConstructorTypeInUnionOrIntersection.ts2 type U2 = string | new (foo: number) => void alias
DunparenthesizedFunctionTypeInUnionOrIntersection.ts2 type U2 = string | (foo: number) => void alias
DstrictOptionalProperties1.ts190 interface U2 { interface
/third_party/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py63 U2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 1] variable
/third_party/typescript/tests/baselines/reference/
Dqualify.js89 (function (U2) { argument
/third_party/rust/crates/unicode-width/scripts/
Dunicode.py38 U2 = 2 variable in OffsetType
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts49 type U2 = Readonly<A & B>; // never alias
DintersectionReduction.ts49 type U2 = Readonly<A & B>; // never alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts195 type U2 = {a2:A} | {b2:A} | {c2:A} | {d2:A} | {e2:A} | {f2:A} | {g2:A} | {h2:A} | {i2:A} | {j2:A}; alias
/third_party/ffmpeg/libavcodec/
Dxxan.c244 uint8_t *U2 = U + s->pic->linesize[1]; in xan_decode_chroma() local
Dtruemotion2.c86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h162 unsigned U2 = hexDigitValue(LSB); in hexFromNibbles() local
/third_party/openssl/crypto/ec/
Decp_nistz256.c315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local
446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nistz256.c315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local
446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add_affine() local
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts403 type U2 = [...[string, ...Numbers], boolean]; alias
/third_party/mbedtls/library/
Dbignum.c2118 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h164 uint32_t U2 = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp337 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6035 const float U2 = (float)(n1 * n2) - U1; in distributionCompare() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3105 auto U2 = dyn_cast<Instruction>(*U->user_begin()); in isVectorReductionOp() local