/external/ImageMagick/PerlMagick/t/reference/wmf/ |
D | clock.miff | 15 …����������������������������y�����zz��zz��zz��zz��zz��zz��zz��zz�…
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat512.java | 6 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 8 Nat256.mul(x, y, zz); in mul() 9 Nat256.mul(x, 8, y, 8, zz, 16); in mul() 11 int c24 = Nat256.addToEachOther(zz, 8, zz, 16); in mul() 12 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); in mul() 13 c24 += Nat256.addTo(zz, 24, zz, 16, c16); in mul() 21 c24 += neg ? Nat.addTo(16, tt, 0, zz, 8) : Nat.subFrom(16, tt, 0, zz, 8); in mul() 22 Nat.addWordAt(32, c24, zz, 24); in mul() 25 public static void square(int[] x, int[] zz) in square() argument 27 Nat256.square(x, zz); in square() [all …]
|
D | Nat384.java | 6 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 8 Nat192.mul(x, y, zz); in mul() 9 Nat192.mul(x, 6, y, 6, zz, 12); in mul() 11 int c18 = Nat192.addToEachOther(zz, 6, zz, 12); in mul() 12 int c12 = c18 + Nat192.addTo(zz, 0, zz, 6, 0); in mul() 13 c18 += Nat192.addTo(zz, 18, zz, 12, c12); in mul() 21 c18 += neg ? Nat.addTo(12, tt, 0, zz, 6) : Nat.subFrom(12, tt, 0, zz, 6); in mul() 22 Nat.addWordAt(24, c18, zz, 18); in mul() 25 public static void square(int[] x, int[] zz) in square() argument 27 Nat192.square(x, zz); in square() [all …]
|
D | Nat192.java | 362 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 374 zz[0] = (int)c; in mul() 377 zz[1] = (int)c; in mul() 380 zz[2] = (int)c; in mul() 383 zz[3] = (int)c; in mul() 386 zz[4] = (int)c; in mul() 389 zz[5] = (int)c; in mul() 391 zz[6] = (int)c; in mul() 397 c += x_i * y_0 + (zz[i + 0] & M); in mul() 398 zz[i + 0] = (int)c; in mul() [all …]
|
D | Nat224.java | 353 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 366 zz[0] = (int)c; in mul() 369 zz[1] = (int)c; in mul() 372 zz[2] = (int)c; in mul() 375 zz[3] = (int)c; in mul() 378 zz[4] = (int)c; in mul() 381 zz[5] = (int)c; in mul() 384 zz[6] = (int)c; in mul() 386 zz[7] = (int)c; in mul() 392 c += x_i * y_0 + (zz[i + 0] & M); in mul() [all …]
|
D | Nat256.java | 460 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 474 zz[0] = (int)c; in mul() 477 zz[1] = (int)c; in mul() 480 zz[2] = (int)c; in mul() 483 zz[3] = (int)c; in mul() 486 zz[4] = (int)c; in mul() 489 zz[5] = (int)c; in mul() 492 zz[6] = (int)c; in mul() 495 zz[7] = (int)c; in mul() 497 zz[8] = (int)c; in mul() [all …]
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat512.java | 10 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 12 Nat256.mul(x, y, zz); in mul() 13 Nat256.mul(x, 8, y, 8, zz, 16); in mul() 15 int c24 = Nat256.addToEachOther(zz, 8, zz, 16); in mul() 16 int c16 = c24 + Nat256.addTo(zz, 0, zz, 8, 0); in mul() 17 c24 += Nat256.addTo(zz, 24, zz, 16, c16); in mul() 25 c24 += neg ? Nat.addTo(16, tt, 0, zz, 8) : Nat.subFrom(16, tt, 0, zz, 8); in mul() 26 Nat.addWordAt(32, c24, zz, 24); in mul() 29 public static void square(int[] x, int[] zz) in square() argument 31 Nat256.square(x, zz); in square() [all …]
|
D | Nat384.java | 10 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 12 Nat192.mul(x, y, zz); in mul() 13 Nat192.mul(x, 6, y, 6, zz, 12); in mul() 15 int c18 = Nat192.addToEachOther(zz, 6, zz, 12); in mul() 16 int c12 = c18 + Nat192.addTo(zz, 0, zz, 6, 0); in mul() 17 c18 += Nat192.addTo(zz, 18, zz, 12, c12); in mul() 25 c18 += neg ? Nat.addTo(12, tt, 0, zz, 6) : Nat.subFrom(12, tt, 0, zz, 6); in mul() 26 Nat.addWordAt(24, c18, zz, 18); in mul() 29 public static void square(int[] x, int[] zz) in square() argument 31 Nat192.square(x, zz); in square() [all …]
|
D | Nat192.java | 366 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 378 zz[0] = (int)c; in mul() 381 zz[1] = (int)c; in mul() 384 zz[2] = (int)c; in mul() 387 zz[3] = (int)c; in mul() 390 zz[4] = (int)c; in mul() 393 zz[5] = (int)c; in mul() 395 zz[6] = (int)c; in mul() 401 c += x_i * y_0 + (zz[i + 0] & M); in mul() 402 zz[i + 0] = (int)c; in mul() [all …]
|
D | Nat224.java | 357 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 370 zz[0] = (int)c; in mul() 373 zz[1] = (int)c; in mul() 376 zz[2] = (int)c; in mul() 379 zz[3] = (int)c; in mul() 382 zz[4] = (int)c; in mul() 385 zz[5] = (int)c; in mul() 388 zz[6] = (int)c; in mul() 390 zz[7] = (int)c; in mul() 396 c += x_i * y_0 + (zz[i + 0] & M); in mul() [all …]
|
D | Nat256.java | 464 public static void mul(int[] x, int[] y, int[] zz) in mul() argument 478 zz[0] = (int)c; in mul() 481 zz[1] = (int)c; in mul() 484 zz[2] = (int)c; in mul() 487 zz[3] = (int)c; in mul() 490 zz[4] = (int)c; in mul() 493 zz[5] = (int)c; in mul() 496 zz[6] = (int)c; in mul() 499 zz[7] = (int)c; in mul() 501 zz[8] = (int)c; in mul() [all …]
|
/external/libxml2/result/errors/ |
D | 759573-2.xml.err | 2 %zz; 8 %zz; 14 %zz; 20 %zz;<!ELEMENTD(%MENT%MENTDŹMENTD%zNMT9KENSMYSYSTEM;MENT9%zz; 26 %zz;<!ELEMENTD(%MENT%MENTDŹMENTD%zNMT9KENSMYSYSTEM;MENT9%zz; 32 %zz;<!ELEMENTD(%MENT%MENTDŹMENTD%zNMT9KENSMYSYSTEM;MENT9%zz; 38 %xx;�ggKENSMYNT#MENTDŴzz;'> 41 %zz;<!ELEMENTD(%MENT%MENTDŹMENTD%zNMT9KENSMYSYSTEM;MENT9%zz; 44 %xx;�ggKENSMYNT#MENTDŴzz;'> 47 %zz;<!ELEMENTD(%MENT%MENTDŹMENTD%zNMT9KENSMYSYSTEM;MENT9%zz;
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/ec/custom/sec/ |
D | SecP256K1Field.java | 35 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 37 int c = Nat.add(16, xx, yy, zz); in addExt() 38 if (c != 0 || (zz[15] == PExt15 && Nat.gte(16, zz, PExt))) in addExt() 40 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 42 Nat.incAt(16, zz, PExtInv.length); in addExt() 86 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 88 int c = Nat256.mulAddTo(x, y, zz); in multiplyAddToExt() 89 if (c != 0 || (zz[15] == PExt15 && Nat.gte(16, zz, PExt))) in multiplyAddToExt() 91 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 93 Nat.incAt(16, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP192K1Field.java | 33 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 35 int c = Nat.add(12, xx, yy, zz); in addExt() 36 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in addExt() 38 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 40 Nat.incAt(12, zz, PExtInv.length); in addExt() 84 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 86 int c = Nat192.mulAddTo(x, y, zz); in multiplyAddToExt() 87 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in multiplyAddToExt() 89 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 91 Nat.incAt(12, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP224K1Field.java | 34 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 36 int c = Nat.add(14, xx, yy, zz); in addExt() 37 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in addExt() 39 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 41 Nat.incAt(14, zz, PExtInv.length); in addExt() 85 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 87 int c = Nat224.mulAddTo(x, y, zz); in multiplyAddToExt() 88 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in multiplyAddToExt() 90 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 92 Nat.incAt(14, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP192R1Field.java | 34 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 36 int c = Nat.add(12, xx, yy, zz); in addExt() 37 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in addExt() 39 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 41 Nat.incAt(12, zz, PExtInv.length); in addExt() 85 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 87 int c = Nat192.mulAddTo(x, y, zz); in multiplyAddToExt() 88 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in multiplyAddToExt() 90 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 92 Nat.incAt(12, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP224R1Field.java | 34 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 36 int c = Nat.add(14, xx, yy, zz); in addExt() 37 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in addExt() 39 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 41 Nat.incAt(14, zz, PExtInv.length); in addExt() 85 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 87 int c = Nat224.mulAddTo(x, y, zz); in multiplyAddToExt() 88 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in multiplyAddToExt() 90 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 92 Nat.incAt(14, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
D | SecP224K1Field.java | 30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 32 int c = Nat.add(14, xx, yy, zz); in addExt() 33 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in addExt() 35 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 37 Nat.incAt(14, zz, PExtInv.length); in addExt() 81 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 83 int c = Nat224.mulAddTo(x, y, zz); in multiplyAddToExt() 84 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in multiplyAddToExt() 86 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 88 Nat.incAt(14, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP192K1Field.java | 29 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 31 int c = Nat.add(12, xx, yy, zz); in addExt() 32 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in addExt() 34 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 36 Nat.incAt(12, zz, PExtInv.length); in addExt() 80 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 82 int c = Nat192.mulAddTo(x, y, zz); in multiplyAddToExt() 83 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in multiplyAddToExt() 85 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 87 Nat.incAt(12, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP256K1Field.java | 31 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 33 int c = Nat.add(16, xx, yy, zz); in addExt() 34 if (c != 0 || (zz[15] == PExt15 && Nat.gte(16, zz, PExt))) in addExt() 36 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 38 Nat.incAt(16, zz, PExtInv.length); in addExt() 82 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 84 int c = Nat256.mulAddTo(x, y, zz); in multiplyAddToExt() 85 if (c != 0 || (zz[15] == PExt15 && Nat.gte(16, zz, PExt))) in multiplyAddToExt() 87 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 89 Nat.incAt(16, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP192R1Field.java | 30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 32 int c = Nat.add(12, xx, yy, zz); in addExt() 33 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in addExt() 35 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 37 Nat.incAt(12, zz, PExtInv.length); in addExt() 81 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 83 int c = Nat192.mulAddTo(x, y, zz); in multiplyAddToExt() 84 if (c != 0 || (zz[11] == PExt11 && Nat.gte(12, zz, PExt))) in multiplyAddToExt() 86 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 88 Nat.incAt(12, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
D | SecP224R1Field.java | 30 public static void addExt(int[] xx, int[] yy, int[] zz) in addExt() argument 32 int c = Nat.add(14, xx, yy, zz); in addExt() 33 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in addExt() 35 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in addExt() 37 Nat.incAt(14, zz, PExtInv.length); in addExt() 81 public static void multiplyAddToExt(int[] x, int[] y, int[] zz) in multiplyAddToExt() argument 83 int c = Nat224.mulAddTo(x, y, zz); in multiplyAddToExt() 84 if (c != 0 || (zz[13] == PExt13 && Nat.gte(14, zz, PExt))) in multiplyAddToExt() 86 if (Nat.addTo(PExtInv.length, PExtInv, zz) != 0) in multiplyAddToExt() 88 Nat.incAt(14, zz, PExtInv.length); in multiplyAddToExt() [all …]
|
/external/bzip2/ |
D | huffman.c | 35 Int32 zz, tmp; \ 36 zz = z; tmp = heap[zz]; \ 37 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 38 heap[zz] = heap[zz >> 1]; \ 39 zz >>= 1; \ 41 heap[zz] = tmp; \ 46 Int32 zz, yy, tmp; \ 47 zz = z; tmp = heap[zz]; \ 49 yy = zz << 1; \ 55 heap[zz] = heap[yy]; \ [all …]
|
/external/u-boot/lib/bzip2/ |
D | bzlib_huffman.c | 76 Int32 zz, tmp; \ 77 zz = z; tmp = heap[zz]; \ 78 while (weight[tmp] < weight[heap[zz >> 1]]) { \ 79 heap[zz] = heap[zz >> 1]; \ 80 zz >>= 1; \ 82 heap[zz] = tmp; \ 87 Int32 zz, yy, tmp; \ 88 zz = z; tmp = heap[zz]; \ 90 yy = zz << 1; \ 96 heap[zz] = heap[yy]; \ [all …]
|
/external/ImageMagick/PerlMagick/t/reference/write/composite/ |
D | CopyRed.miff | 41 …zz�fzz�{zz�tzz�]zz�lzz��zz��zz��zz��zz��zz��zz�ozz��zz��zz��zz��zz��zz��zz��zz��zz��zz��zz��zz��zz…
|