Searched refs:xc (Results 1 - 25 of 113) sorted by relevance

12345

/external/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp16 void test_X(X<int> xi, X<char> xc) { argument
22 xc.f();
24 xc.g();
/external/clang/test/Sema/
H A Danonymous-struct-union.c24 void test_unqual_references(struct X x, const struct X xc) { argument
32 xc.d = 0.0; // expected-error{{read-only variable is not assignable}}
33 xc.f = 0; // expected-error{{read-only variable is not assignable}}
34 xc.a = 0; // expected-error{{read-only variable is not assignable}}
/external/clang/test/SemaCXX/
H A Danonymous-union.cpp48 void test_unqual_references(X x, const X xc) { argument
56 xc.d = 0.0;
57 xc.f = 0; // expected-error{{read-only variable is not assignable}}
58 xc.a = 0; // expected-error{{read-only variable is not assignable}}
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { argument
40 int& i1 = xc.f(0);
47 int& i3 = xc.g(0);
H A Doverload-call-copycon.cpp8 void test_copycon(X x, X const xc, X volatile xv) { argument
10 int& i2 = copycon(xc);
/external/dropbear/libtomcrypt/notes/etc/
H A Dwhirlgen.c3 unsigned E[16] = { 1, 0xb, 9, 0xc, 0xd, 6, 0xf, 3, 0xe, 8, 7, 4, 0xa, 2, 5, 0 };
5 unsigned R[16] = { 7, 0xc, 0xb, 0xd, 0xe, 4, 9, 0xf, 6, 3, 8, 0xa, 2, 5, 1, 0 };
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp340 uint32_t* xc; local
360 for (xc = c.words(), xa = xc + wc; xc < xa; xc++)
361 *xc = 0;
371 xc = xc0;
374 z = *x++ * (unsigned long long)y + *xc + carry;
376 *xc++ = (uint32_t)z & 0xffffffffUL;
378 *xc
555 uint32_t* xc; local
[all...]
/external/openssl/crypto/sha/
H A Dsha_locl.h159 #define BODY_16_19(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
160 Xupdate(f,xi,xa,xb,xc,xd); \
164 #define BODY_20_31(i,a,b,c,d,e,f,xi,xa,xb,xc,xd) \
165 Xupdate(f,xi,xa,xb,xc,xd); \
169 #define BODY_32_39(i,a,b,c,d,e,f,xa,xb,xc,xd) \
170 Xupdate(f,xa,xa,xb,xc,xd); \
174 #define BODY_40_59(i,a,b,c,d,e,f,xa,xb,xc,xd) \
175 Xupdate(f,xa,xa,xb,xc,xd); \
179 #define BODY_60_79(i,a,b,c,d,e,f,xa,xb,xc,xd) \
180 Xupdate(f,xa,xa,xb,xc,x
[all...]
/external/dhcpcd/mk/
H A Dcc.mk19 if ${CC} $$f -S -o /dev/null -xc /dev/null >/dev/null 2>&1; \
/external/libffi/src/s390/
H A Dsysv.S167 .byte 0xc # DW_CFA_def_cfa
187 .byte 0x8c # DW_CFA_offset, column 0xc
188 .uleb128 0xc
226 .byte 0x8c # DW_CFA_offset, column 0xc
227 .uleb128 0xc
366 .byte 0xc # DW_CFA_def_cfa
386 .byte 0x8c # DW_CFA_offset, column 0xc
395 .uleb128 0xc
/external/quake/quake/src/WinQuake/
H A Dsnd_dos.cpp172 while ((dos_inportb(dsp_port+0xc)&0x80)) ;
173 dos_outportb(dsp_port+0xc, val);
302 flipflop_reg = 0xc;
495 dos_outportb(0xc, 0);
/external/valgrind/main/memcheck/tests/
H A Dunit_libcbase.c77 CHECK( VG_IS_2_ALIGNED(0xc) );
94 CHECK( VG_IS_4_ALIGNED(0xc) );
111 CHECK( ! VG_IS_8_ALIGNED(0xc) );
128 CHECK( ! VG_IS_16_ALIGNED(0xc) );
145 // 0xc case below
151 CHECK( VG_IS_WORD_ALIGNED(0xc) );
154 CHECK( ! VG_IS_WORD_ALIGNED(0xc) );
/external/libffi/src/x86/
H A Dunix64.S343 .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
368 .byte 0xc /* DW_CFA_def_cfa, %rbp offset 32 */
377 .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
H A Ddarwin64.S331 .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
360 .byte 0xc /* DW_CFA_def_cfa, %rbp offset 32 */
370 .byte 0xc /* DW_CFA_def_cfa, %rsp offset 8 */
/external/opencv/cv/src/
H A Dcvcamshift.cpp173 double a, b, c, xc, yc; local
225 xc = cvRound( m10 * inv_m00 + windowIn.x );
260 int _xc = cvRound( xc );
H A Dcvhough.cpp225 float xc, yc; local
302 xc = (float) col + 0.5f;
305 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
306 r = (float) sqrt( (double)xc * xc + (double)yc * yc );
371 xc = (float) x[index] + 0.5f;
374 t = (float) fabs( cvFastArctan( yc, xc ) * d2r );
375 r = (float) sqrt( (double)xc * xc + (double)yc * yc ) * isrho;
/external/bluetooth/glib/tests/
H A Dmarkup-escape-test.c95 test_unichar (0xc, TRUE);
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Ddefcfaexpr.S106 .byte 0xc
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
H A DISO9796d1Encoding.java25 0x0, 0xd, 0xb, 0x6, 0x7, 0xa, 0xc, 0x1 };
26 private static byte[] inverse = { 0x8, 0xf, 0x6, 0x1, 0x5, 0x2, 0xb, 0xc,
/external/grub/netboot/
H A D3c509.h225 #define REQ_INTR (unsigned short) (0xc<<11)
304 #define ERR_RX_ALIGN (unsigned short) (0xc<<11)
H A D3c595.h103 #define EEPROM_OEM_ADDR_2 0xc /* Word */
240 #define REQ_INTR (unsigned short) (0xc<<11)
/external/oprofile/events/mips/20K/
H A Devents18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
839 xc = xc0;
842 z = *x++ * (ULLong)y + *xc + carry;
844 *xc++ = z & FFFFFFFF;
847 *xc = carry;
855 xc = xc0;
858 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
860 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
862 Storeinc(xc, z2, z);
865 *xc
1068 ULong *xa, *xae, *xb, *xbe, *xc; variable
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp262 qreal xc = p.x(); local
281 double xs = xc - radius;
314 m_path.lineTo(xc, yc);
/external/doclava/res/assets/templates/assets/
H A Dprettify.js5 dc="(?:",ec=")",fc="gi",gc="PRE",hc='<!DOCTYPE foo PUBLIC "foo bar">\n<foo />',ic="\t",jc="\n",kc="[^<]+|<!--[\\s\\S]*?--\>|<!\\[CDATA\\[[\\s\\S]*?\\]\\]>|</?[a-zA-Z][^>]*>|<",lc="nocode",mc=' $1="$2$3$4"',S="pln",nc="string",T="lang-",oc="src",U="str",pc="'\"",qc="'\"`",rc="\"'",V="com",sc="lang-regex",tc="(/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/)",uc="kwd",vc="^(?:",wc=")\\b",xc=" \r\n\t\u00a0",yc="lit",zc="typ",Ac="0123456789",Y="pun",Bc="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try alignof align_union asm axiom bool concept concept_map const_cast constexpr decltype dynamic_cast explicit export friend inline late_check mutable namespace nullptr reinterpret_cast static_assert static_cast template typeid typename typeof using virtual wchar_t where break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN caller delete die do dump elsif eval exit foreach for goto if import last local my next no our print package redo require sub undef unless until use wantarray while BEGIN END break continue do else for if return while and as assert class def del elif except exec finally from global import in is lambda nonlocal not or pass print raise try with yield False True None break continue do else for if return while alias and begin case class def defined elsif end ensure false in module next nil not or redo rescue retry self super then true undef unless until when yield BEGIN END break continue do else for if return while case done elif esac eval fi function in local set then until ",
24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b.push([S,/^\s+/,r,xc]);c.push([yc,/^@[a-z_$][a-z_$@0-9]*/i,r,Ia],[zc,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,r],[S,/^[a-z_$][a-z_$@0-9]*/i,r],[yc,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,r,Ac],[Y,/^.[^\s\w\.$@\'\"\`\/\#]*/,r]);return K(b,c)}var ae=C({keywords:Bc,hashComments:o,cStyleComments:o,multiLineStrings:o,regexLiterals:o});function be(a){var b=a.source,c=a.f,d=a.c,

Completed in 613 milliseconds

12345