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

1 2 3

  /external/valgrind/main/exp-ptrcheck/tests/
justify.c 14 char *c0, *c1; local
16 c0 = malloc(10000);
18 assert(c0 && c1);
20 c = c0[15000];
zero.c 8 char c, *c0 = malloc(0), *c1; local
10 c = *c0; // bad
12 c0 = realloc(c0, 10);
13 assert(c0);
15 c = *c0; // ok
17 c1 = c0;
18 c0 = realloc(c0, 0);
19 assert(!c0);
    [all...]
unaligned.c 10 char c0[8], c1[8], c2[8], c3[8], c4[8]; local
13 char** p0 = (char**)&c0[0]; char** p1 = (char**)&c1[1];
partial.c 9 int* x6 = malloc(6); char c, *c0 = malloc(0); local
44 c = * c0;
  /frameworks/base/opengl/libs/GLES2_dbg/src/
caller.cpp 108 nsecs_t c0 = systemTime(timeMode); local
    [all...]
vertex.cpp 53 nsecs_t c0 = systemTime(timeMode); local
57 msg.set_time((systemTime(timeMode) - c0) * 1e-6f);
163 nsecs_t c0 = systemTime(timeMode); local
167 msg.set_time((systemTime(timeMode) - c0) * 1e-6f);
server.cpp 196 nsecs_t c0 = systemTime(timeMode); local
198 float t = (float)ns2ms(systemTime(timeMode) - c0);
267 nsecs_t c0 = systemTime(timeMode); local
274 msg.set_time((systemTime(timeMode) - c0) * 1e-6f);
  /external/skia/tests/
ColorTest.cpp 8 SkColor c0 = SkColorSetARGB(a, x, x, x); local
9 SkPMColor p0 = SkPreMultiplyColor(c0);
14 // we can't promise that c0 == c1, since c0 -> p0 is a many to one
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformDequantLumaDCFromPair.c 72 int c0 = pData[i+0]; local
76 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
77 pData[i+1] = (OMX_S16)(c0+c1-c2-c3);
78 pData[i+2] = (OMX_S16)(c0-c1-c2+c3);
79 pData[i+3] = (OMX_S16)(c0-c1+c2-c3);
85 int c0 = pData[i+0]; local
89 pData[i+0] = (OMX_S16)(c0+c1+c2+c3);
90 pData[i+4] = (OMX_S16)(c0+c1-c2-c3);
91 pData[i+8] = (OMX_S16)(c0-c1-c2+c3);
92 pData[i+12] = (OMX_S16)(c0-c1+c2-c3)
    [all...]
  /external/apache-harmony/security/src/test/api/java/tests/api/java/security/
DomainCombinerTest.java 74 AccessControlContext c0 = new AccessControlContext(parent, local
  /external/clang/test/CXX/expr/
p9.cpp 16 signed char c0; variable
17 __typeof__(c0 + c0) c1;
  /external/javassist/src/main/javassist/convert/
TransformWriteField.java 41 char c0 = typedesc.charAt(0); local
42 if (c0 == 'J' || c0 == 'D') { // long or double
  /external/chromium/base/
callback_unittest.cc 78 Callback<void(void)> c0; local
86 EXPECT_TRUE(c0.is_null());
  /external/clang/test/SemaCXX/
attr-deprecated.cpp 216 c0 enumerator in enum:test6::C::Enum
221 x = C<int>::c0; // expected-warning {{'Enum' is deprecated}}
scope-check.cpp 68 C c0; local
85 C c0; local
105 C c0; local
  /frameworks/base/opengl/libs/EGL/
egl_display.cpp 64 const egl_config_t& c0 = *(egl_config_t const *)a; local
66 return c0<c1 ? -1 : (c1<c0 ? 1 : 0);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 97 double c0,c1,c2,c3; local
124 c0=e/a;
129 min4_c0= -4.0*c0;
144 ns=lz_through2*lz_through2-c0;
169 double c0,c1,c2,c3; local
196 c0=e/a;
201 min4_c0= -4.0*c0;
216 ns=lz_through2*lz_through2-c0;
  /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);
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorWheel.java 146 int c0 = colors[i]; local
148 int a = ave(Color.alpha(c0), Color.alpha(c1), p);
149 int r = ave(Color.red(c0), Color.red(c1), p);
150 int g = ave(Color.green(c0), Color.green(c1), p);
151 int b = ave(Color.blue(c0), Color.blue(c1), p);
  /external/mesa3d/test/
main.cpp 274 clock_t c0 = clock(); local
418 float elapsed = (float)(clock() - c0) / CLOCKS_PER_SEC;
  /external/openssl/crypto/bn/
bn_asm.c 436 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
439 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
442 #define mul_add_c(a,b,c0,c1,c2) \
446 c0=(c0+t1)&BN_MASK2; if ((c0) < t1) t2++;
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
    [all...]
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 197 int c0 = colors[i]; local
204 // comparing the original (c0) with the returned color is tricky,
207 int a0 = Color.alpha(c0);
211 int r0 = Color.red(c0);
216 int g0 = Color.green(c0);
221 int b0 = Color.blue(c0);
228 android.util.Log.d("skia", "original " + Integer.toHexString(c0) +
  /frameworks/base/libs/rs/
rsMatrix4x4.cpp 44 int c0 = (i+1) % 4; local
52 (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
53 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
54 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
86 int c0 = (i+1) % 4; local
93 float minor = (m[c0 + 4*r0] * (m[c1 + 4*r1] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r1]))
94 - (m[c0 + 4*r1] * (m[c1 + 4*r0] * m[c2 + 4*r2] - m[c1 + 4*r2] * m[c2 + 4*r0]))
95 + (m[c0 + 4*r2] * (m[c1 + 4*r0] * m[c2 + 4*r1] - m[c1 + 4*r1] * m[c2 + 4*r0]));
  /frameworks/base/services/audioflinger/
AudioResamplerSinc.cpp 344 int32_t c0 = coefs[0]; local
346 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, 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...]

Completed in 457 milliseconds

1 2 3