/external/selinux/libselinux/src/ |
get_context_list.c | 323 const struct context_order *c1 = A, *c2 = B; local 324 if (c1->order < c2->order) 326 else if (c1->order > c2->order) 328 return strcmp(c1->con, c2->con);
|
/external/selinux/libsepol/cil/src/ |
cil_find.c | 143 struct cil_class *c1 = cp1->class; local 147 if (&c1->datum != &c2->datum) return CIL_FALSE;
|
/external/selinux/libsepol/src/ |
avtab.c | 57 static const uint32_t c1 = 0xcc9e2d51; local 68 v *= c1; \
|
/external/sfntly/cpp/src/test/ |
cmap_test.cc | 147 int32_t c1 = uchar; local 149 c1 = TestUtils::EncodeOneChar(encoder1_, (int16_t)uchar); 153 int32_t glyph_id1 = cmap1_->GlyphId(c1); 157 fprintf(stderr, "%x: g1=%x, %x: g2=%x\n", c1, glyph_id1, c2, glyph_id2);
|
/external/skia/src/effects/gradients/ |
Sk4fLinearGradient.cpp | 80 const Sk4f& c1, 85 store<DstType, do_premul>(c1, dst++); 92 const Sk4f& c1, 96 Sk4f_ToBytes((uint8_t*)dst, c0, c1, c2, c3); 107 Sk4f c1 = c + dc; local 109 Sk4f c3 = c1 + dc2; 112 store4x<DstType, do_premul>(c0, c1, c2, c3, dst); 116 c1 = c1 + dc4; 123 store<DstType, do_premul>(c1, dst++) [all...] |
SkTwoPointConicalGradient.cpp | 313 SkPoint c1 = buffer.readPoint(); local 319 SkTSwap(c1, c2); 341 return SkGradientShader::CreateTwoPointConical(c1, r1, c2, r2, desc.fColors, desc.fPos,
|
/external/skia/tests/ |
PathOpsConicIntersectionTest.cpp | 296 static void oneOff(skiatest::Reporter* reporter, const SkDConic& c1, const SkDConic& c2, 301 chopBothWays(c1, 0.5, "c1"); 304 writeDPng(c1, "d1"); 307 SkASSERT(ValidConic(c1)); 310 intersections.intersect(c1, c2); 319 xy1 = c1.ptAtT(tt1); 331 const SkDConic& c1 = testSet[outer]; local 333 oneOff(reporter, c1, c2, false);
|
RegionTest.cpp | 156 bool c1 = slow_contains(a, b); local 157 REPORTER_ASSERT(reporter, c0 == c1); 163 c1 = slow_contains(a, r); 164 REPORTER_ASSERT(reporter, c0 == c1); 184 bool c1 = slow_intersects(a, b); local 185 REPORTER_ASSERT(reporter, c0 == c1);
|
SkColor4fTest.cpp | 131 SkPM4f c1 = span4f[i]; local 132 REPORTER_ASSERT(reporter, nearly_equal(c0, c1, tolerance));
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/ |
UnicodeEscaper.java | 457 char c1 = seq.charAt(index++); local 458 if (c1 < Character.MIN_HIGH_SURROGATE || c1 > Character.MAX_LOW_SURROGATE) { 460 return c1; 461 } else if (c1 <= Character.MAX_HIGH_SURROGATE) { 465 return -c1; 470 return Character.toCodePoint(c1, c2); 475 throw new IllegalArgumentException("Unexpected low surrogate character '" + c1 476 + "' with value " + (int) c1 + " at index " + (index - 1));
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_hostmm.c | 338 EAS_U8 c1, c2; local 341 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 348 *((EAS_U16*) p) = ((EAS_U16) c1 << 8) | c2; 350 *((EAS_U16*) p) = ((EAS_U16) c2 << 8) | c1; 367 EAS_U8 c1, c2,c3,c4; local 370 if ((result = EAS_HWGetByte(hwInstData, file, &c1)) != EAS_SUCCESS) 381 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4; 383 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
|
/external/testng/src/main/java/org/testng/internal/ |
MethodGroupsHelper.java | 114 Class<?> c1 = jm1.getDeclaringClass();
local 116 if (c1.isAssignableFrom(c2) || c2.isAssignableFrom(c1)) {
|
/external/testng/src/main/java/org/testng/reporters/ |
TestHTMLReporter.java | 330 String c1 = o1.getMethod().getMethodName(); local 332 return c1.compareTo(c2);
|
/external/v8/src/regexp/ |
regexp-macro-assembler.cc | 264 unibrow::uchar c1 = substring1[i]; local 266 if (c1 != c2) { 267 unibrow::uchar s1[1] = { c1 }; 268 canonicalize->get(c1, '\0', s1);
|
/external/v8/test/cctest/compiler/ |
test-representation-change.cc | 430 Node* c1 = r.changer()->GetRepresentationFor(n, from, from_type, to); local 432 CHECK_NE(c1, n); 433 CHECK_EQ(expected1, c1->opcode()); 434 Node* c2 = c1->InputAt(0);
|
/external/v8/test/unittests/compiler/ |
liveness-analyzer-unittest.cc | 191 Node* c1 = Checkpoint(); local 196 EXPECT_THAT(c1, IsCheckpointModuloLiveness("....")); 203 Node* c1 = Checkpoint(); local 209 EXPECT_THAT(c1, IsCheckpointModuloLiveness(".L.."));
|
/external/v8/test/unittests/compiler/x64/ |
instruction-selector-x64-unittest.cc | 885 Node* const c1 = m.Int32Constant(2) local 902 Node* const c1 = m.Int32Constant(3); local 919 Node* const c1 = m.Int32Constant(4); local 935 Node* const c1 = m.Int32Constant(5); local 952 Node* const c1 = m.Int32Constant(8); local 968 Node* const c1 = m.Int32Constant(9); local 989 Node* const c1 = m.Int32Constant(1); local 1006 Node* const c1 = m.Int32Constant(2); local 1022 Node* const c1 = m.Int32Constant(3); local [all...] |
/external/valgrind/memcheck/tests/ |
varinfo5so.c | 126 typedef struct { short c1; char* c2[3]; } XX; member in struct:__anon26192 137 croak(1 + (char*)(&a[3].xyzzy[x*y].c1)); 141 return a[3].xyzzy[x*y].c1;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks_mips.c | 115 int32_t c0, c1, c2, c3; local 123 "lh %[c1], 2(%[coeff_ptr]) \n\t" 136 : [c0] "=&r" (c0), [c1] "=&r" (c1), [c2] "=&r" (c2), [c3] "=&r" (c3), 172 "mul %[t0], %[c1], %[state0_lo] \n\t" 174 "mul %[a2], %[c1], %[state0_hi] \n\t" 211 : [c0] "r" (c0), [c1] "r" (c1), [c2] "r" (c2), [c3] "r" (c3),
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
findhalfpel.cpp | 508 uint8 *c1 = qpel_cand; local 529 *c1 = (c + a + 1) >> 1; 530 *(c1 += 384) = (b + a + 1) >> 1; /* c2 */ 531 *(c1 += 384) = (b + c + 1) >> 1; /* c3 */ 532 *(c1 += 384) = (b + d + 1) >> 1; /* c4 */ 536 *(c1 += 384) = (c + d + 1) >> 1; /* c5 */ 537 *(c1 += 384) = (b + d + 1) >> 1; /* c6 */ 538 *(c1 += 384) = (b + c + 1) >> 1; /* c7 */ 539 *(c1 += 384) = (b + a + 1) >> 1; /* c8 */ 541 c1 += offset [all...] |
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
BitmapTest.java | 198 int c1 = bm1.getPixel(i % 16, i / 16); local 202 assertEquals("getPixel", c1, c2); 208 int a1 = Color.alpha(c1); 212 int r1 = Color.red(c1); 217 int g1 = Color.green(c1); 222 int b1 = Color.blue(c1); 229 " set+get " + Integer.toHexString(c1) +
|
/frameworks/base/services/core/java/com/android/server/wm/ |
Watermark.java | 71 int c1 = mTokens[0].charAt(i); local 73 if (c1 >= 'a' && c1 <= 'f') c1 = c1 - 'a' + 10; 74 else if (c1 >= 'A' && c1 <= 'F') c1 = c1 - 'A' + 10; 75 else c1 -= '0' [all...] |
/frameworks/rs/ |
rsMatrix4x4.cpp | 45 int c1 = (i+2) % 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])); 87 int c1 = (i+2) % 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]) [all...] |
/hardware/qcom/display/msm8084/libqdutils/ |
qdMetaData.h | 61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|
/hardware/qcom/display/msm8226/libqdutils/ |
qdMetaData.h | 61 uint16_t c1[MAX_IGC_LUT_ENTRIES]; member in struct:IGCData_t
|