/external/opencv3/modules/objdetect/src/ |
detection_based_tracker.cpp | 938 Point2f c1; local 954 Point2f c1; local [all...] |
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_icc.cpp | 1971 uint8_t c1 = FXSYS_round(c * 255); local [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
dwt.c | 776 OPJ_FLOAT32 c1; local 781 c1 = fl[0] * c; 790 fw[-4] = tmp1 + c1;
|
/external/regex-re2/re2/ |
parse.cc | 1250 Rune c, c1; local [all...] |
/external/skia/src/gpu/batches/ |
GrAAHairLinePathRenderer.cpp | 47 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1 54 // a1 c1 55 // Each is drawn as three triangles ((a0,a1,b0), (b0,c1,c0), (a1,c1,b0)) 470 // a c | a1 c1 478 BezierVertex& c1 = verts[4]; local 511 c1.fPos = c; 512 c1.fPos -= cbN; [all...] |
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
UberColorPickerDialog.java | 661 int c1 = colors[i+1]; local 662 int a = ave(Color.alpha(c0), Color.alpha(c1), p); 663 int r = ave(Color.red(c0), Color.red(c1), p); 664 int g = ave(Color.green(c0), Color.green(c1), p); 665 int b = ave(Color.blue(c0), Color.blue(c1), p);
|
/external/v8/src/parsing/ |
scanner.h | 547 uc32 c1 = source_->Advance(); local 548 if (!unibrow::Utf16::IsTrailSurrogate(c1)) { 549 source_->PushBack(c1); 551 c0_ = unibrow::Utf16::CombineSurrogatePair(c0_, c1);
|
/external/v8/test/cctest/compiler/ |
test-run-machops.cc | 746 int32_t c1 = 0x260cb75a; local 748 int result = m.Call(0, c1, c2); 750 result = m.Call(1, c1, c2); 751 CHECK_EQ(c1, result); 801 int32_t c1 = 0xa81903b4; local 803 int result = m.Call(0, c1, c2); 804 CHECK_EQ(c1, result); 805 result = m.Call(1, c1, c2); [all...] |
/external/v8/test/unittests/compiler/ |
scheduler-unittest.cc | 1054 Node* c1 = graph()->NewNode(&kMockCall, start); local 1102 Node* c1 = graph()->NewNode(common()->IfValue(1), sw); local 1126 Node* c1 = graph()->NewNode(common()->IfValue(1), sw); local [all...] |
/external/valgrind/VEX/priv/ |
guest_s390_helpers.c | 2183 IRExpr *c1, *c2; local 2196 IRExpr *c1, *c2; local 2209 IRExpr *c1, *c2; local [all...] |
/external/valgrind/coregrind/ |
m_libcbase.c | 338 UChar c1 = (UChar)VG_(tolower)(*s1); local 340 if (c1 < c2) return -1; 341 if (c1 > c2) return 1; 343 /* c1 == c2 */ 344 if (c1 == 0) return 0; 369 UChar c1; local 372 c1 = (UChar)VG_(tolower)(*s1); 374 if (c1 < c2) return -1; 375 if (c1 > c2) return 1; 377 /* c1 == c2 * [all...] |
vgdb.c | 597 unsigned char csum, c1, c2; local 636 c1 = fromhex (readchar (fromfd)); 639 if (csum == (c1 << 4) + c2) 643 (c1 << 4) + c2, csum, buf); [all...] |
/external/valgrind/coregrind/m_scheduler/ |
scheduler.c | 2109 HChar c1 = (arg[0] >> 24) & 0xff; local [all...] |
/external/webp/src/dsp/ |
dec.c | 84 const int c1 = MUL2(in[1]); local 86 STORE2(0, a + d4, d1, c1); 87 STORE2(1, a + c4, d1, c1); 88 STORE2(2, a - c4, d1, c1); 89 STORE2(3, a - d4, d1, c1);
|
/external/zlib/src/contrib/minizip/ |
unzip.c | 353 char c1=*(fileName1++); local 355 if ((c1>='a') && (c1<='z')) 356 c1 -= 0x20; 359 if (c1=='\0') 363 if (c1<c2) 365 if (c1>c2) [all...] |
/frameworks/base/core/java/android/net/ |
UrlQuerySanitizer.java | 860 char c1 = string.charAt(i + 1); local 862 if (isHexDigit(c1) && isHexDigit(c2)) { 863 c = (char) (decodeHexDigit(c1) * 16 + decodeHexDigit(c2));
|
/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; 332 GGLfixed c0, GGLfixed c1, GGLfixed c2) const 334 const GGLfixed dc01 = c1 - c0; 348 int32_t c0, int32_t c1, int32_t c2) const 351 int32_t dc01 = (c1 - c0)>>s; 363 int32_t c0, int32_t c1, int32_t c2) const 365 ::iterators0032(this, it, c0, c1, c2); 369 int32_t c0, int32_t c1, int32_t c2) cons 652 const GGLcolor c1 = v1->color.v[i] * 255; local [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_x86.cpp | 38 const __m128i C1 = _mm_set_epi32(0xffff, 0xffff, 0xffff, 0xffff); 42 lo = _mm_or_si128(lo, _mm_cmpgt_epi32(lo, C1)); 44 hi = _mm_or_si128(hi, _mm_cmpgt_epi32(hi, C1)); 151 __m128i c0, c1, c2, c3; local 158 c1 = _mm_loadl_epi64((const __m128i *)(coef+4)); 159 c0 = _mm_unpacklo_epi16(c0, c1); 207 __m128i c0, c1, c2, c3; local 214 c1 = _mm_loadl_epi64((const __m128i *)(coef+4)); 215 c0 = _mm_unpacklo_epi16(c0, c1); 259 __m128i c0, c1, c2, c3 local 414 __m128i c0, c1, c2, c3, c4; local 476 __m128i c0, c1, c2, c3, c4; local 538 __m128i c0, c1, c2, c3, c4; local [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 346 Collection<Object> c1 = new ArrayList<Object>(); local 348 Collections.addAll(c1, arr1); 350 assertTrue(Collections.disjoint(c1, c2)); 351 c1.add(arr2[10]); 352 assertFalse(Collections.disjoint(c1, c2)); 354 c1 = new LinkedList<Object>(); 356 Collections.addAll(c1, arr1); 358 assertTrue(Collections.disjoint(c1, c2)); 359 c1.add(arr2[10]); 360 assertFalse(Collections.disjoint(c1, c2)) [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
OldCollectionsTest.java | 519 Collection<Object> c1 = new ArrayList<Object>(); local 521 Collections.addAll(c1, arr1); 523 assertTrue(Collections.disjoint(c1, c2)); 524 c1.add(arr2[10]); 525 assertFalse(Collections.disjoint(c1, c2)); 527 c1 = new LinkedList<Object>(); 529 Collections.addAll(c1, arr1); 531 assertTrue(Collections.disjoint(c1, c2)); 532 c1.add(arr2[10]); 533 assertFalse(Collections.disjoint(c1, c2)) [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | 1422 int c1 = is.read(); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 108 float c1 = line2[1]; local 116 float t5 = c1 - d1;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidContentAssist.java | 263 char c1 = extractChar(viewer, offset2); local 264 if (!((c1 == '<') || (c1 == '/' && extractChar(viewer, offset2 - 1) == '<'))) { 801 char c1 = Character.toLowerCase(prefix.charAt(i)); local 818 char c1 = Character.toLowerCase(prefix.charAt(i)); local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf-eh-frame.c | 214 /* Return one if C1 and C2 CIEs can be merged. */ 219 const struct cie *c1 = (const struct cie *) e1; local 222 if (c1->hash == c2->hash 223 && c1->length == c2->length 224 && c1->version == c2->version 225 && c1->local_personality == c2->local_personality 226 && strcmp (c1->augmentation, c2->augmentation) == 0 227 && strcmp (c1->augmentation, "eh") != 0 228 && c1->code_align == c2->code_align 229 && c1->data_align == c2->data_alig [all...] |
/art/compiler/optimizing/ |
bounds_check_elimination.cc | 1020 int32_t c1 = lower.GetConstant(); variable [all...] |