HomeSort by relevance Sort by last modified time
    Searched defs:c5 (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gold/testsuite/
plugin_common_test_1.c 23 This is a test of common symbols in plugin objects. C1-C5 test
33 int c5 = 50; variable
plugin_common_test_2.c 23 This is a test of common symbols in plugin objects. C1-C5 test
33 int c5; variable
44 assert (c5 == 50);
common_test_1.c 37 int c5[10]; variable
56 assert (c5 > c4);
common_test_1_v1.c 40 int c5[10]; variable
60 assert (c5 < c4);
common_test_1_v2.c 37 int c5[10]; variable
58 assert (c5 != c4);
  /external/clang/test/Sema/
pointer-conversion.c 10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}} variable
string-init.c 25 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/clang/test/CodeGen/
constant-comparison.c 9 int *c5 = &a + (6 * 5 >= 30); variable
tentative-decls.c 34 // RUN: grep '@c5 = internal global \[1 x .*\] zeroinitializer' %t
35 static int c5[]; variable
36 static int func() { return c5[0]; }
arm-abi-vector.c 118 __char5 c5 = va_arg(ap, __char5); local
119 sum = sum + c5.x + c5.y;
273 __short5 c5 = va_arg(ap, __short5); local
274 sum = sum + c5.x + c5.y;
arm64-abi-vector.c 64 __char5 c5 = va_arg(ap, __char5); local
65 sum = sum + c5.x + c5.y;
148 __short5 c5 = va_arg(ap, __short5); local
149 sum = sum + c5.x + c5.y;
191 __int5 c5 = va_arg(ap, __int5); local
192 sum = sum + c5.x + c5.y;
233 __char5 c5 = va_arg(ap, __char5) local
    [all...]
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 14 Constant<float (*)(int, double), &f> *c5; variable
  /external/fio/lib/
bswap.h 21 uint64_t c1, c2, c3, c4, c5, c6, c7, c8; local
27 c5 = (val >> 24) & 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 20 c5 mybool = 1 < 2
19 c5 mybool = 1 < 2 var
  /prebuilts/go/linux-x86/test/
const6.go 20 c5 mybool = 1 < 2
19 c5 mybool = 1 < 2 var
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 110 Cursor c5 = resolver.query(MccSidRange.CONTENT_URI, projection5, local
114 if (c5 != null) {
115 if (c5.getCount() > 0) {
116 if (DBG) Log.d(LOG_TAG, "Query Range returned the cursor " + c5 );
117 c5.moveToFirst();
118 tmpMcc = c5.getInt(0);
120 c5.close();
123 c5.close();
  /external/webrtc/talk/media/base/
codec_unittest.cc 77 Codec c5; local
79 EXPECT_TRUE(c5 == c6);
88 AudioCodec c5(96, "A", 44100, 20000, 1, 3);
94 EXPECT_TRUE(c0 != c5);
167 VideoCodec c5(96, "V", 320, 200, 10, 3);
173 EXPECT_TRUE(c0 != c5);
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug249.go 14 var c5 <- chan <- chan int = (<-chan (<-chan int))(nil) var
  /prebuilts/go/linux-x86/test/fixedbugs/
bug249.go 14 var c5 <- chan <- chan int = (<-chan (<-chan int))(nil) var
  /external/clang/test/SemaCXX/
string-init.cpp 20 char16_t c5[] = L"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
  /external/libchrome/base/
callback_unittest.cc 90 Callback<void(int,int,int,int,int)> c5; local
98 EXPECT_TRUE(c5.is_null());
callback_list_unittest.cc 148 CallbackList<void(int, int, int, int, int)> c5; local
150 subscription5 = c5.Add(Bind(&Summer::AddFiveParam, Unretained(&s)));
152 c5.Notify(1, 2, 3, 4, 5);
  /external/libweave/third_party/chromium/base/
callback_unittest.cc 91 Callback<void(int,int,int,int,int)> c5; local
99 EXPECT_TRUE(c5.is_null());
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 159 Collator *c5 = Collator::createInstance(Locale("ja", "JP", ""), status); local
161 iter = ((RuleBasedCollator*)c5)->createCollationElementIterator(source);
167 delete c5;
  /external/libvpx/libvpx/vp9/encoder/
vp9_avg.c 50 int16_t c5 = b5 + b7; local
55 coeff[7] = c1 + c5;
59 coeff[6] = c1 - c5;

Completed in 804 milliseconds

1 2 3 4