HomeSort by relevance Sort by last modified time
    Searched defs:c0 (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 46 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
51 // a0 c0
62 data[5 + baseIdx] = baseVert + 3; // c0
379 // | a0 c0
382 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
387 Vertex& c0 = verts[3]; local
419 c0.fPos = c;
420 c0.fPos += cbN;
424 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
1496 int c0, dif; local
1586 int c0, dif; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 472 char c0; local
476 c0 = command.charAt(6);
482 success = mSimulatedCallState.onChld(c0, c1);
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local
339 isToken = (c0 == '|') ? false : (c0 == c);
374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0); local
376 hasToken = (c0 == '|') ? false : true;
2021 char c0 = m_tokenChar; local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 361 constexpr char c0 = "nought index"[0]; member in namespace:StringLiteral
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 466 int32_t c0 = ascii_source[i]; local
471 CHECK_EQ(c0, c1);
472 CHECK_EQ(c0, c2);
473 CHECK_EQ(c0, c3);
480 int32_t c0 = ascii_source[i - 1]; local
484 uc16_stream.PushBack(c0);
485 string_stream.PushBack(c0);
486 utf8_stream.PushBack(c0);
498 CHECK_EQ(c0, c1);
499 CHECK_EQ(c0, c2)
523 int32_t c0 = ascii_source[i]; local
    [all...]
  /frameworks/native/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/icu4c/common/
unames.cpp 1547 char c0; local
    [all...]
  /external/icu4c/test/intltest/
apicoll.cpp 2237 RuleBasedCollator* c0 = (RuleBasedCollator*)Collator::createInstance(status); local
    [all...]
rbbitst.cpp 1863 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2123 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
2455 UChar32 c0, c1, c2, c3; \/\/ The code points at p0, p1, p2 & p3. local
    [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/qemu/distrib/jpeg-6b/
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/webp/src/dsp/
enc_sse2.c 427 const __m128i c0 = _mm_add_epi16(a01_plus_7, a11); local
429 const __m128i d0 = _mm_srai_epi16(c0, 4);
    [all...]
  /external/opencv/cvaux/src/
cvlee.cpp 3648 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3757 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
3906 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4004 float c0 = Direction_img.y* RayPoint1_img.x - Direction_img.x*RayPoint1_img.y; local
4143 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
4283 float c0 = Direction_img.y* Point_img.x - Direction_img.x*Point_img.y; local
    [all...]
  /external/tcpdump/
print-isoclns.c 2692 int32_t c0 = 0, c1 = 0; local
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_mdp.h 435 uint32_t *c0; member in struct:mdp_histogram_data
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_mdp.h 451 uint32_t *c0; member in struct:mdp_histogram_data
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 8854 integerPart c0 = 0; local
    [all...]
  /external/v8/src/
objects.cc 824 int c0 = str->Get(0); local
826 if (c0 == 'U') {
830 } else if (c0 == 'A' || c0 == 'E' || c0 == 'I' || c0 == 'O') {
833 (c0 == 'F' || c0 == 'H' || c0 == 'M' || c0 == 'N' || c0 == 'R' |
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_toIR.c 4487 IRTemp c0 = newTemp(Ity_I32); local
4549 IRTemp c0 = newTemp(Ity_I32); local
4611 IRTemp c0 = newTemp(Ity_I32); local
    [all...]
guest_ppc_toIR.c 15128 IRTemp c3, c2, c1, c0; local
15300 breakV128to4x64U( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
15338 breakV128to4x64S( mkexpr(vC), &c3, &c2, &c1, &c0 ); local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 1581 milliseconds

1 23 4