HomeSort by relevance Sort by last modified time
    Searched defs:c8 (Results 1 - 17 of 17) sorted by null

  /external/clang/test/Misc/
ast-dump-wchar.cpp 3 char c8[] = u8"test\0\\\"\t\a\b\234"; variable
  /external/fio/lib/
bswap.h 21 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/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp 87 static UChar c8[] = { 0x2001 }; local
88 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c8, 1));
129 static UChar c8[] = { 0xD83C, 0xDDF0 }; local
130 EXPECT_EQ(ComplexPath, Character::characterRangeCodePath(c8, 2));
172 static UChar c8[] = { 0x330, 0x2000 }; local
173 EXPECT_EQ(ComplexPath, Character::characterRangeCodePath(c8, 2));
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 44 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_c8p, c_c8p, &c32, &c32+1, c32p) == F32_8::ok)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
utf_sanity_check.pass.cpp 44 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_c8p, c_c8p, &c32, &c32+1, c32p) == F32_8::ok)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 194 LLVMValueRef c8; local
221 c8 = lp_build_const_int_vec(gallivm, type, 8);
268 *r = LLVMBuildAShr(builder, *r, c8, "r");
269 *g = LLVMBuildAShr(builder, *g, c8, "g");
270 *b = LLVMBuildAShr(builder, *b, c8, "b");
lp_bld_arit.c 664 LLVMValueRef c8; local
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
688 ab = LLVMBuildLShr(builder, ab, c8, "");
    [all...]
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 82 constexpr char c8 = get(u8"test\0\\\"\t\a\b\234"); // \ member in struct:V
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 194 LLVMValueRef c8; local
221 c8 = lp_build_const_int_vec(gallivm, type, 8);
268 *r = LLVMBuildAShr(builder, *r, c8, "r");
269 *g = LLVMBuildAShr(builder, *g, c8, "g");
270 *b = LLVMBuildAShr(builder, *b, c8, "b");
lp_bld_arit.c 664 LLVMValueRef c8; local
671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8);
683 ab = LLVMBuildAdd(builder, ab, LLVMBuildLShr(builder, ab, c8, ""), "");
688 ab = LLVMBuildLShr(builder, ab, c8, "");
    [all...]
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 77 A &c8() { return *(A*)0; } function
78 // CHECK: "\01?c8@@YAAAVA@@XZ"
  /external/llvm/unittests/IR/
InstructionsTest.cpp 205 const Constant* c8 = Constant::getNullValue(V8x8Ty); local
216 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 1268 uptr c8 = (unsigned)c & 0xFF; local
    [all...]
  /external/pixman/pixman/
pixman-access.c 492 MAKE_ACCESSORS(c8); variable
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.c 83 __m128i c0, c2, c4, c6, c8; local
96 c8 = _mm_shuffle_epi32(x, 0x00);
125 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p10, _mm_setzero_si128()), c8));
126 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p11, _mm_setzero_si128()), c8));
600 __m128i c0, c2, c4, c6, c8, c10, c12; local
620 c8 = _mm_shuffle_epi32(x, 0x00);
689 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p11, p12), c8));
704 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p12,p13), c8));
719 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p13, p14), c8));
734 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p14, p15), c8));
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 2872 UChar32 c16, c8; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 2877 UChar32 c16, c8; local
    [all...]

Completed in 1787 milliseconds