/third_party/typescript/tests/cases/compiler/ |
D | unparenthesizedConstructorTypeInUnionOrIntersection.ts | 1 type U1 = string | new () => void; alias
|
D | unparenthesizedFunctionTypeInUnionOrIntersection.ts | 1 type U1 = string | () => void; alias
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | bmp_to_nv12.py | 62 U1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 1] variable
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 48 type U1 = Partial<A & B>; // never alias
|
D | intersectionReduction.ts | 48 type U1 = Partial<A & B>; // never alias
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 194 type U1 = {a1:A} | {b1:A} | {c1:A} | {d1:A} | {e1:A} | {f1:A} | {g1:A} | {h1:A} | {i1:A} | {j1:A}; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringExtras.h | 161 unsigned U1 = hexDigitValue(MSB); in hexFromNibbles() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local
|
D | yuv_sse2.c | 664 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE2() local 720 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE2() local
|
/third_party/typescript/tests/cases/conformance/types/tuple/ |
D | variadicTuples1.ts | 402 type U1 = [string, ...Numbers, boolean]; alias
|
/third_party/ffmpeg/libswscale/ppc/ |
D | yuv2rgb_altivec.c | 647 vector signed short X, X0, X1, Y0, U0, V0, Y1, U1, V1, U, V; in yuv2packedX_altivec() local
|
/third_party/ffmpeg/libavcodec/ |
D | truemotion2.c | 86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
|
/third_party/openssl/crypto/ec/ |
D | ecp_nistz256.c | 316 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS]; in ecp_nistz256_point_add() local
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ecp_nistz256.c | 316 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS]; in ecp_nistz256_point_add() local
|
/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 | 163 uint32_t U1 = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 335 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 686 SDValue U1 = U->getOperand(1); in IsProfitableToFold() local
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1943 float U0, V0, U1, V1; // Texture coordinates member
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2576 float U0, V0, U1, V1; // Texture coordinates member
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pBufferDataUploadTests.cpp | 6034 const float U1 = (float)(n1*n2 + n1*(n1 + 1)/2) - R1; in distributionCompare() local
|