Home
last modified time | relevance | path

Searched refs:vOff (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat192.java107 public static int addToEachOther(int[] u, int uOff, int[] v, int vOff) in addToEachOther() argument
110 c += (u[uOff + 0] & M) + (v[vOff + 0] & M); in addToEachOther()
112 v[vOff + 0] = (int)c; in addToEachOther()
114 c += (u[uOff + 1] & M) + (v[vOff + 1] & M); in addToEachOther()
116 v[vOff + 1] = (int)c; in addToEachOther()
118 c += (u[uOff + 2] & M) + (v[vOff + 2] & M); in addToEachOther()
120 v[vOff + 2] = (int)c; in addToEachOther()
122 c += (u[uOff + 3] & M) + (v[vOff + 3] & M); in addToEachOther()
124 v[vOff + 3] = (int)c; in addToEachOther()
126 c += (u[uOff + 4] & M) + (v[vOff + 4] & M); in addToEachOther()
[all …]
DNat256.java191 public static int addToEachOther(int[] u, int uOff, int[] v, int vOff) in addToEachOther() argument
194 c += (u[uOff + 0] & M) + (v[vOff + 0] & M); in addToEachOther()
196 v[vOff + 0] = (int)c; in addToEachOther()
198 c += (u[uOff + 1] & M) + (v[vOff + 1] & M); in addToEachOther()
200 v[vOff + 1] = (int)c; in addToEachOther()
202 c += (u[uOff + 2] & M) + (v[vOff + 2] & M); in addToEachOther()
204 v[vOff + 2] = (int)c; in addToEachOther()
206 c += (u[uOff + 3] & M) + (v[vOff + 3] & M); in addToEachOther()
208 v[vOff + 3] = (int)c; in addToEachOther()
210 c += (u[uOff + 4] & M) + (v[vOff + 4] & M); in addToEachOther()
[all …]
DNat224.java173 public static int addToEachOther(int[] u, int uOff, int[] v, int vOff) in addToEachOther() argument
176 c += (u[uOff + 0] & M) + (v[vOff + 0] & M); in addToEachOther()
178 v[vOff + 0] = (int)c; in addToEachOther()
180 c += (u[uOff + 1] & M) + (v[vOff + 1] & M); in addToEachOther()
182 v[vOff + 1] = (int)c; in addToEachOther()
184 c += (u[uOff + 2] & M) + (v[vOff + 2] & M); in addToEachOther()
186 v[vOff + 2] = (int)c; in addToEachOther()
188 c += (u[uOff + 3] & M) + (v[vOff + 3] & M); in addToEachOther()
190 v[vOff + 3] = (int)c; in addToEachOther()
192 c += (u[uOff + 4] & M) + (v[vOff + 4] & M); in addToEachOther()
[all …]
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...