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

1 2

  /external/clang/test/Misc/
ast-dump-wchar.cpp 3 char c8[] = u8"test\0\\\"\t\a\b\234"; variable
  /external/compiler-rt/test/msan/
icmp_slt_allones.cc 8 int c8 : 1; member in struct:A
13 __attribute__((noinline)) A::A() : c8(1) {}
17 if (a->c8 == 0)
  /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;
  /prebuilts/go/darwin-x86/test/
const6.go 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
22 c8 = c2 == c6 \/\/ ERROR "mismatched types|incompatible types" var
  /prebuilts/go/linux-x86/test/
const6.go 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types"
22 c8 = c2 == c6 \/\/ ERROR "mismatched types|incompatible types" var
  /external/swiftshader/third_party/LLVM/unittests/VMCore/
InstructionsTest.cpp 120 const Constant* c8 = Constant::getNullValue(V8x8Ty); local
129 EXPECT_EQ(CastInst::SExt, CastInst::getCastOpcode(c8, true, V8x64Ty, true));
  /toolchain/binutils/binutils-2.27/gold/testsuite/
common_test_1.c 34 int c8[80]; variable
62 assert (c7 > c8);
63 assert (c8 > c9);
common_test_1_v1.c 37 int c8[80]; variable
66 assert (c7 < c8);
67 assert (c8 < c9);
common_test_1_v2.c 34 int c8[80]; variable
64 assert (c7 != c8);
65 assert (c8 != c9);
  /external/libcxx/test/std/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...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug249.go 18 var c8 <- chan <- chan chan int = (<-chan (<-chan (chan int)))(nil) var
issue7746.go 18 c8 = c7 * c7
19 c9 = c8 * c8
121 println(c8 / c8)
17 c8 = c7 * c7 const
  /prebuilts/go/linux-x86/test/fixedbugs/
bug249.go 18 var c8 <- chan <- chan chan int = (<-chan (<-chan (chan int)))(nil) var
issue7746.go 18 c8 = c7 * c7
19 c9 = c8 * c8
121 println(c8 / c8)
17 c8 = c7 * c7 const
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/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/clang/test/SemaCXX/
constexpr-printing.cpp 82 constexpr char c8 = get(u8"test\0\\\"\t\a\b\234"); // \ member in struct:V
  /external/gemmlowp/internal/
unpack.h 171 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/libvpx/libvpx/vpx_dsp/arm/
highbd_idct4x4_add_neon.c 100 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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_yuv.c 226 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/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 77 A &c8() { return *(A*)0; } function
78 // CHECK: "\01?c8@@YAAAVA@@XZ"
  /art/compiler/optimizing/
load_store_analysis_test.cc 287 HInstruction* c8 = graph_->GetIntConstant(8); local
316 HInstruction* i_add8 = new (GetAllocator()) HAdd(DataType::Type::kInt32, index, c8);
339 c8,
418 loc2 = heap_location_collector.GetArrayHeapLocation(array, c8, 4);
423 loc2 = heap_location_collector.GetArrayHeapLocation(array, c8, 4);
433 loc2 = heap_location_collector.GetArrayHeapLocation(array, c8, 4);
  /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/mesa3d/src/compiler/glsl/
lower_instructions.cpp 1179 ir_constant *c8 = local
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_x86.cpp 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));
601 __m128i c0, c2, c4, c6, c8, c10, c12; local
621 c8 = _mm_shuffle_epi32(x, 0x00);
690 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p11, p12), c8));
705 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p12,p13), c8));
720 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p13, p14), c8));
735 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p14, p15), c8));
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java 1438 int c8 = is.read(); local
    [all...]

Completed in 664 milliseconds

1 2