Searched defs:c6 (Results 1 - 18 of 18) sorted by relevance

/external/clang/test/CodeGen/
H A Dconstant-comparison.c10 int c6 = 44 < 33; variable
/external/clang/test/SemaTemplate/
H A Dinstantiation-default-2.cpp16 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/
H A Dbswap.h21 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;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontTest.cpp83 static UChar c6[] = { 0x1E00 }; local
84 EXPECT_EQ(SimpleWithGlyphOverflowPath, Character::characterRangeCodePath(c6, 1));
125 static UChar c6[] = { 0xD83C, 0xDDE5 }; local
126 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c6, 2));
166 static UChar c6[] = { 0x2FF, 0x2000 }; local
167 EXPECT_EQ(SimpleWithGlyphOverflowPath, Character::characterRangeCodePath(c6, 2));
/external/chromium_org/base/
H A Dcallback_unittest.cc83 Callback<void(int,int,int,int,int,int)> c6; local
91 EXPECT_TRUE(c6.is_null());
H A Dcallback_list_unittest.cc140 CallbackList<void(int, int, int, int, int, int)> c6; local
142 subscription6 = c6.Add(Bind(&Summer::AddSixParam, Unretained(&s)));
144 c6.Notify(1, 2, 3, 4, 5, 6);
H A Dbind_unittest.cc271 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local
272 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14));
277 Callback<int(int,int,int,int,int,int)> c6 = Bind(&Sum); local
278 EXPECT_EQ(69, c6.Run(13, 12, 11, 10, 9, 14));
280 Callback<int(int,int,int,int,int)> c5 = Bind(c6, 32);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilterbanks_mips.c116 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/
H A Dmangle-ms-return-qualifiers.cpp71 volatile A* c6() { return 0; } function
72 // CHECK: "\01?c6@@YAPCVA@@XZ"
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c522 int c6 = (z0 > w0) ? 1 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c522 int c6 = (z0 > w0) ? 1 : 0; local
523 int c = c1 + c2 + c3 + c4 + c5 + c6;
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_sse2.c408 const __m128i c6 = _mm_srli_si128(c4, 8); local
412 _mm_storel_epi64((__m128i*)(dst + 18), c6);
/external/webp/src/dsp/
H A Dlossless_sse2.c408 const __m128i c6 = _mm_srli_si128(c4, 8); local
412 _mm_storel_epi64((__m128i*)(dst + 18), c6);
/external/fio/
H A Dinit.c1150 char *c5 = NULL, *c6 = NULL; local
1159 c6 = fio_uint_to_kmg(o->max_bs[DDIR_TRIM]);
1171 c1, c2, c3, c4, c5, c6);
1181 free(c6);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp445 Colors c6; member in struct:ColorMap
467 io.mapOptional("c6", c.c6, cRed); // supplies default
493 EXPECT_EQ(cRed, map.c6); // tests default
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1010 milliseconds