/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;
|
/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);
|
/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...] |
/external/webp/src/dsp/ |
lossless_sse2.c | 331 const __m128i c6 = _mm_srli_si128(c4, 8); local 335 _mm_storel_epi64((__m128i*)(dst + 18), c6);
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_x86.cpp | 83 __m128i c0, c2, c4, c6, c8; local 94 c6 = _mm_shuffle_epi32(x, 0x55); 122 o0 = _mm_add_epi32(o0, _mm_madd_epi16(_mm_unpacklo_epi16(p8, p9), c6)); 123 o1 = _mm_add_epi32(o1, _mm_madd_epi16(_mm_unpacklo_epi16(p9, p10), c6)); 601 __m128i c0, c2, c4, c6, c8, c10, c12; local 618 c6 = _mm_shuffle_epi32(x, 0x55); 689 o0 = _mm_add_epi32(o0, _mm_madd_epi16( _mm_unpacklo_epi16(p9,p10), c6)); 704 o1 = _mm_add_epi32(o1, _mm_madd_epi16( _mm_unpacklo_epi16(p10,p11), c6)); 719 o2 = _mm_add_epi32(o2, _mm_madd_epi16( _mm_unpacklo_epi16(p11, p12), c6)); 734 o3 = _mm_add_epi32(o3, _mm_madd_epi16( _mm_unpacklo_epi16(p12, p13), c6)); [all...] |
/libcore/ojluni/src/main/java/java/net/ |
URLConnection.java | 1427 int c6 = is.read(); local [all...] |
/external/clang/test/SemaCXX/ |
uninitialized.cpp | 1189 C c6 = { c6.b, num, 0 }; \/\/ expected-warning{{uninitialized}} member in namespace:U::init_list 1278 C c6 = { c6.b, num, 0 }; \/\/ expected-warning{{uninitialized}} member in struct:U::init_list::Cwrapper [all...] |
/external/llvm/unittests/Support/ |
YAMLIOTest.cpp | 538 Colors c6; member in struct:ColorMap 560 io.mapOptional("c6", c.c6, cRed); // supplies default 586 EXPECT_EQ(cRed, map.c6); // tests default [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
crx.h | 68 c0 = MAX_REG, c1, c2, c3, c4, c5, c6, c7, c8, enumerator in enum:__anon74587
|
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 4151 int64_t c6 = 2097151 & (load_4(c + 15) >> 6); local [all...] |
/prebuilts/devtools/tools/lib/ |
commons-compress-1.8.1.jar | |