Searched defs:c8 (Results 1 - 17 of 17) sorted by relevance

/external/clang/test/Misc/
H A Dast-dump-wchar.cpp3 char c8[] = u8"test\0\\\"\t\a\b\234"; variable
/external/compiler-rt/test/msan/
H A Dicmp_slt_allones.cc8 int c8 : 1; member in struct:A
13 __attribute__((noinline)) A::A() : c8(1) {}
17 if (a->c8 == 0)
/external/fio/lib/
H A Dbswap.h21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
30 c8 = val & 0xff;
32 return c1 | c2 << 8 | c3 << 16 | c4 << 24 | c5 << 32 | c6 << 40 | c7 << 48 | c8 << 56;
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DInstructionsTest.cpp120 const Constant* c8 = Constant::getNullValue(V8x8Ty); local
129 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
/external/clang/test/CodeGenCXX/
H A Dlto-visibility-inference.cpp69 std::C7::C8 *c8, stdext::C9 *c9, other::C10 *c10) {
95 c8->f();
68 f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, std::C7::C8 *c8, stdext::C9 *c9, other::C10 *c10) argument
H A Dmangle-ms-return-qualifiers.cpp77 A &c8() { return *(A*)0; } function
78 // CHECK: "\01?c8@@YAAAVA@@XZ"
/external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dutf_sanity_check.pass.cpp44 F32_8::extern_type c8[4]; local
50 assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4, c8p) == F32_8::error);
63 assert(f16_8.out(mbs, c16, c_c16p, c_c16p, c8, c8+4, c8p) == F32_8::ok);
69 assert(c8p-c8 == 1);
71 assert(c8p-c8 == 2);
73 assert(c8p-c8 == 3);
75 assert(c8p-c8 == 4);
77 assert(f32_8.in(mbs, c8, c_c8
[all...]
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dhighbd_idct4x4_add_neon.c100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
113 c8 = vmull_lane_s32(vget_low_s32(*a3), vget_low_s32(cospis), 1);
117 c4 = vsubq_s64(c4, c8);
/external/clang/test/SemaCXX/
H A Dconstexpr-printing.cpp82 constexpr char c8 = get(u8"test\0\\\"\t\a\b\234"); // \ member in struct:V
/external/gemmlowp/internal/
H A Dunpack.h171 int c8 = 0; local
173 for (; c8 <= dst_block.cols - 8; c8 += 8) {
174 PrefetchResultBlock<8, 8>(src_map, lhs_sums_of_each_slice, 0, c8);
178 PrefetchResultBlock<8, 8>(src_map, lhs_sums_of_each_slice, r + 8, c8);
183 const int c = c8 + cx;
191 r + dst_block.start_row, c8 + dst_block.start_col);
196 const int c = c8 + cx;
208 const int c = c8 + cx;
219 int c = c8;
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c226 LLVMValueRef c8; local
253 c8 = lp_build_const_int_vec(gallivm, type, 8);
300 *r = LLVMBuildAShr(builder, *r, c8, "r");
301 *g = LLVMBuildAShr(builder, *g, c8, "g");
302 *b = LLVMBuildAShr(builder, *b, c8, "b");
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp205 const Constant* c8 = Constant::getNullValue(V8x8Ty); local
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
/external/mesa3d/src/compiler/glsl/
H A Dlower_instructions.cpp1179 ir_constant *c8 = local
1235 i.insert_before(assign(temp, bit_or(bit_and(rshift(temp, c8), c00FF00FF),
1237 c8->clone(ir, NULL)))));
/external/syslinux/efi/
H A Dmain.c1224 char *c8; local
1238 c8 = CurrentDirName;
1243 *c8++ = '/';
1246 *c8++ = *c16++;
1249 *c8 = '\0';
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c2876 UChar32 c16, c8; local
2946 U8_NEXT(s8, i8, length8, c8);
2947 if(c16 != c8) {
2948 log_err("ures_getUTF8String(%p, %ld, '%s') got a bad string, c16=U+%04lx!=U+%04lx=c8 before i16=%ld\n",
2949 resB, (long)idx, key, (long)c16, (long)c8, (long)i16);
/external/swiftshader/src/Renderer/
H A DSurface.cpp3908 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 4 * x)); local
3921 c8 = _mm_avg_epu8(c8, c9);
3927 c8 = _mm_avg_epu8(c8, cA);
3930 c8 = _mm_avg_epu8(c8, cC);
3931 c0 = _mm_avg_epu8(c0, c8);
4053 unsigned int c8 = *(unsigned int*)(source8 + 4 * x); local
4066 c8
4202 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 4 * x)); local
4347 unsigned int c8 = *(unsigned int*)(source8 + 4 * x); local
4495 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 8 * x)); local
4640 unsigned int c8 = *(unsigned int*)(source8 + 4 * x); local
4791 __m128 c8 = _mm_load_ps((float*)(source8 + 4 * x)); local
4938 float c8 = *(float*)(source8 + 4 * x); local
5088 __m128 c8 = _mm_load_ps((float*)(source8 + 8 * x)); local
5235 float c8 = *(float*)(source8 + 4 * x); local
5385 __m128 c8 = _mm_load_ps((float*)(source8 + 16 * x)); local
5532 float c8 = *(float*)(source8 + 4 * x); local
5736 __m128i c8 = _mm_load_si128((__m128i*)(source8 + 2 * x)); local
5934 unsigned short c8 = *(unsigned short*)(source8 + 2 * x); local
[all...]
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c4167 int64_t c8 = 2097151 & load_3(c + 21); local
4228 s8 = c8 + a0 * b8 + a1 * b7 + a2 * b6 + a3 * b5 + a4 * b4 + a5 * b3 +

Completed in 1170 milliseconds