Home
last modified time | relevance | path

Searched defs:U1 (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DunparenthesizedConstructorTypeInUnionOrIntersection.ts1 type U1 = string | new () => void; alias
DunparenthesizedFunctionTypeInUnionOrIntersection.ts1 type U1 = string | () => void; alias
/third_party/skia/third_party/externals/angle2/scripts/
Dbmp_to_nv12.py62 U1 = converted_pixels[((((i / width) * 2) * width) + (i % width)) * 3 + 1] variable
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts48 type U1 = Partial<A & B>; // never alias
DintersectionReduction.ts48 type U1 = Partial<A & B>; // never alias
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts194 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/
DStringExtras.h161 unsigned U1 = hexDigitValue(MSB); in hexFromNibbles() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local
576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local
Dyuv_sse2.c664 __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/
DvariadicTuples1.ts402 type U1 = [string, ...Numbers, boolean]; alias
/third_party/ffmpeg/libswscale/ppc/
Dyuv2rgb_altivec.c647 vector signed short X, X0, X1, Y0, U0, V0, Y1, U1, V1, U, V; in yuv2packedX_altivec() local
/third_party/ffmpeg/libavcodec/
Dtruemotion2.c86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
/third_party/openssl/crypto/ec/
Decp_nistz256.c316 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS]; in ecp_nistz256_point_add() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decp_nistz256.c316 BN_ULONG U1[P256_LIMBS], S1[P256_LIMBS]; in ecp_nistz256_point_add() local
/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.h163 uint32_t U1 = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp335 Instruction *U1 = cast<Instruction>(*IncrUse++); in handleFloatingPointIV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp686 SDValue U1 = U->getOperand(1); in IsProfitableToFold() local
/third_party/mesa3d/src/imgui/
Dimgui.h1943 float U0, V0, U1, V1; // Texture coordinates member
/third_party/skia/third_party/externals/imgui/
Dimgui.h2576 float U0, V0, U1, V1; // Texture coordinates member
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pBufferDataUploadTests.cpp6034 const float U1 = (float)(n1*n2 + n1*(n1 + 1)/2) - R1; in distributionCompare() local