HomeSort by relevance Sort by last modified time
    Searched refs:c0 (Results 1 - 25 of 54) sorted by null

1 2 3

  /bootable/bootloader/legacy/arch_armv6/
dcc.S 35 mrc 14, 0, r0, c0, c1, 0
38 mrcne 14, 0, r0, c0, c5, 0
43 mrc 14, 0, r15, c0, c1, 0
44 mcrcc 14, 0, r0, c0, c5, 0
  /external/openssl/crypto/bn/asm/
co-586.pl 17 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
29 &add($c0,"eax");
39 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
45 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
60 &add($c0,"eax");
68 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
74 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
94 &add($c0,"eax");
99 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
107 local($a,$b,$c0,$c1,$c2)
    [all...]
x86_64-gcc.c 266 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
267 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
268 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
269 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
273 #define mul_add_c(a,b,c0,c1,c2) { \
277 c0 += t1; t2 += (c0<t1)?1:0;
    [all...]
  /external/openssl/crypto/bn/asm/x86/
comba.pl 6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
18 &add($c0,"eax");
28 &mov(&DWP($i*4,"eax","",0),$c0) if $pos > 0; # save r[];
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
49 &add($c0,"eax");
57 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
83 &add($c0,"eax");
88 &mov(&DWP($i*4,$r,"",0),$c0) if $pos > 0; # save r[];
96 local($a,$b,$c0,$c1,$c2)
    [all...]
  /bionic/libc/string/
memmove.c 40 size_t c0, c1, i; local
55 c0 = n & 0x1F; /* cache-line is 32 bytes */
66 while ( c0-- ) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 44 float c0 = -1.0f; local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5);
64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1);
65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1)
    [all...]
  /external/jpeg/
jquant2.c 121 * pointer corresponds to a C0 value (typically 2^5 = 32 pointers) and
320 int c0,c1,c2; local
330 for (c0 = c0min; c0 <= c0max; c0++)
332 histp = & histogram[c0][c1][c2min];
335 boxp->c0min = c0min = c0;
341 for (c0 = c0max; c0 >= c0min; c0--
429 int c0,c1,c2,cmax; local
507 int c0,c1,c2; local
923 register int c0, c1, c2; local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 429 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
430 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
431 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
432 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
435 #define mul_add_c(a,b,c0,c1,c2) \
439 c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++;
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 489 * @param c0 code unit to write
491 protected static void write(AnnotatedOutput out, short c0) {
492 out.writeShort(c0);
499 * @param c0 code unit to write
502 protected static void write(AnnotatedOutput out, short c0, short c1) {
503 out.writeShort(c0);
511 * @param c0 code unit to write
515 protected static void write(AnnotatedOutput out, short c0, short c1,
517 out.writeShort(c0);
526 * @param c0 code unit to writ
    [all...]
  /external/skia/src/core/
SkQuadClipper.cpp 41 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2,
47 SkScalar A = c0 - c1 - c1 + c2;
48 SkScalar B = 2*(c1 - c0);
49 SkScalar C = c0 - target;
SkEdgeClipper.cpp 55 static bool chopMonoQuadAt(SkScalar c0, SkScalar c1, SkScalar c2,
61 SkScalar A = c0 - c1 - c1 + c2;
62 SkScalar B = 2*(c1 - c0);
63 SkScalar C = c0 - target;
233 static bool chopMonoCubicAt(SkScalar c0, SkScalar c1, SkScalar c2, SkScalar c3,
235 // SkASSERT(c0 <= c1 && c1 <= c2 && c2 <= c3);
236 SkASSERT(c0 < target && target < c3);
238 SkScalar D = c0 - target;
239 SkScalar A = c3 + 3*(c1 - c2) - c0;
240 SkScalar B = 3*(c2 - c1 - c1 + c0);
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMWindow.idl 40 uuid(19126DDF-E82F-46c0-A2F9-16879D7DADC5),
  /external/skia/tests/
ClipCubicTest.cpp 18 static bool CurvesAreEqual(const SkPoint c0[4],
22 if (SkScalarAbs(c0[i].fX - c1[i].fX) > SkFloatToScalar(tol) ||
23 SkScalarAbs(c0[i].fY - c1[i].fY) > SkFloatToScalar(tol)
25 PrintCurve("c0", c0);
  /dalvik/libcore/security/src/test/java/tests/security/
AccessControllerTest.java 58 PermissionCollection c0, c1, c2; field in class:AccessControllerTest
72 c0 = p.newPermissionCollection();
98 setProtectionDomain(T0.class, new ProtectionDomain(codeSource, c0));
127 c0.add(p);
130 setProtectionDomain(T0.class, new ProtectionDomain(codeSource, c0));
171 setProtectionDomain(T0.class, new ProtectionDomain(codeSource, c0));
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 195 int c0 = colors[i]; local
202 // comparing the original (c0) with the returned color is tricky,
205 int a0 = Color.alpha(c0);
209 int r0 = Color.red(c0);
214 int g0 = Color.green(c0);
219 int b0 = Color.blue(c0);
226 android.util.Log.d("skia", "original " + Integer.toHexString(c0) +
  /external/opencore/codecs_v2/video/avc_h264/common/src/
deblock.cpp 1087 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1276 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1493 int c0, dif; local
1583 int c0, dif; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1495 int c0, dif; local
1585 int c0, dif; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 129 int c0 = colors[i]; local
131 int a = ave(Color.alpha(c0), Color.alpha(c1), p);
132 int r = ave(Color.red(c0), Color.red(c1), p);
133 int g = ave(Color.green(c0), Color.green(c1), p);
134 int b = ave(Color.blue(c0), Color.blue(c1), p);
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
CurrencyTest.java 64 Currency c0 = Currency.getInstance("CAD"); local
68 c1 == c0);
72 c2 == c0);
76 c3 == c0);
78 c0 = Currency.getInstance("JPY");
82 c1 == c0);
86 c2 == c0);
90 c3 == c0);
  /dalvik/libcore/security/src/test/java/tests/api/java/security/
DomainCombinerTest.java 86 AccessControlContext c0 = new AccessControlContext(parent, local
124 }, c0);
  /external/srec/config/en.us/
Android.mk 92 cmu6plus.ok.zip: $(CMU2NUANCE) $(DICT_DIR)/c0.6 $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok
93 $(CMU2NUANCE) < $(DICT_DIR)/c0.6 > $(DICT_DIR)/c0.6.ok
94 sort -u $(DICT_DIR)/c0.6.ok $(DICT_DIR)/numbers.ok $(DICT_DIR)/fixit.ok $(DICT_DIR)/enroll.ok > $(DICT_DIR)/cmu6plus.ok
  /frameworks/base/opengl/libagl/
primitives.cpp 31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
304 int32_t c0, int32_t c1, int32_t c2) const
306 int32_t dc01 = c1 - c0;
307 int32_t dc02 = c2 - c0;
308 const int A = gglClz(abs(c0));
312 c0 <<= scale;
316 c0 >>= -scale;
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const
334 const GGLfixed dc01 = c1 - c0;
651 const GGLcolor c0 = v0->color.v[i] * 255; local
    [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 59 LOADER = c0$(MODEL).obj
  /external/skia/gm/
gmmain.cpp 101 SkPMColor c0 = *base.getAddr32(x, y); local
103 if (c0 != c1) {
105 name.c_str(), x, y, c0, c1);
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 458 char c0; local
462 c0 = command.charAt(6);
468 success = simulatedCallState.onChld(c0, c1);

Completed in 388 milliseconds

1 2 3