/third_party/typescript/tests/cases/compiler/ |
D | unparenthesizedConstructorTypeInUnionOrIntersection.ts | 2 type U2 = string | new (foo: number) => void alias
|
D | unparenthesizedFunctionTypeInUnionOrIntersection.ts | 2 type U2 = string | (foo: number) => void alias
|
D | strictOptionalProperties1.ts | 190 interface U2 { interface
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | bmp_to_nv12.py | 63 U2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 1] variable
|
/third_party/typescript/tests/baselines/reference/ |
D | qualify.js | 89 (function (U2) { argument
|
/third_party/rust/crates/unicode-width/scripts/ |
D | unicode.py | 38 U2 = 2 variable in OffsetType
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 49 type U2 = Readonly<A & B>; // never alias
|
D | intersectionReduction.ts | 49 type U2 = Readonly<A & B>; // never alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 195 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/ |
D | xxan.c | 244 uint8_t *U2 = U + s->pic->linesize[1]; in xan_decode_chroma() local
|
D | truemotion2.c | 86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 162 unsigned U2 = hexDigitValue(LSB); in hexFromNibbles() local
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistz256.c | 315 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/ |
D | ecp_nistz256.c | 315 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/ |
D | variadicTuples1.ts | 403 type U2 = [...[string, ...Numbers], boolean]; alias
|
/third_party/mbedtls/library/ |
D | bignum.c | 2118 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/ |
D | SymbolRecord.h | 164 uint32_t U2 = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 337 Instruction *U2 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 6035 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/ |
D | SelectionDAGBuilder.cpp | 3105 auto U2 = dyn_cast<Instruction>(*U->user_begin()); in isVectorReductionOp() local
|