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

  /external/compiler-rt/test/msan/
icmp_slt_allones.cc 9 int c9 : 1; member in struct:A
  /prebuilts/go/darwin-x86/test/
const6.go 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
23 c9 = c1 == c6 \/\/ ERROR "mismatched types|incompatible types" var
  /prebuilts/go/linux-x86/test/
const6.go 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types"
23 c9 = c1 == c6 \/\/ ERROR "mismatched types|incompatible types" var
  /toolchain/binutils/binutils-2.27/gold/testsuite/
common_test_1.c 33 int c9[90]; variable
63 assert (c8 > c9);
common_test_1_v1.c 36 int c9[90]; variable
67 assert (c8 < c9);
common_test_1_v2.c 33 int c9[90]; variable
65 assert (c8 != c9);
  /external/webrtc/talk/media/base/
codec_unittest.cc 99 AudioCodec c9 = c0; local
101 EXPECT_TRUE(c9 != c7);
102 EXPECT_TRUE(c9 == c0);
178 VideoCodec c9 = c0; local
180 EXPECT_TRUE(c9 != c7);
181 EXPECT_TRUE(c9 == c0);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug249.go 19 var c9 <- chan chan <- chan int = (<-chan (chan<- (chan int)))(nil) var
issue7746.go 19 c9 = c8 * c8
20 c10 = c9 * c9
122 println(c9 / c9)
18 c9 = c8 * c8 const
  /prebuilts/go/linux-x86/test/fixedbugs/
bug249.go 19 var c9 <- chan chan <- chan int = (<-chan (chan<- (chan int)))(nil) var
issue7746.go 19 c9 = c8 * c8
20 c10 = c9 * c9
122 println(c9 / c9)
18 c9 = c8 * c8 const
  /external/clang/test/CodeGen/
arm-abi-vector.c 161 __char9 c9 = va_arg(ap, __char9); local
162 sum = sum + c9.x + c9.y;
arm64-abi-vector.c 108 __char9 c9 = va_arg(ap, __char9); local
109 sum = sum + c9.x + c9.y;
259 __char9 c9 = va_arg(ap, __char9); local
264 sum = sum + c9.x + c9.y;
300 double test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19,
303 double ret = varargs_vec(3, *c3, *c5, *c9, *c19, *s3, *s5, *i3, *i5, *d3);
340 __attribute__((noinline)) double args_vec_9c(int fixed, __char9 c9) {
342 // CHECK: [[C9:%.*]] = alloca <9 x i8>, align 1
    [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
114 c9 = vmull_lane_s32(vget_high_s32(*a3), vget_low_s32(cospis), 1);
118 c5 = vsubq_s64(c5, c9);
  /external/clang/test/CodeGenCXX/
mangle-ms-return-qualifiers.cpp 80 const A &c9() { return *(A*)0; } function
81 // CHECK: "\01?c9@@YAABVA@@XZ"
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java 1439 int c9 = is.read(); local
    [all...]
  /external/swiftshader/src/Renderer/
Surface.cpp 4158 __m128i c9 = _mm_load_si128((__m128i*)(source9 + 4 * x)); local
4303 unsigned int c9 = *(unsigned int*)(source9 + 4 * x); local
4452 __m128i c9 = _mm_load_si128((__m128i*)(source9 + 4 * x)); local
4597 unsigned int c9 = *(unsigned int*)(source9 + 4 * x); local
4745 __m128i c9 = _mm_load_si128((__m128i*)(source9 + 8 * x)); local
4890 unsigned int c9 = *(unsigned int*)(source9 + 4 * x); local
5041 __m128 c9 = _mm_load_ps((float*)(source9 + 4 * x)); local
5188 float c9 = *(float*)(source9 + 4 * x); local
5338 __m128 c9 = _mm_load_ps((float*)(source9 + 8 * x)); local
5485 float c9 = *(float*)(source9 + 4 * x); local
5637 __m128 c9 = _mm_load_ps((float*)(source9 + 16 * x)); local
5784 float c9 = *(float*)(source9 + 4 * x); local
5988 __m128i c9 = _mm_load_si128((__m128i*)(source9 + 2 * x)); local
6186 unsigned short c9 = *(unsigned short*)(source9 + 2 * x); local
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
crx.h 69 c9, c10, c11, c12, c13, c14, c15, enumerator in enum:__anon4854
  /external/capstone/suite/MC/ARM/
basic-arm-instructions.s.cs 296 0x12,0x94,0x35,0xec = ldc p4, c9, [r5], #-72 package
308 0x12,0x94,0x35,0xcc = ldcgt p4, c9, [r5], #-72 package
781 0x12,0x94,0x25,0xec = stc p4, c9, [r5], #-72 package
793 0x12,0x94,0x25,0xcc = stcgt p4, c9, [r5], #-72 package
    [all...]
basic-thumb2-instructions.s.cs 236 0x35,0xec,0x12,0x94 = ldc p4, c9, [r5], #-72 package
855 0x25,0xec,0x12,0x94 = stc p4, c9, [r5], #-72 package
    [all...]
  /external/boringssl/src/third_party/fiat/
curve25519.c 2513 int64_t c9 = 2097151 & (load_4(c + 23) >> 5); local
    [all...]
  /external/capstone/suite/MC/AArch64/
basic-a64-instructions.s.cs 1390 0xe5,0x59,0x0f,0xd5 = sys #7, c5, c9, #7, x5 package
1392 0xe9,0x59,0x2f,0xd5 = sysl x9, #7, c5, c9, #7 package
    [all...]
  /libcore/benchmarks/src/benchmarks/
ImtConflictBenchmark.java 89 C9 c9 = new C9(); local
90 callF0(c9);
91 callF43(c9);
92 callF86(c9);
93 callF129(c9);
94 callF172(c9);
95 callF215(c9);
96 callF258(c9);
492 C9 c9 = new C9(); local
    [all...]

Completed in 365 milliseconds