Searched refs:c6 (Results 1 - 25 of 52) sorted by relevance

123

/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/llvm/test/MC/ARM/
H A Dgas-compl-copr-reg.s4 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed]
11 @ CHECK: stc p14, c6, [r2, #-224] @ encoding: [0x38,0x6e,0x02,0xed]
/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/webrtc/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/elfutils/tests/
H A Drun-zstrptr.sh50 [c6] '.bss'
86 [c6] '.bss'
H A Drun-strptr.sh50 [c6] '.bss'
/external/v8/src/js/
H A Dharmony-simd.js396 function NAMESwizzleJS(a, c0, c1, c2, c3, c4, c5, c6, c7) {
397 return %NAMESwizzle(a, c0, c1, c2, c3, c4, c5, c6, c7);
400 function NAMEShuffleJS(a, b, c0, c1, c2, c3, c4, c5, c6, c7) {
401 return %NAMEShuffle(a, b, c0, c1, c2, c3, c4, c5, c6, c7);
418 function NAMESwizzleJS(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11,
420 return %NAMESwizzle(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11,
424 function NAMEShuffleJS(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10,
426 return %NAMEShuffle(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10,
470 function Int16x8Constructor(c0, c1, c2, c3, c4, c5, c6, c7) {
477 TO_NUMBER(c6), TO_NUMBE
[all...]
/external/libweave/third_party/chromium/base/
H A Dcallback_unittest.cc92 Callback<void(int,int,int,int,int,int)> c6; local
100 EXPECT_TRUE(c6.is_null());
H A Dcallback_list_unittest.cc155 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);
H A Dbind_unittest.cc283 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/webrtc/talk/media/base/
H A Dcodec_unittest.cc78 Codec c6(0, "", 0, 0);
79 EXPECT_TRUE(c5 == c6);
89 AudioCodec c6(96, "A", 44100, 20000, 2, 1);
95 EXPECT_TRUE(c0 != c6);
168 VideoCodec c6(96, "V", 320, 200, 30, 1);
174 EXPECT_TRUE(c0 != c6);
/external/clang/test/Sema/
H A Dwarn-unreachable.c70 c6:
77 goto c6;
/external/libchrome/base/
H A Dcallback_unittest.cc91 Callback<void(int,int,int,int,int,int)> c6; local
99 EXPECT_TRUE(c6.is_null());
H A Dcallback_list_unittest.cc155 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);
H A Dbind_unittest.cc282 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/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp71 volatile A* c6() { return 0; } function
72 // CHECK: "\01?c6@@YAPCVA@@XZ"
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_avg.c51 int16_t c6 = b4 - b6; local
56 coeff[3] = c2 + c6;
60 coeff[1] = c2 - c6;
/external/autotest/server/cros/
H A Dchaos_dynamic_ap_list.conf230 [20:4e:7f:47:af:c6]
233 bss = 20:4e:7f:47:af:c6
576 [74:9d:dc:c6:6d:79]
582 bss = 74:9d:dc:c6:6d:79
670 # [00:90:a9:09:82:c6]
673 # bss = 00:90:a9:09:82:c6
1098 [f8:1a:67:6f:c6:b6]
1104 bss = f8:1a:67:6f:c6:b6
1105 wan mac = f8:1a:67:6f:c6:b7
1191 [e4:f4:c6
[all...]
/external/libvorbis/vq/
H A DMakefile.am21 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
/external/valgrind/none/tests/s390x/
H A Dopcodes.h157 #define CGFRL(r1,i2) RIL_RP(c6,r1,c,i2)
159 #define CGHRL(r1,i2) RIL_RP(c6,r1,4,i2)
165 #define CGRL(r1,i2) RIL_RP(c6,r1,8,i2)
172 #define CHRL(r1,i2) RIL_RP(c6,r1,5,i2)
189 #define CLGFRL(r1,i2) RIL_RP(c6,r1,e,i2)
190 #define CLGHRL(r1,i2) RIL_RP(c6,r1,6,i2)
196 #define CLGRL(r1,i2) RIL_RP(c6,r1,a,i2)
203 #define CLHRL(r1,i2) RIL_RP(c6,r1,7,i2)
211 #define CLRL(r1,i2) RIL_RP(c6,r1,f,i2)
216 #define CRL(r1,i2) RIL_RP(c6,r
[all...]
/external/curl/tests/
H A Dstunnel.pem76 ba:af:33:ee:c1:70:c8:11:bf:e4:4a:c6:45:fb:48:
111 5c:2c:65:01:ac:31:d1:8e:60:6e:c6:f5:ba:9d:69:e8:f1:ac:
/external/llvm/test/MC/X86/
H A Dx86_nop.s12 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=winchip-c6 %s | llvm-objdump -d - | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dautogen-inst-offset-align-to-end.s84 # CHECK: c6: nop
258 # CHECK: 2c6: nop
433 # CHECK: 4c6: nop
609 # CHECK: 6c6: nop
786 # CHECK: 8c6: nop
1504 # CHECK: 10c6: nop
1686 # CHECK: 12c6: incl
1868 # CHECK: 14c6: nop
2053 # CHECK: 16c6: nop
2239 # CHECK: 18c6
[all...]
H A Dautogen-inst-offset-padding.s78 # CHECK: c6: incl
237 # CHECK: 2c6: incl
397 # CHECK: 4c6: incl
558 # CHECK: 6c6: incl
720 # CHECK: 8c6: incl
1378 # CHECK: 10c6: incl
1545 # CHECK: 12c6: incl
1713 # CHECK: 14c6: nop
1883 # CHECK: 16c6: nop
2054 # CHECK: 18c6
[all...]

Completed in 1156 milliseconds

123