/third_party/node/deps/v8/src/codegen/ |
D | tnode.h | 278 template <class T, class U1, class U2> 279 struct is_subtype<T, UnionT<U1, U2>> { 281 is_subtype<T, U1>::value || is_subtype<T, U2>::value; 283 template <class T1, class T2, class U1, class U2> 284 struct is_subtype<UnionT<T1, T2>, UnionT<U1, U2>> { 286 (is_subtype<T1, U1>::value || is_subtype<T1, U2>::value) && 287 (is_subtype<T2, U1>::value || is_subtype<T2, U2>::value); 332 template <class T, class U1, class U2> 333 struct types_have_common_values<T, UnionT<U1, U2>> { 334 static const bool value = types_have_common_values<T, U1>::value || [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | sourceMapPercentEncoded.symbols | 1 === tests/cases/compiler/①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts === 3 >a : Symbol(a, Decl(①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts, 0, 3)) 6 >b : Symbol(b, Decl(①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts, 1, 3)) 9 >c : Symbol(c, Decl(①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts, 2, 3))
|
D | sourceMapPercentEncoded.js.map | 1 //// [①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].js.map] 2 …le":"①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].js","sourceRoot":"","sources":["①Ⅻㄨㄩ 啊阿…
|
D | sourceMapPercentEncoded.sourcemap.txt | 2 JsFile: ①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].js 5 sources: ①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts 8 emittedFile:tests/cases/compiler/①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].js 9 sourceFile:①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts
|
D | unparenthesizedConstructorTypeInUnionOrIntersection.symbols | 2 type U1 = string | new () => void; 3 >U1 : Symbol(U1, Decl(unparenthesizedConstructorTypeInUnionOrIntersection.ts, 0, 0))
|
D | unparenthesizedFunctionTypeInUnionOrIntersection.symbols | 2 type U1 = string | () => void; 3 >U1 : Symbol(U1, Decl(unparenthesizedFunctionTypeInUnionOrIntersection.ts, 0, 0))
|
D | unparenthesizedFunctionTypeInUnionOrIntersection.types | 2 type U1 = string | () => void; 3 >U1 : string | (() => void)
|
D | unparenthesizedConstructorTypeInUnionOrIntersection.types | 2 type U1 = string | new () => void; 3 >U1 : string | (new () => void)
|
D | strictOptionalProperties1.js | 183 interface U1 { 192 declare const u1: U1 449 interface U1 { 458 declare const u1: U1;
|
D | strictOptionalProperties1.symbols | 579 interface U1 { 580 >U1 : Symbol(U1, Decl(strictOptionalProperties1.ts, 179, 41)) 583 >name : Symbol(U1.name, Decl(strictOptionalProperties1.ts, 181, 14)) 586 >email : Symbol(U1.email, Decl(strictOptionalProperties1.ts, 182, 16)) 600 declare const u1: U1 602 >U1 : Symbol(U1, Decl(strictOptionalProperties1.ts, 179, 41)) 609 >u1.email : Symbol(U1.email, Decl(strictOptionalProperties1.ts, 182, 16)) 611 >email : Symbol(U1.email, Decl(strictOptionalProperties1.ts, 182, 16))
|
D | sourceMapPercentEncoded.types | 1 === tests/cases/compiler/①Ⅻㄨㄩ 啊阿鼾齄丂丄狚狛狜狝﨨﨩ˊˋ˙–⿻〇㐀㐁䶴䶵U1[]U2[]U3[].ts ===
|
/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 266 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 270 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 274 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 278 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 282 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 286 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 290 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 294 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() 298 Result.U1 = GetCompressedAnnotation(Next); in ParseCurrentAnnotation() [all …]
|
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
D | 067-nested-ifdef-ifndef.c | 6 #ifdef U1 34 #ifndef U1
|
/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 66 uv_buffer[i] = (U1 + U2) / 2
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | SymbolDumper.cpp | 466 W.printHex(Annotation.Name, Annotation.U1); in visitKnownRecord() 473 W.printNumber(Annotation.Name, Annotation.U1); in visitKnownRecord() 482 ObjDelegate->getFileNameForFileOffset(Annotation.U1), in visitKnownRecord() 483 Annotation.U1); in visitKnownRecord() 485 W.printHex("ChangeFile", Annotation.U1); in visitKnownRecord() 491 << W.hex(Annotation.U1) << ", LineOffset: " << Annotation.S1 in visitKnownRecord() 498 << ", Length: " << W.hex(Annotation.U1) << "}\n"; in visitKnownRecord()
|
/third_party/typescript/tests/cases/compiler/ |
D | strictOptionalProperties1.ts | 186 interface U1 { 195 declare const u1: U1
|
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/libwebp/src/dsp/ |
D | yuv_sse41.c | 510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local 521 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U1, &V1); in ConvertARGBToUV_SSE41() 523 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV_SSE41() 576 __m128i r, g, b, U0, V0, U1, V1; in ConvertRGBA32ToUV_SSE41() local 580 ConvertRGBToUV_SSE41(&r, &g, &b, &U1, &V1); in ConvertRGBA32ToUV_SSE41() 581 STORE_16(_mm_packus_epi16(U0, U1), u); in ConvertRGBA32ToUV_SSE41()
|
/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 163 assert(U1 != -1U && U2 != -1U); in hexFromNibbles() 165 return static_cast<uint8_t>((U1 << 4) | U2); in hexFromNibbles()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24() 25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
|
/third_party/openssl/test/ocsp-tests/ |
D | ISOP_ND2.ors | 8 yHBscKpYgt0mZcFZFxN3NTCNpT6IjJzZzTG9xTYZ3hZdMQQ3DYO+/Hv4J+U1/Ybq
|
/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 2127 mbedtls_mpi_init(&TA); mbedtls_mpi_init(&TU); mbedtls_mpi_init(&U1); mbedtls_mpi_init(&U2); in mbedtls_mpi_inv_mod() 2143 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&U1, 1)); in mbedtls_mpi_inv_mod() 2152 if ((U1.p[0] & 1) != 0 || (U2.p[0] & 1) != 0) { in mbedtls_mpi_inv_mod() 2153 MBEDTLS_MPI_CHK(mbedtls_mpi_add_mpi(&U1, &U1, &TB)); in mbedtls_mpi_inv_mod() 2157 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&U1, 1)); in mbedtls_mpi_inv_mod() 2175 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&U1, &U1, &V1)); in mbedtls_mpi_inv_mod() 2179 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&V1, &V1, &U1)); in mbedtls_mpi_inv_mod() 2196 mbedtls_mpi_free(&TA); mbedtls_mpi_free(&TU); mbedtls_mpi_free(&U1); mbedtls_mpi_free(&U2); in mbedtls_mpi_inv_mod()
|
/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 708 U1 = vec_mergel(U, U); in yuv2packedX_altivec() 712 cvtyuvtoRGB(c, Y1, U1, V1, &R1, &G1, &B1); in yuv2packedX_altivec() 799 U1 = vec_mergel(U, U); in yuv2packedX_altivec() 803 cvtyuvtoRGB(c, Y1, U1, V1, &R1, &G1, &B1); in yuv2packedX_altivec()
|
/third_party/selinux/checkpolicy/ |
D | policy_scan.l | 236 U1 { return(U1); }
|