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

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/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;
  /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
  /external/libvpx/libvpx/vpx_dsp/ppc/
transpose_vsx.h 41 int16x8_t c0, c1, c2, c3, c4, c5, c6, c7; local
67 c5 = vec_mergel(b2, b6);
77 // c5: 12 32 52 72 13 33 53 73
83 v[2] = vec_mergeh(c1, c5);
84 v[3] = vec_mergel(c1, c5);
  /external/tensorflow/tensorflow/compiler/xla/
util_test.cc 47 std::vector<int> c5 = {1, 2, 3, 4, 5}; local
56 EXPECT_FALSE(ContainersEqual(c1, c5));
57 EXPECT_FALSE(ContainersEqual(c5, c1));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
HbpcdUtils.java 112 Cursor c5 = resolver.query(MccSidRange.CONTENT_URI, projection5, local
116 if (c5 != null) {
117 if (c5.getCount() > 0) {
118 if (DBG) Rlog.d(LOG_TAG, "Query Range returned the cursor " + c5);
119 c5.moveToFirst();
120 tmpMcc = c5.getInt(0);
122 c5.close();
125 c5.close();
  /external/libvpx/libvpx/vpx_dsp/arm/
hadamard_neon.c 36 const int16x8_t c5 = vaddq_s16(b5, b7); local
46 *a6 = vsubq_s16(c1, c5);
47 *a7 = vaddq_s16(c1, c5);
highbd_idct4x4_add_neon.c 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; local
110 c5 = vmull_lane_s32(vget_high_s32(*a1), vget_high_s32(cospis), 1);
118 c5 = vsubq_s64(c5, c9);
126 vrshrn_n_s64(c5, DCT_CONST_BITS));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/
2-2.c 89 5: p5 NULL c5 (32)
129 void c5(void) function
259 ret = pthread_atfork(p5, NULL, c5);
  /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 60 Callback<void(int,int,int,int,int)> c5; local
68 EXPECT_TRUE(c5.is_null());

Completed in 1583 milliseconds

1 2 3 4 5