Searched defs:c4 (Results 1 - 25 of 88) sorted by relevance

1234

/external/clang/test/Sema/
H A Dpointer-conversion.c9 volatile char * c4; variable
10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}}
H A Dstring-init.c24 char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/clang/test/CodeGen/
H A Dconstant-comparison.c8 int *c4 = &a - (6 * 5 > 30); variable
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp13 Constant<float (*)(int, double), f> *c4; variable
H A Dattributes.cpp20 check_alignment<4>::t c4; member in namespace:attribute_aligned
/external/compiler-rt/test/tsan/
H A Dtsan-vs-gvn.cc12 char c1, c2, c3, c4; member in struct:__anon3506
/external/fio/lib/
H A Dbswap.h9 uint32_t c1, c2, c3, c4; local
14 c4 = val & 0xff;
16 return c1 | c2 << 8 | c3 << 16 | c4 << 24;
21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
26 c4 = (val >> 32) & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
/external/skia/tests/
H A DSkColor4fTest.cpp40 SkColor4f c4 = SkColor4f::FromColor(r.fC); local
41 REPORTER_ASSERT(reporter, c4 == r.fC4);
50 SkColor4f c4 {
53 SkPM4f pm4 = c4.premul();
54 REPORTER_ASSERT(reporter, pm4.a() == c4.fA);
55 REPORTER_ASSERT(reporter, pm4.r() == c4.fA * c4.fR);
56 REPORTER_ASSERT(reporter, pm4.g() == c4.fA * c4.fG);
57 REPORTER_ASSERT(reporter, pm4.b() == c4
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dtranspose_vsx.h41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
66 c4 = vec_mergeh(b2, b6);
76 // c4: 10 30 50 70 11 31 51 71
81 v[0] = vec_mergeh(c0, c4);
82 v[1] = vec_mergel(c0, c4);
H A Dhadamard_vsx.c30 const int16x8_t c4 = vec_add(b4, b6); local
35 v[0] = vec_add(c0, c4);
37 v[2] = vec_sub(c0, c4);
/external/valgrind/massif/tests/
H A Dalloc-fns.c13 void c4(int n) { malloc(n); } function
14 void c3(int n) { c4(n); }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java268 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) argument
287 else if (c4 == padding)
308 b4 = decodingTable[c4];
/external/clang/test/CodeGenCXX/
H A Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, argument
81 c4->f();
H A Dglobal-init.cpp180 const int c4 = C(C()).n; member in namespace:test7
/external/icu/icu4c/source/i18n/
H A Dcecal.cpp135 int32_t c4; // number of 4 year cycle (1461 days) local
138 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);
140 year = 4 * c4 + (r4/365 - r4/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
/external/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h140 typedef char c4 __attribute__((ext_vector_type(4))); typedef
141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr));
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp50 constexpr Constexpr4 c4 = Constexpr4(); // ok variable
/external/clang/test/SemaCXX/
H A Dstring-init.cpp19 char16_t c4[] = U"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h170 const uint32_t c4 = 0xa1e38b93; local
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
198 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
217 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
223 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
/external/libchrome/base/
H A Dcallback_unittest.cc66 Callback<void(int,int,int,int)> c4; local
74 EXPECT_TRUE(c4.is_null());
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhadamard_neon.c35 const int16x8_t c4 = vaddq_s16(b4, b6); local
40 *a0 = vaddq_s16(c0, c4);
42 *a2 = vsubq_s16(c0, c4);
H A Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
109 c4 = vmull_lane_s32(vget_low_s32(*a1), vget_high_s32(cospis), 1);
117 c4 = vsubq_s64(c4, c8);
125 b2 = vcombine_s32(vrshrn_n_s64(c4, DCT_CONST_BITS),
/external/ltp/lib/
H A Dtst_kvercmp.c91 int c1 = 0, c2 = 0, c3 = 0, c4 = 0, c5 = 0; local
95 sscanf(cur_ver, "%d.%d.%d-%d.%d", &c1, &c2, &c3, &c4, &c5);
104 if ((ret = c4 - t4))
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_EdifactEncoder.cpp140 FX_WCHAR c4 = len >= 4 ? sb.GetAt(startPos + 3) : 0; local
141 int32_t v = (c1 << 18) + (c2 << 12) + (c3 << 6) + c4;
/external/clang/test/Analysis/
H A Dpadding_c.c72 char c4; member in struct:SmallIntSandwich

Completed in 559 milliseconds

1234