Home
last modified time | relevance | path

Searched refs:xc (Results 1 – 25 of 94) sorted by relevance

1234

/external/clang/test/Sema/
Danonymous-struct-union.c24 void test_unqual_references(struct X x, const struct X xc) { in test_unqual_references() argument
33xc.d = 0.0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const str… in test_unqual_references()
34xc.f = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const struc… in test_unqual_references()
35xc.a = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const struc… in test_unqual_references()
/external/mesa3d/docs/
DlibGL.txt91 libGL.so is built inside XFree86 with sources found in xc/lib/GL/.
94 xc/lib/GL/glx/*.c
95 xc/lib/dri/XF86dri.c
96 xc/lib/dri/dri_glx.c
97 xc/lib/GL/mesa/src/glapi.c
98 xc/lib/GL/mesa/src/glapitemp.h
99 xc/lib/GL/mesa/src/glapitable.h
100 xc/lib/GL/mesa/src/glapioffsets.h
101 xc/lib/GL/mesa/src/glapinoop.c
102 xc/lib/GL/mesa/src/glheader.h
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dmemset-03.ll143 ; CHECK: xc 0(7,%r2), 0(%r2)
152 ; CHECK: xc 0(7,%r2), 0(%r2)
219 ; CHECK: xc 0(11,%r2), 0(%r2)
228 ; CHECK: xc 0(11,%r2), 0(%r2)
257 ; CHECK: xc 0(13,%r2), 0(%r2)
266 ; CHECK: xc 0(13,%r2), 0(%r2)
275 ; CHECK: xc 0(14,%r2), 0(%r2)
284 ; CHECK: xc 0(14,%r2), 0(%r2)
293 ; CHECK: xc 0(15,%r2), 0(%r2)
302 ; CHECK: xc 0(15,%r2), 0(%r2)
[all …]
Dxor-08.ll8 ; CHECK: xc 1(1,%r2), 0(%r2)
21 ; CHECK: xc 2(2,%r2), 0(%r2)
34 ; CHECK: xc 4(4,%r2), 0(%r2)
47 ; CHECK: xc 8(8,%r2), 0(%r2)
/external/clang/test/CodeGenCXX/
Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { in test_X() argument
22 xc.f(); in test_X()
24 xc.g(); in test_X()
Dmicrosoft-templ-uuidof.cpp23 const _GUID &xc = __uuidof(X<C>); variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DMod.java147 private static int inversionStep(int[] p, int[] u, int uLen, int[] x, int xc) in inversionStep() argument
170 if (xc < 0) in inversionStep()
172 xc += Nat.addTo(len, p, x); in inversionStep()
176 xc += Nat.subFrom(len, p, x); in inversionStep()
181 Nat.shiftDownBit(len, x, xc); in inversionStep()
184 return xc; in inversionStep()
/external/clang/test/SemaCXX/
Danonymous-union.cpp48 void test_unqual_references(X x, const X xc) { in test_unqual_references() argument
57 xc.d = 0.0; in test_unqual_references()
58 xc.f = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const X'}} in test_unqual_references()
59 xc.a = 0; // expected-error{{cannot assign to variable 'xc' with const-qualified type 'const X'}} in test_unqual_references()
Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test() argument
40 int& i1 = xc.f(0); in test()
47 int& i3 = xc.g(0); in test()
Doverload-call-copycon.cpp8 void test_copycon(X x, X const xc, X volatile xv) { in test_copycon() argument
10 int& i2 = copycon(xc); in test_copycon()
/external/llvm/test/Analysis/BasicAA/
Ddag.ll27 br label %xc
30 br label %xc
31 xc:
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.stabs36 31: .stabs "argv:p(0,21)",N_PSYM,0x0,0x4,0xc
42 37: .stabs "object:2",N_CONSTRUCT,0x0,0xc,0x12
48 43: .stabs "2:0",N_DESTRUCT,0x0,0xc,0x73
68 63: .stabs "value:p(0,3)",N_PSYM,0x0,0x4,0xc
71 66: .stabn N_SLINE,0x0,0x27,0xc
72 67: .stabn N_RBRAC,0x0,0x1,0xc
98 93: .stabs "delete:p(0,3)",N_PSYM,0x0,0x4,0xc
/external/boringssl/src/crypto/sha/
Dsha1.c150 #define BODY_16_19(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
151 Xupdate(f, xi, xa, xb, xc, xd); \
155 #define BODY_20_31(i, a, b, c, d, e, f, xi, xa, xb, xc, xd) \ argument
156 Xupdate(f, xi, xa, xb, xc, xd); \
160 #define BODY_32_39(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
161 Xupdate(f, xa, xa, xb, xc, xd); \
165 #define BODY_40_59(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
166 Xupdate(f, xa, xa, xb, xc, xd); \
170 #define BODY_60_79(i, a, b, c, d, e, f, xa, xb, xc, xd) \ argument
171 Xupdate(f, xa, xa, xb, xc, xd); \
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt21 0xf4 0x87 0xc 0x11
576 0xe3 0x3 0xc 0x5a
590 0xe3 0x3 0xc 0x7a
1273 # CHECK: brk #{{12|0xc}}
1774 0xc 0x10 0x3e 0x1e
2124 0x83 0xc 0x40 0xf8
2134 0x6a 0xc 0x10 0x38
2137 0x6a 0xc 0x10 0x78
2160 0x6a 0xc 0x50 0x38
2163 0x6a 0xc 0x50 0x78
[all …]
/external/valgrind/none/tests/s390x/
Dxc.vgtest1 prog: xc
/external/llvm/test/CodeGen/R600/
Duse-sgpr-multiple-times.ll31 ; SI: s_load_dword [[SGPR1:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
45 ; SI: s_load_dword [[SGPR1:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
59 ; SI: s_load_dword [[SGPR1:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
Dshl_add_constant.ll58 ; SI-DAG: s_load_dword [[Y:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
74 ; SI-DAG: s_load_dword [[Y:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
Doperand-spacing.ll8 ; SI-DAG: s_load_dword [[SREGB:s[0-9]+]], s{{\[[0-9]+:[0-9]+\]}}, 0xc
/external/llvm/autoconf/m4/
Dcxx_flag_check.m42 …[AC_SUBST($1, `$CXX -Werror patsubst($2, [^-Wno-], [-W]) -fsyntax-only -xc /dev/null 2>/dev/null &…
/external/opencv/cv/src/
Dcvhough.cpp225 float xc, yc; in IMPLEMENT_LIST() local
302 xc = (float) col + 0.5f; in IMPLEMENT_LIST()
305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r ); in IMPLEMENT_LIST()
306 r = (float) sqrt( (double)xc * xc + (double)yc * yc ); in IMPLEMENT_LIST()
371 xc = (float) x[index] + 0.5f; in IMPLEMENT_LIST()
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r ); in IMPLEMENT_LIST()
375 r = (float) sqrt( (double)xc * xc + (double)yc * yc ) * isrho; in IMPLEMENT_LIST()
Dcvcamshift.cpp173 double a, b, c, xc, yc; in cvCamShift() local
225 xc = cvRound( m10 * inv_m00 + windowIn.x ); in cvCamShift()
260 int _xc = cvRound( xc ); in cvCamShift()
/external/toybox/kconfig/lxdialog/
Dcheck-lxdialog.sh45 echo "main() {}" | $cc -xc - -o $tmp 2> /dev/null
/external/dhcpcd/mk/
Dcc.mk19 if ${CC} $$f -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \
/external/llvm/test/MC/SystemZ/
Dinsn-bad.s3318 #CHECK: xc 0, 0
3320 #CHECK: xc 0(%r1), 0(%r1)
3322 #CHECK: xc 0(1,%r1), 0(2,%r1)
3324 #CHECK: xc 0(0,%r1), 0(%r1)
3326 #CHECK: xc 0(257,%r1), 0(%r1)
3328 #CHECK: xc -1(1,%r1), 0(%r1)
3330 #CHECK: xc 4096(1,%r1), 0(%r1)
3332 #CHECK: xc 0(1,%r1), -1(%r1)
3334 #CHECK: xc 0(1,%r1), 4096(%r1)
3336 #CHECK: xc 0(1,%r0), 0(%r1)
[all …]
/external/toybox/scripts/
Dgenconfig.sh12 ${CROSS_COMPILE}${CC} $CFLAGS -xc -o /dev/null $1 -

1234