Home
last modified time | relevance | path

Searched refs:xA (Results 1 – 25 of 44) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DambientEnumElementInitializer5.types5 e = -0xA
7 >-0xA : -10
8 >0xA : 10
DambientEnumElementInitializer4.types5 e = 0xA
7 >0xA : 10
DambientEnumElementInitializer4.symbols5 e = 0xA
DambientEnumElementInitializer5.symbols5 e = -0xA
/third_party/skia/gm/
Dcomplexclip2.cpp35 SkScalar xA = 0.65f; in ComplexClip2GM() local
41 fWidth = xF - xA; in ComplexClip2GM()
53 SkScalar xA = 0.65f; in onOnceBeforeDraw() local
72 fRects[1].setLTRB(xA, yA, xD, yD); in onOnceBeforeDraw()
82 fRects[3].setLTRB(xA, yC, xD, yF); in onOnceBeforeDraw()
/third_party/python/Doc/c-api/
Dapiabiversion.rst30 This can be ``0xA`` for alpha, ``0xB`` for beta, ``0xC`` for release
53 | 4 | 25-28 | ``PY_RELEASE_LEVEL`` | ``0xA`` |
/third_party/mbedtls/tests/suites/
Dtest_suite_ecp.function183 mbedtls_mpi dA, xA, yA, dB, xZ, yZ;
191 mbedtls_mpi_init(&dA); mbedtls_mpi_init(&xA); mbedtls_mpi_init(&yA);
198 TEST_ASSERT(mbedtls_test_read_mpi(&xA, xA_str) == 0);
216 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&R.X, &xA) == 0);
250 mbedtls_mpi_free(&dA); mbedtls_mpi_free(&xA); mbedtls_mpi_free(&yA);
333 mbedtls_mpi dA, xA, yA, dB, xB, yB, xZ, yZ;
337 mbedtls_mpi_init(&dA); mbedtls_mpi_init(&xA); mbedtls_mpi_init(&yA); mbedtls_mpi_init(&dB);
346 TEST_ASSERT(mbedtls_test_read_mpi(&xA, xA_str) == 0);
356 TEST_ASSERT(mbedtls_mpi_cmp_mpi(&R.X, &xA) == 0);
378 mbedtls_mpi_free(&dA); mbedtls_mpi_free(&xA); mbedtls_mpi_free(&yA); mbedtls_mpi_free(&dB);
[all …]
/third_party/node/deps/openssl/openssl/crypto/sm2/
Dsm2_sign.c39 BIGNUM *xA = NULL; in ossl_sm2_compute_z_digest() local
58 xA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
122 xA, yA, ctx) in ossl_sm2_compute_z_digest()
123 || BN_bn2binpad(xA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/third_party/openssl/crypto/sm2/
Dsm2_sign.c39 BIGNUM *xA = NULL; in ossl_sm2_compute_z_digest() local
58 xA = BN_CTX_get(ctx); in ossl_sm2_compute_z_digest()
122 xA, yA, ctx) in ossl_sm2_compute_z_digest()
123 || BN_bn2binpad(xA, buf, p_bytes) < 0 in ossl_sm2_compute_z_digest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSystemRegister.inc97 { "r10_fiq", 0xA }, // 9
198 { 0xA, 9 },
/third_party/openssl/test/
Ddhtest.c527 const unsigned char *xA; member
573 if (!TEST_ptr(priv_key = BN_bin2bn(td->xA, td->xA_len, NULL)) in rfc5114_test()
/third_party/glslang/Test/
Dspv.constConstruct.vert23 float16_t(uint32_t (0xA));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSystemOperands.inc1246 { "ishst", 0xA }, // 7
1305 { 0xA, 7 },
1769 { "plil2keep", 0xA }, // 8
1840 { 0xA, 8 },
2047 { "vl32", 0xA }, // 10
2116 { 0xA, 10 },
2161 { "pstl2keep", 0xA, {AArch64::FeatureSVE} }, // 8
2220 { 0xA, 8 },
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMicroMipsInstrFormats.td1025 let Inst{15-12} = 0xA;
DMicroMipsInstrInfo.td1066 def SCE_MM : MMRel, SCEBaseMM<"sce", GPR32Opnd>, LLE_FM_MM<0xA>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonPseudo.td517 def DuplexIClassA: InstDuplex < 0xA >;
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_stencil_two_side.txt154 glStencilClear(0xA);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td369 // 0xA, "FMA_64",
DR600Instructions.td763 0xA, "SETGE",
/third_party/openGLES/extensions/EXT/
DEXT_stencil_two_side.txt154 glStencilClear(0xA);
/third_party/unity/docs/
DUnityConfigurationGuide.md284 TEST_PRINTF("Binary %b\n", 0xA);
/third_party/skia/tests/
DPathOpsOpTest.cpp1171 SkScalar xA = 0.65f; in rRect1() local
1188 rects[1].setLTRB(xA, yA, xD, yD); in rRect1()
1192 rects[3].setLTRB(xA, yC, xD, yF); in rRect1()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_geometry_program4.txt131 LINES_ADJACENCY_EXT 0xA
/third_party/openGLES/extensions/NV/
DNV_geometry_program4.txt131 LINES_ADJACENCY_EXT 0xA
/third_party/skia/third_party/externals/libjpeg-turbo/testimages/
Dtestorig.ppm4 …����������������������Ŝ��bP�J:�L<�QA�L>�@7�C;�F@�D?�>;�:8�::�>=�=;�?<�@=}@=xA<tB;rC;rC;q?6s>6s>6r=…

12