/external/clang/test/CodeGen/ |
constant-comparison.c | 10 int c6 = 44 < 33; variable
|
/external/clang/test/SemaTemplate/ |
instantiation-default-2.cpp | 16 Constant<float (*)(int, int), f> *c6; // expected-error{{non-type template argument of type 'float (int, double)' cannot be converted to a value of type 'float (*)(int, int)'}} variable
|
/external/fio/lib/ |
bswap.h | 21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local 28 c6 = (val >> 16) & 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 | 21 c6 mybool1 = x < y 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types" 20 c6 mybool1 = x < y var
|
const1.go | 71 c6 = 1000 % 1e3 // ERROR "floating-point % operation|expected integer type" 70 c6 = 1000 % 1e3 \/\/ ERROR "floating-point % operation|expected integer type" var
|
/prebuilts/go/linux-x86/test/ |
const6.go | 21 c6 mybool1 = x < y 23 c8 = c2 == c6 // ERROR "mismatched types|incompatible types" 24 c9 = c1 == c6 // ERROR "mismatched types|incompatible types" 28 _ = c2 && c6 // ERROR "mismatched types|incompatible types" 29 _ = c1 && c6 // ERROR "mismatched types|incompatible types" 20 c6 mybool1 = x < y var
|
const1.go | 71 c6 = 1000 % 1e3 // ERROR "floating-point % operation|expected integer type" 70 c6 = 1000 % 1e3 \/\/ ERROR "floating-point % operation|expected integer type" var
|
/toolchain/binutils/binutils-2.25/gold/testsuite/ |
common_test_1.c | 36 int c6[60]; variable 60 assert (c1 > c6); 61 assert (c6 > c7);
|
common_test_1_v1.c | 39 int c6[60]; variable 64 assert (c1 < c6); 65 assert (c6 < c7);
|
common_test_1_v2.c | 36 int c6[60]; variable 62 assert (c1 != c6); 63 assert (c6 != c7);
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug249.go | 15 var c6 chan <- <- chan int = (chan<- (<-chan int))(nil) var
|
issue7746.go | 16 c6 = c5 * c5 17 c7 = c6 * c6 119 println(c6 / c6) 15 c6 = c5 * c5 const
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug249.go | 15 var c6 chan <- <- chan int = (chan<- (<-chan int))(nil) var
|
issue7746.go | 16 c6 = c5 * c5 17 c7 = c6 * c6 119 println(c6 / c6) 15 c6 = c5 * c5 const
|
/external/libchrome/base/ |
callback_unittest.cc | 91 Callback<void(int,int,int,int,int,int)> c6; local 99 EXPECT_TRUE(c6.is_null());
|
callback_list_unittest.cc | 155 CallbackList<void(int, int, int, int, int, int)> c6; local 157 subscription6 = c6.Add(Bind(&Summer::AddSixParam, Unretained(&s))); 159 c6.Notify(1, 2, 3, 4, 5, 6);
|
bind_unittest.cc | 282 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local 283 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14)); 288 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local 289 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14)); 291 Callback<int(int,int,int,int,int)> c5 = Bind(c6, 32);
|
/external/libweave/third_party/chromium/base/ |
callback_unittest.cc | 92 Callback<void(int,int,int,int,int,int)> c6; local 100 EXPECT_TRUE(c6.is_null());
|
callback_list_unittest.cc | 155 CallbackList<void(int, int, int, int, int, int)> c6; local 157 subscription6 = c6.Add(Bind(&Summer::AddSixParam, Unretained(&s))); 159 c6.Notify(1, 2, 3, 4, 5, 6);
|
bind_unittest.cc | 283 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local 284 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14)); 289 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local 290 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14)); 292 Callback<int(int,int,int,int,int)> c5 = Bind(c6, 32);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_avg.c | 51 int16_t c6 = b4 - b6; local 56 coeff[3] = c2 + c6; 60 coeff[1] = c2 - c6;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
filterbanks_mips.c | 116 int32_t c4, c5, c6, c7; local 132 "lh %[c6], 12(%[coeff_ptr]) \n\t" 137 [c4] "=&r" (c4), [c5] "=&r" (c5), [c6] "=&r" (c6), [c7] "=&r" (c7), 155 "mul %[t5], %[c6], %[state1_lo] \n\t" 157 "mul %[t4], %[c6], %[state1_hi] \n\t" 212 [c4] "r" (c4), [c5] "r" (c5), [c6] "r" (c6), [c7] "r" (c7),
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-return-qualifiers.cpp | 71 volatile A* c6() { return 0; } function 72 // CHECK: "\01?c6@@YAPCVA@@XZ"
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 522 int c6 = (z0 > w0) ? 1 : 0; local 523 int c = c1 + c2 + c3 + c4 + c5 + c6;
|
/external/fio/ |
init.c | 1283 char *c5 = NULL, *c6 = NULL; local 1292 c6 = fio_uint_to_kmg(o->max_bs[DDIR_TRIM]); 1304 c1, c2, c3, c4, c5, c6); 1314 free(c6); [all...] |