HomeSort by relevance Sort by last modified time
    Searched refs:c4 (Results 1 - 25 of 255) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Sema/
pointer-conversion.c 9 volatile char * c4; variable
10 char ** c5 = &c4; // expected-warning {{discards qualifiers in nested pointer types}}
attr-cleanup.c 36 void c4(_Bool a);
38 __attribute((cleanup(c4))) void* g;
  /external/clang/test/Parser/
c1x-alignas.c 8 char c4 _Alignas(32); // expected-error {{expected ';' after top level declarator}} expected-warning {{declaration does not declare anything}}
  /external/llvm/test/MC/Sparc/
sparc-coproc.s 3 ! CHECK: ld [%i1], %c4 ! encoding: [0xc9,0x86,0x40,0x00]
4 ! CHECK: ld [%i1+-15], %c4 ! encoding: [0xc9,0x86,0x7f,0xf1]
5 ! CHECK: ld [%i1+%o3], %c4 ! encoding: [0xc9,0x86,0x40,0x0b]
6 ! CHECK: ld [%i7], %c4 ! encoding: [0xc9,0x87,0xc0,0x00]
8 ld [%i1], %c4
9 ld [%i1 - 15], %c4
10 ld [%i1 +%o3], %c4
11 ld [%i7], %c4
15 ! CHECK: ldd [%i1], %c4 ! encoding: [0xc9,0x9e,0x40,0x00]
16 ! CHECK: ldd [%i7], %c4 ! encoding: [0xc9,0x9f,0xc0,0x00
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-coproc.s 3 ! CHECK: ld [%i1], %c4 ! encoding: [0xc9,0x86,0x40,0x00]
4 ! CHECK: ld [%i1+-15], %c4 ! encoding: [0xc9,0x86,0x7f,0xf1]
5 ! CHECK: ld [%i1+%o3], %c4 ! encoding: [0xc9,0x86,0x40,0x0b]
6 ! CHECK: ld [%i7], %c4 ! encoding: [0xc9,0x87,0xc0,0x00]
8 ld [%i1], %c4
9 ld [%i1 - 15], %c4
10 ld [%i1 +%o3], %c4
11 ld [%i7], %c4
15 ! CHECK: ldd [%i1], %c4 ! encoding: [0xc9,0x9e,0x40,0x00]
16 ! CHECK: ldd [%i7], %c4 ! encoding: [0xc9,0x9f,0xc0,0x00
    [all...]
  /external/skia/tests/
SkColor4fTest.cpp 25 SkColor4f c4 = SkColor4f::FromColor(r.fC); local
26 REPORTER_ASSERT(reporter, c4 == r.fC4);
  /external/skqp/tests/
SkColor4fTest.cpp 25 SkColor4f c4 = SkColor4f::FromColor(r.fC); local
26 REPORTER_ASSERT(reporter, c4 == r.fC4);
  /external/strace/linux/tile/
raw_syscall.h 38 kernel_ulong_t r, e, c2, c3, c4, c5, c10; local
41 "=R02"(c2), "=R03"(c3), "=R04"(c4),
  /external/libffi/testsuite/libffi.call/
return_complex2.inc 5 static _Complex T_C_TYPE return_c(_Complex T_C_TYPE c1, _Complex T_C_TYPE c2, unsigned int in3, _Complex T_C_TYPE c4)
7 return c1 + c2 + in3 + c4;
14 _Complex T_C_TYPE c1, c2, c4, rc, rc2;
23 values[3] = &c4;
31 c4 = 512.7 + 1024.1 * I;
34 rc2 = return_c(c1, c2, in3, c4);
38 CHECK(rc == c1 + c2 + in3 + c4);
return_complex1.inc 5 static _Complex T_C_TYPE return_c(_Complex T_C_TYPE c1, float fl2, unsigned int in3, _Complex T_C_TYPE c4)
7 return c1 + fl2 + in3 + c4;
14 _Complex T_C_TYPE c1, c4, rc, rc2;
24 values[3] = &c4;
32 c4 = 512.7 + 1024.1 * I;
35 rc2 = return_c(c1, fl2, in3, c4);
  /external/clang/test/CodeGen/
constant-comparison.c 8 int *c4 = &a - (6 * 5 > 30); variable
  /external/libxcam/
code_style.sh 3 git status -s | grep -E "\.cpp$|\.h$" | cut -c4- | xargs astyle --indent=spaces=4 --convert-tabs --pad-oper --suffix=none
  /external/pdfium/core/fxcrt/
fx_string.h 13 #define FXBSTR_ID(c1, c2, c3, c4) \
15 ((uint32_t)c4))
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 13 Constant<float (*)(int, double), f> *c4; variable
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 48 float c4 = 0.38f; local
52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1);
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5)
    [all...]
  /external/libcxx/test/std/containers/sequences/array/
compare.pass.cpp 40 C c4 = {1, 2, 1}; local
43 assert(testComparisons6(c1, c4, false, false));
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ByteUtils.h 25 constexpr int FOURCC(unsigned char c1, unsigned char c2, unsigned char c3, unsigned char c4) {
26 return ((c1) << 24 | (c2) << 16 | (c3) << 8 | (c4));
  /external/llvm/test/MC/ARM/
gas-compl-copr-reg.s 3 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
10 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
gas-compl-copr-reg.s 3 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
10 @ CHECK: ldc p12, c4, [r0, #4] @ encoding: [0x01,0x4c,0x90,0xed]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbanks_mips.c 116 int32_t c4, c5, c6, c7; local
130 "lh %[c4], 8(%[coeff_ptr]) \n\t"
137 [c4] "=&r" (c4), [c5] "=&r" (c5), [c6] "=&r" (c6), [c7] "=&r" (c7),
151 "mul %[t2], %[c4], %[state0_lo] \n\t"
153 "mul %[t1], %[c4], %[state0_hi] \n\t"
212 [c4] "r" (c4), [c5] "r" (c5), [c6] "r" (c6), [c7] "r" (c7),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_normalization.py 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
72 self.assertTrue(c4 == NFC(c4) == NFC(c5), line)
74 self.assertTrue(c5 == NFD(c4) == NFD(c5), line)
75 self.assertTrue(c4 == NFKC(c1) == NFKC(c2) == \
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
79 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /external/python/cpython2/Lib/test/
test_normalization.py 57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
72 self.assertTrue(c4 == NFC(c4) == NFC(c5), line)
74 self.assertTrue(c5 == NFD(c4) == NFD(c5), line)
75 self.assertTrue(c4 == NFKC(c1) == NFKC(c2) == \
76 NFKC(c3) == NFKC(c4) == NFKC(c5),
79 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /external/python/cpython3/Lib/test/
test_normalization.py 66 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
81 self.assertTrue(c4 == NFC(c4) == NFC(c5), line)
83 self.assertTrue(c5 == NFD(c4) == NFD(c5), line)
84 self.assertTrue(c4 == NFKC(c1) == NFKC(c2) == \
85 NFKC(c3) == NFKC(c4) == NFKC(c5),
88 NFKD(c3) == NFKD(c4) == NFKD(c5),
  /external/icu/icu4c/source/i18n/
cecal.cpp 135 int32_t c4; // number of 4 year cycle (1461 days) local
138 c4 = ClockMath::floorDivide(julianDay - jdEpochOffset, 1461, r4);
140 year = 4 * c4 + (r4/365 - r4/1460); // 4 * <number of 4year cycle> + <years within the last cycle>
  /external/compiler-rt/test/tsan/
tsan-vs-gvn.cc 12 char c1, c2, c3, c4; member in struct:__anon18452

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011