Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 75) sorted by relevance

123

/dalvik/libdex/
Dsha1.cpp135 unsigned long a, b, c, d, e; in SHA1Transform() local
152 d = state[3]; in SHA1Transform()
155 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); in SHA1Transform()
156 R0(c,d,e,a,b, 3); R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); in SHA1Transform()
157 R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); R0(c,d,e,a,b, 8); in SHA1Transform()
158 R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
159 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); in SHA1Transform()
160 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); in SHA1Transform()
161 R1(c,d,e,a,b,18); R1(b,c,d,e,a,19); R2(a,b,c,d,e,20); in SHA1Transform()
162 R2(e,a,b,c,d,21); R2(d,e,a,b,c,22); R2(c,d,e,a,b,23); in SHA1Transform()
[all …]
/dalvik/dx/tests/121-sccp/
DBlort.java5 int a, b, c, d; in testIntAddSub() local
10 d = 5; in testIntAddSub()
11 a = d - b; in testIntAddSub()
12 if (c <= d) { in testIntAddSub()
13 c = d + 1; in testIntAddSub()
59 float a, b, c, d; in testFloatAddSub() local
64 d = 5; in testFloatAddSub()
65 a = d - b; in testFloatAddSub()
66 if (c <= d) { in testFloatAddSub()
67 c = d + 1; in testFloatAddSub()
[all …]
/dalvik/dx/src/com/android/dx/io/instructions/
DFourRegisterDecodedInstruction.java35 private final int d; field in FourRegisterDecodedInstruction
42 int a, int b, int c, int d) { in FourRegisterDecodedInstruction() argument
48 this.d = d; in FourRegisterDecodedInstruction()
73 return d; in getD()
80 getTarget(), getLiteral(), a, b, c, d); in withIndex()
DFiveRegisterDecodedInstruction.java35 private final int d; field in FiveRegisterDecodedInstruction
45 int a, int b, int c, int d, int e) { in FiveRegisterDecodedInstruction() argument
51 this.d = d; in FiveRegisterDecodedInstruction()
77 return d; in getD()
89 getTarget(), getLiteral(), a, b, c, d, e); in withIndex()
DDecodedInstruction.java415 int d = getD(); in getDUnit() local
417 if ((d & ~0xffff) != 0) { in getDUnit()
418 throw new DexException("Register D out of range: " + Hex.u8(d)); in getDUnit()
421 return (short) d; in getDUnit()
429 int d = getD(); in getDByte() local
431 if ((d & ~0xff) != 0) { in getDByte()
432 throw new DexException("Register D out of range: " + Hex.u8(d)); in getDByte()
435 return (short) d; in getDByte()
443 int d = getD(); in getDNibble() local
445 if ((d & ~0xf) != 0) { in getDNibble()
[all …]
/dalvik/
DAndroid.mk38 d :=
40 d := debug
43 d := $(d)-install
45 ifneq ($(d),debug-install)
/dalvik/dx/tests/044-dex-math-ops/
DBlort.java22 private volatile double d; field in Blort
66 d = -d1; in blort()
67 d = d1 + d2; in blort()
68 d = d1 - d2; in blort()
69 d = d1 * d2; in blort()
70 d = d1 / d2; in blort()
71 d = d1 % d2; in blort()
Dexpected.txt9 0006: iput-wide v6, v5, Blort.d:D
14 000c: iput-wide v6, v5, Blort.d:D
19 0012: iput-wide v6, v5, Blort.d:D
24 0018: iput-wide v6, v5, Blort.d:D
28 001d: div-double/2addr v6, v8
29 001e: iput-wide v6, v5, Blort.d:D
34 0024: iput-wide v6, v5, Blort.d:D
63 001d: div-float/2addr v4, v5
84 000d: iput v4, v3, Blort.i:I
97 001d: move v5, v2
[all …]
/dalvik/dx/tests/024-code-bytecode/
Dsmall-class.txt24 06 41195895 5f8a0903 # 000d: double[415269.3433]
66 0d # 000d: fconst_2
78 14 000d # 0027: ldc2_w <double>
87 1d # 0037: iload_3
93 23 # 003d: fload_1
103 2d # 0047: aload_3
109 33 # 004d: baload
119 3d # 005c: istore_2
120 3e # 005d: istore_3
135 4d # 006c: astore_2
[all …]
Dexpected.txt20 000d: double{0x411958955f8a0903 / 415269.3433}
62 000d: fconst_2 // 2.0
89 003d: fload_1 // 01
105 004d: baload
116 005d: istore_3 // 03
132 006d: astore_3 // 03
148 007d: dup2_x2
164 008d: fdiv
180 009d: iand
245 014d: return
[all …]
/dalvik/dx/tests/032-bb-live-code/
Dexpected.txt109 0024: if_acmpeq 003d
111 next 003d
116 block 002a: 002a..002d
118 next 002d
120 block 002d: 002d..0030
121 002d: ifnonnull 0040
160 block 003c: 003c..003d
163 block 003d: 003d..003e
164 003d: return
194 000d: wide ret 0000
[all …]
/dalvik/dx/tests/085-dex-jsr-ret/
Dexpected.txt38 block 005d
65 blort.j:@001d: Rop{invoke-virtual . <- Lblort; call throws <any>}(blort.test_
71 blort.j:@002d: Rop{move-exception Ljava/lang/Throwable; <- . flows} v3:Ljava/
73 blort.j:@002d: goto . <- .
90 blort.j:@002d: move-object v0:Ljava/lang/Class;=java.lang.Throwable <- v3:Lja
92 blort.j:@002d: goto . <- .
93 next 005d
97 next 006d
98 block 006d
108 pred 006d
[all …]
/dalvik/dx/tests/014-field-attrib-ConstantValue/
Dsmall-class.txt17 01 000d "ConstantValue" # 0005: utf8["ConstantValue"]
21 01 0001 "d" # 0009: utf8["d"]
25 01 0001 "h" # 000d: utf8["h"]
39 01 0001 "Z" # 001d: utf8["Z"]
81 0009 # "d"
121 000d # "h"
122 001d # "S"
/dalvik/dx/tests/056-dex-call-interface/
DBlort.java19 public static int test(Zorch z, double d) { in test() argument
21 z.zorch2(d); in test()
DZorch.java20 public void zorch2(double d); in zorch2() argument
/dalvik/dx/tests/090-dex-unify-arrays/
Dexpected.txt13 000d: new-array v1, v1, java.lang.Integer[]
19 0002: if-eqz v2, 000f // +000d
26 000d: move v0, v2
35 0002: if-eqz v2, 000f // +000d
42 000d: move v0, v2
51 0002: if-eqz v2, 000f // +000d
58 000d: move v0, v2
67 0002: if-eqz v2, 000f // +000d
74 000d: move v0, v2
83 0002: if-eqz v2, 000f // +000d
[all …]
/dalvik/dx/tests/093-ssa-invoke-range/
DBlort.java5 (int a, int b, int c, int d, int e, int f) { in methodThatNeedsInvokeRange() argument
32 void testAllParams(int a, int b, int c, int d, int e, int f) { in testAllParams() argument
33 methodThatNeedsInvokeRange(a, b, c, d, e, f); in testAllParams()
/dalvik/dx/tests/072-dex-switch-edge-cases/
Dexpected.txt56 0003: sparse-switch v2, 0010 // +000d
64 000d: move v0, v2
75 0003: sparse-switch v2, 0010 // +000d
83 000d: move v0, v2
94 0003: sparse-switch v2, 0010 // +000d
102 000d: move v0, v2
113 0003: sparse-switch v2, 0010 // +000d
121 000d: move v0, v2
/dalvik/dx/tests/115-merge/testdata/
DAnnotated.java8 d = { @Annotated.Nested(e="E2", f=1695938256, g=7264081114510713000L) })
22 Nested[] d() default {}; in d() method
/dalvik/dx/tests/080-dex-exception-tables/
Dexpected.txt9 000d: move-exception v1
22 catch java.lang.IndexOutOfBoundsException -> 000d,
32 000d: move-exception v1
47 catch java.lang.IndexOutOfBoundsException -> 000d,
58 000f: const/16 v1, #int 13 // #000d
69 001d: move v0, v1
98 000c: const/16 v1, #int 13 // #000d
112 001d: move-object v0, v1
134 0009: const/16 v1, #int 13 // #000d
137 000d: move-exception v1
[all …]
/dalvik/dx/tests/053-dex-instance-var-access/
Dexpected.txt13 000d: iget v3, v3, Blort.insInt:I
25 001d: double-to-int v3, v3
30 0023: if-eqz v2, 002d // +000a
32 0026: if-lez v2, 002d // +0007
37 002d: const/4 v2, #null // #0
53 000d: move-object v4, v0
66 001d: int-to-long v5, v5
/dalvik/dx/tests/076-dex-synch-and-stack/
Dexpected.txt13 000d: move-exception v0
19 catch <any> -> 000d
/dalvik/dx/tests/045-dex-switch-ops/
Dexpected.txt14 000d: move v0, v2
41 000d: move v0, v2
48 0015: goto 0008 // -000d
/dalvik/dx/tests/034-dex-minimal/
Dexpected.txt4 00000c: 1d9c 3f88 730d|signature
6 000018: 5204 65e7 322d|
/dalvik/dx/tests/005-cp-top-down/
Dsmall-class.txt21 0c 000f 000d # 000b: nat[blort:()V]
23 01 0003 "()V" # 000d: utf8["()V"]

123