HomeSort by relevance Sort by last modified time
    Searched refs:c0 (Results 76 - 100 of 140) sorted by null

1 2 34 5 6

  /external/iproute2/examples/
cbqinit.eth1 49 prio 2 maxburst 100 avpkt 1000 split 1:0 defmap c0
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
DXTFlipper.java 77 byte c0 = block[0];
123 assert c0 == block[0] && c1 == block[1];
  /external/skia/samplecode/
SampleGradients.cpp 13 static SkShader* setgrad(const SkRect& r, SkColor c0, SkColor c1) {
14 SkColor colors[] = { c0, c1 };
  /external/elfutils/tests/
run-show-ciefde.sh 94 FDE[5]: bytes = 20 00 00 00 78 00 00 00 c0 95 04 08 42 00 00 00 41 0e 08 85 02 42 0d 05 41 86 03 41 83 04 5e 2e 10 00 00 00
182 FDE[27]: bytes = 24 00 00 00 80 00 00 00 90 c0 04 08 55 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 66 2e 04 4d 2e 0c 4c 2e 04 46 2e 20 00
186 FDE[28]: bytes = 2c 00 00 00 a8 00 00 00 f0 c0 04 08 4b 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5b 2e 04 4a 2e 0c 4d 2e 04 46 2e 20 00 00 00
202 FDE[32]: bytes = 20 00 00 00 44 01 00 00 c0 da 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
266 FDE[48]: bytes = 2c 00 00 00 c0 01 00 00 10 cb 04 08 80 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 62 2e 10 56 2e 08 49 2e 10 48 2e 00 6c 2e 10
302 FDE[57]: bytes = 28 00 00 00 d8 00 00 00 c0 d1 04 08 e0 01 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 56 2e 10 02 f5 2e 20 02 91 2e 10
run-strings-test.sh 275 testfile6: 5c0 _ZNKSt11logic_error4whatEv
318 testfile7: 5c0 _ZNKSt11logic_error4whatEv
391 testfile8: 81c0 shdr_info[cnt].shdr.sh_type == 11
403 testfile8: 84c0 cannot determine number of sections: %s
405 testfile8: 85c0 Discard symbols from object files.
455 testfile9: 38c0 shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0
459 testfile9: 39c0 (versiondata->d_size / sizeof (GElf_Versym)) >= shdr_info[cnt].data->d_size / elsize
  /external/llvm/lib/Support/
raw_ostream.cpp 243 int c0 = buf[len - 1]; local
244 if (isdigit(c1) && isdigit(c0)) {
247 buf[len - 2] = c0;
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp 344 int32_t c0 = coefs[0]; local
346 int32_t sinc = mulAdd(lerp, (c1-c0)<<1, c0);
  /external/libsepol/tests/policies/test-linker/
small-base.conf 403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
559 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
560 gen_user(g_b_user_2,, g_b_role_1, s0, s0 - s0:c0, c1, c3, c4, c5)
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 45 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
50 // a0 c0
61 data[5 + baseIdx] = baseVert + 3; // c0
380 // | a0 c0
383 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
388 Vertex& c0 = verts[3]; local
420 c0.fPos = c;
421 c0.fPos += cbN;
425 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
  /frameworks/native/opengl/libagl/
context.h 550 int32_t c0, int32_t c1, int32_t c2) const;
553 GGLfixed c0, GGLfixed c1, GGLfixed c2) const;
556 int32_t c0, int32_t c1, int32_t c2) const;
559 int32_t c0, int32_t c1, int32_t c2) const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4114.h 186 void (*change_callback)(struct ak4114 *ak4114, unsigned char c0, unsigned char c1);
ak4117.h 177 void (*change_callback)(struct ak4117 *ak4117, unsigned char c0, unsigned char c1);
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 741 movq xmm1, QWORD PTR [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
751 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_intercepts.c 217 UChar c0 = (UChar)c; \
220 if (p[i] == c0) return (void*)(&p[i]); \
  /external/libsepol/tests/policies/test-expander/
small-base.conf 403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
679 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
680 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
681 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /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/opencv/cv/src/
cvsubdivision2d.cpp 662 double a0, b0, c0, a1, b1, c1; local
671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
cvgeometry.cpp 146 icvIntersectLines3( double *a0, double *b0, double *c0,
154 point->x = (float) ((b0[0] * c1[0] - b1[0] * c0[0]) * det);
155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
  /external/icu4c/test/cintltst/
bocu1tst.c 58 * C0 control codes and space are encoded with their US-ASCII bytes.
59 * "prev" is reset for C0 controls but not for space.
77 /* adjust trail byte counts for the use of some C0 control byte values */
131 * 12 commonly used C0 control codes (and space) are only used to encode
154 * The other 20 C0 controls are also encoded directly (to preserve order)
381 * ISO C0 control & space:
470 /* skip some C0 controls and make the trail byte range contiguous */
550 * Direct-encoded C0 control code or space.
551 * Reset prev for C0 control codes but not for space.
629 * Unpack a packed BOCU-1 non-C0/space byte sequence and ge
947 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable
    [all...]
  /external/skia/src/effects/
SkGradientShader.cpp 217 static void Build16bitCache(uint16_t[], SkColor c0, SkColor c1, int count);
218 static void Build32bitCache(SkPMColor[], SkColor c0, SkColor c1, int count,
513 void Gradient_Shader::Build16bitCache(uint16_t cache[], SkColor c0, SkColor c1,
516 SkASSERT(SkColorGetA(c0) == 0xFF);
519 SkFixed r = SkColorGetR(c0);
520 SkFixed g = SkColorGetG(c0);
521 SkFixed b = SkColorGetB(c0);
562 void Gradient_Shader::Build32bitCache(SkPMColor cache[], SkColor c0, SkColor c1,
567 SkFixed a = SkMulDiv255Round(SkColorGetA(c0), paintAlpha);
574 SkFixed r = SkColorGetR(c0);
    [all...]
  /external/chromium/base/
bind_unittest.cc 226 Callback<int(void)> c0 = Bind(&Sum, 32, 16, 8, 4, 2, 1); local
227 EXPECT_EQ(63, c0.Run());
  /external/libsepol/tests/policies/test-hooks/
cmp_policy.conf 403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
small-base.conf 403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 284 [uuid(D3C301EE-D59A-49c0-A43A-9EA01CDB1590)]

Completed in 1342 milliseconds

1 2 34 5 6