/external/llvm-project/clang-tools-extra/test/clang-doc/ |
D | single-file-public.cpp | 1 // RUN: rm -rf %t 5 // RUN: clang-doc --doxygen --public --executor=standalone -p %t %t/test.cpp -output=%t/docs 6 // RUN: cat %t/docs/GlobalNamespace/Record.yaml | FileCheck %s --check-prefix=CHECK 7 // RUN: rm -rf %t 21 // CHECK: --- 22 …-NEXT: USR: '{{[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z… 23 // CHECK-NEXT: Name: 'Record' 24 // CHECK-NEXT: Path: 'GlobalNamespace' 25 // CHECK-NEXT: Namespace: 26 // CHECK-NEXT: - Type: Namespace [all …]
|
D | single-file.cpp | 1 // RUN: rm -rf %t 5 // RUN: clang-doc --doxygen --executor=standalone -p %t %t/test.cpp -output=%t/docs 6 // RUN: cat %t/docs/GlobalNamespace/index.yaml | FileCheck %s --check-prefix=CHECK 7 // RUN: rm -rf %t 13 // CHECK: --- 14 …-NEXT: USR: '{{[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z… 15 // CHECK-NEXT: ChildFunctions: 16 …-NEXT: - USR: '{{[0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-9A-Z][0-… 17 // CHECK-NEXT: Name: 'function' 18 // CHECK-NEXT: DefLocation: [all …]
|
/external/ImageMagick/images/ |
D | bitcoin.svg | 3 <!-- Created with https://api.qrserver.com (QR Code API, see goQR.me/api for information) --> 6 <rect style="fill:rgb(255, 255, 255);fill-opacity:1" x="0" y="0" width="234" height="234" /> 8 …-6,0 z M 12,6 l 6,0 0,6 -6,0 z M 18,6 l 6,0 0,6 -6,0 z M 24,6 l 6,0 0,6 -6,0 z M 30,6 l 6,0 0,6 -6…
|
/external/oss-fuzz/projects/exprtk/ |
D | exprtk_test_expressions.dict | 8 "a+-b" 11 "(a-a)" 14 "(b-b)" 24 "a+b-c" 25 "a-b-c" 30 "x*y*z" 31 "x*y+z" 32 "x*y-z" 33 "x*y/z" 34 "x+y*z" [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | gradient.miff | 7 profile-icm=3144 9 …-HP cprtP3desc�lwtpt�bkpt… 10 #(-27;@EJOTY^chmrw|�������������������������… 11 %+28>ELRY`gnu|����������������&/8AKT]gqz��…
|
/external/freetype/src/gzip/ |
D | inflate.c | 1 /* inflate.c -- zlib interface to inflate modules 2 * Copyright (C) 1995-2002 Mark Adler 26 BAD} /* got an error--stay here */ 54 ZEXPORT(int) inflateReset( /* z) */ in inflateReset() 55 z_streamp z ) in inflateReset() argument 57 if (z == Z_NULL || z->state == Z_NULL) in inflateReset() 59 z->total_in = z->total_out = 0; in inflateReset() 60 z->msg = Z_NULL; in inflateReset() 61 z->state->mode = z->state->nowrap ? BLOCKS : METHOD; in inflateReset() 62 inflate_blocks_reset(z->state->blocks, z, Z_NULL); in inflateReset() [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/wmf/ |
D | clock.miff | 1 id=ImageMagick version=1.0 2 class=DirectClass colors=0 matte=True 3 columns=368 rows=372 depth=8 4 colorspace=RGB 5 resolution=72x72 6 compose=Over 7 8 …�����������������������������������������������������ӫ��z�z�z�z�z�z�z�z�z�z�z…
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle-ms-arg-qualifiers.cpp | 1 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 | FileCheck %s 2 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-win32 | FileCheck -check-prefix=X64 %s 5 // CHECK: "?foo@@YAXI@Z" 6 // X64: "?foo@@YAXI@Z" 9 // CHECK: "?foo@@YAXN@Z" 10 // X64: "?foo@@YAXN@Z" 13 // CHECK: "?bar@@YAXN@Z" 14 // X64: "?bar@@YAXN@Z" 17 // CHECK: "?foo_pad@@YAXPAD@Z" 18 // X64: "?foo_pad@@YAXPEAD@Z" [all …]
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-arg-qualifiers.cpp | 1 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=i386-pc-win32 | FileCheck %s 2 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-pc-win32 | FileCheck -check-prefix=X64 %s 5 // CHECK: "\01?foo@@YAXI@Z" 6 // X64: "\01?foo@@YAXI@Z" 9 // CHECK: "\01?foo@@YAXN@Z" 10 // X64: "\01?foo@@YAXN@Z" 13 // CHECK: "\01?bar@@YAXN@Z" 14 // X64: "\01?bar@@YAXN@Z" 17 // CHECK: "\01?foo_pad@@YAXPAD@Z" 18 // X64: "\01?foo_pad@@YAXPEAD@Z" [all …]
|
/external/boringssl/src/crypto/ecdh_extra/ |
D | ecdh_tests.txt | 1 # Tests from NIST CAVP SP 800-56A ECCCDH Primitive Test Vectors. 4 # P-521 test vectors were fixed to have the right length. 6 Curve = P-224 12 Z = 7d96f9a3bd3c05cf5cc37feb8b9d5209d5c2597464dec3e9983743e8 14 Curve = P-224 20 Z = ee93ce06b89ff72009e858c68eb708e7bc79ee0300f73bed69bbca09 22 Curve = P-224 28 Z = 3fcc01e34d4449da2a974b23fc36f9566754259d39149790cfa1ebd3 30 Curve = P-224 36 Z = 49129628b23afcef48139a3f6f59ff5e9811aa746aa4ff33c24bb940 [all …]
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ |
D | select-and-cmp.ll | 2 ; RUN: opt < %s -instsimplify -S | FileCheck %s 4 define i32 @select_and_icmp(i32 %x, i32 %y, i32 %z) { 5 ; CHECK-LABEL: @select_and_icmp( 6 ; CHECK-NEXT: ret i32 [[X:%.*]] 8 %A = icmp eq i32 %x, %z 9 %B = icmp eq i32 %y, %z 11 %D = select i1 %C, i32 %z, i32 %x 15 define <2 x i8> @select_and_icmp_vec(<2 x i8> %x, <2 x i8> %y, <2 x i8> %z) { 16 ; CHECK-LABEL: @select_and_icmp_vec( 17 ; CHECK-NEXT: ret <2 x i8> [[X:%.*]] [all …]
|
D | select-or-cmp.ll | 2 ; RUN: opt < %s -instsimplify -S | FileCheck %s 4 define i32 @select_or_icmp(i32 %x, i32 %y, i32 %z) { 5 ; CHECK-LABEL: @select_or_icmp( 6 ; CHECK-NEXT: ret i32 [[Z:%.*]] 8 %A = icmp ne i32 %x, %z 9 %B = icmp ne i32 %y, %z 11 %D = select i1 %C, i32 %z, i32 %x 15 define <2 x i8> @select_or_icmp_vec(<2 x i8> %x, <2 x i8> %y, <2 x i8> %z) { 16 ; CHECK-LABEL: @select_or_icmp_vec( 17 ; CHECK-NEXT: ret <2 x i8> [[Z:%.*]] [all …]
|
/external/cldr/common/validity/ |
D | language.xml | 1 <?xml version='1.0' encoding='UTF-8' ?> 3 <!-- 4 © 1991-2017 Unicode, Inc. 11 Tool documented on: http://cldr.unicode.org/development/updating-codes/update-validity-xml 12 --> 16 <id type='language' idStatus='regular'> <!-- 7908 items --> 18 ab aba~j abl~z 19 aca~b acd~f ach~i ack~n acp~z 20 ada~b add~j adl adn~o adq~u adw~z 21 ae aea~e aek~n aeq~s aeu aew aey~z [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256R1Field.java | 19 // 2^256 - 2^224 + 2^192 + 2^96 - 1 28 public static void add(int[] x, int[] y, int[] z) in add() argument 30 int c = Nat256.add(x, y, z); in add() 31 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in add() 33 addPInvTo(z); in add() 46 public static void addOne(int[] x, int[] z) in addOne() argument 48 int c = Nat.inc(8, x, z); in addOne() 49 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in addOne() 51 addPInvTo(z); in addOne() 57 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local [all …]
|
D | SecP384R1Field.java | 19 // 2^384 - 2^128 - 2^96 + 2^32 - 1 31 public static void add(int[] x, int[] y, int[] z) in add() argument 33 int c = Nat.add(12, x, y, z); in add() 34 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in add() 36 addPInvTo(z); in add() 52 public static void addOne(int[] x, int[] z) in addOne() argument 54 int c = Nat.inc(12, x, z); in addOne() 55 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in addOne() 57 addPInvTo(z); in addOne() 63 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256R1Field.java | 15 // 2^256 - 2^224 + 2^192 + 2^96 - 1 24 public static void add(int[] x, int[] y, int[] z) in add() argument 26 int c = Nat256.add(x, y, z); in add() 27 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in add() 29 addPInvTo(z); in add() 42 public static void addOne(int[] x, int[] z) in addOne() argument 44 int c = Nat.inc(8, x, z); in addOne() 45 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in addOne() 47 addPInvTo(z); in addOne() 53 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local [all …]
|
D | SecP384R1Field.java | 15 // 2^384 - 2^128 - 2^96 + 2^32 - 1 27 public static void add(int[] x, int[] y, int[] z) in add() argument 29 int c = Nat.add(12, x, y, z); in add() 30 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in add() 32 addPInvTo(z); in add() 48 public static void addOne(int[] x, int[] z) in addOne() argument 50 int c = Nat.inc(12, x, z); in addOne() 51 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in addOne() 53 addPInvTo(z); in addOne() 59 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256R1Field.java | 19 // 2^256 - 2^224 + 2^192 + 2^96 - 1 28 public static void add(int[] x, int[] y, int[] z) in add() argument 30 int c = Nat256.add(x, y, z); in add() 31 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in add() 33 addPInvTo(z); in add() 46 public static void addOne(int[] x, int[] z) in addOne() argument 48 int c = Nat.inc(8, x, z); in addOne() 49 if (c != 0 || (z[7] == P7 && Nat256.gte(z, P))) in addOne() 51 addPInvTo(z); in addOne() 57 int[] z = Nat256.fromBigInteger(x); in fromBigInteger() local [all …]
|
D | SecP384R1Field.java | 19 // 2^384 - 2^128 - 2^96 + 2^32 - 1 31 public static void add(int[] x, int[] y, int[] z) in add() argument 33 int c = Nat.add(12, x, y, z); in add() 34 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in add() 36 addPInvTo(z); in add() 52 public static void addOne(int[] x, int[] z) in addOne() argument 54 int c = Nat.inc(12, x, z); in addOne() 55 if (c != 0 || (z[11] == P11 && Nat.gte(12, z, P))) in addOne() 57 addPInvTo(z); in addOne() 63 int[] z = Nat.fromBigInteger(384, x); in fromBigInteger() local [all …]
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Nat.java | 15 public static int add(int len, int[] x, int[] y, int[] z) in add() argument 21 z[i] = (int)c; in add() 27 public static int add33At(int len, int x, int[] z, int zPos) in add33At() argument 29 // assert zPos <= (len - 2); in add33At() 30 long c = (z[zPos + 0] & M) + (x & M); in add33At() 31 z[zPos + 0] = (int)c; in add33At() 33 c += (z[zPos + 1] & M) + 1L; in add33At() 34 z[zPos + 1] = (int)c; in add33At() 36 return c == 0 ? 0 : incAt(len, z, zPos + 2); in add33At() 39 public static int add33At(int len, int x, int[] z, int zOff, int zPos) in add33At() argument [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat.java | 15 public static int add(int len, int[] x, int[] y, int[] z) in add() argument 21 z[i] = (int)c; in add() 27 public static int add33At(int len, int x, int[] z, int zPos) in add33At() argument 29 // assert zPos <= (len - 2); in add33At() 30 long c = (z[zPos + 0] & M) + (x & M); in add33At() 31 z[zPos + 0] = (int)c; in add33At() 33 c += (z[zPos + 1] & M) + 1L; in add33At() 34 z[zPos + 1] = (int)c; in add33At() 36 return c == 0 ? 0 : incAt(len, z, zPos + 2); in add33At() 39 public static int add33At(int len, int x, int[] z, int zOff, int zPos) in add33At() argument [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat.java | 11 public static int add(int len, int[] x, int[] y, int[] z) in add() argument 17 z[i] = (int)c; in add() 23 public static int add33At(int len, int x, int[] z, int zPos) in add33At() argument 25 // assert zPos <= (len - 2); in add33At() 26 long c = (z[zPos + 0] & M) + (x & M); in add33At() 27 z[zPos + 0] = (int)c; in add33At() 29 c += (z[zPos + 1] & M) + 1L; in add33At() 30 z[zPos + 1] = (int)c; in add33At() 32 return c == 0 ? 0 : incAt(len, z, zPos + 2); in add33At() 35 public static int add33At(int len, int x, int[] z, int zOff, int zPos) in add33At() argument [all …]
|
/external/python/cpython3/Modules/clinic/ |
D | cmathmodule.c.h | 6 "acos($module, z, /)\n" 7 "--\n" 9 "Return the arc cosine of z."); 15 cmath_acos_impl(PyObject *module, Py_complex z); 21 Py_complex z; in cmath_acos() local 24 z = PyComplex_AsCComplex(arg); in cmath_acos() 28 /* modifications for z */ in cmath_acos() 30 _return_value = cmath_acos_impl(module, z); in cmath_acos() 48 "acosh($module, z, /)\n" 49 "--\n" [all …]
|
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/DH/ |
D | KASValidityTest_FFCStatic_NOKC_ZZOnly_init.fax | 2 # FFC Validity Test for dhStatic Key Agreement Role Initiator - DLC PRIMITIVE TESTING ONLY - Info… 7 [SHA(s) supported (Used for hashing Z): SHA1 ] 9 [SHA(s) supported (Used for hashing Z): SHA224 ] 11 [SHA(s) supported (Used for hashing Z): SHA256 ] 16 [FA - SHA1] 28 Z = 8d8f4175e16e15a42eb9099b11528af88741cc206a088971d3064bb291eda608d1600bff829624db258fd15e95d96d3… 30 Result = P (0 - Correct) 39 Z = 40ad9d7fc4aa0194e5dd4f1efc6696da82a8b1fcc54148effc7c5bea78c1e1851ccebb1ff49f00b67c84d5dfec28aa9… 41 Result = F (5 - Z changed ) 50 Z = b845b1c9950f1e20d527aae929430d48554ec8e755e817d950a5623e022145b94c5817bbebfd4dc4e33cab4f1799a79… [all …]
|
D | KASValidityTest_FFCStatic_NOKC_ZZOnly_resp.fax | 2 # FFC Validity Test for dhStatic Key Agreement Role Responder - DLC PRIMITIVE TESTING ONLY - Info… 7 [SHA(s) supported (Used for hashing Z): SHA1 ] 9 [SHA(s) supported (Used for hashing Z): SHA224 ] 11 [SHA(s) supported (Used for hashing Z): SHA256 ] 16 [FA - SHA1] 28 Z = 8001b741680490f7303df56d9cba8ba4d6c156c37b351917709eb634a5f9cfcdc5568148f7a5505806a49f22819fd5c… 30 Result = P (0 - Correct) 39 Z = 0fdcc50d0a83ed19d422e8b8e271bbfc6aa2298bf459f5342c1eb92bd498589f6d3f9684775547c499b79d0d3adfbae… 41 Result = P (10 - Z value should have leading 0 nibble ) 50 Z = 626a03167b707cfe8e2a6b1e201de6b4c1362b4116d8967100d948adbff3f47571306250833ff2168a678bc25fba9d8… [all …]
|