Searched defs:XC (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Layout/
H A Dms-x86-vtordisp.cpp185 struct XC : virtual XB { struct in inherits:XB
186 XC() { printf("XC"); } function in struct:XC
193 // CHECK-NEXT: 0 | struct XC
194 // CHECK-NEXT: 0 | (XC vbtable pointer)
206 // CHECK-X64-NEXT: 0 | struct XC
207 // CHECK-X64-NEXT: 0 | (XC vbtable pointer)
449 sizeof(XC)+
/external/clang/test/CodeGenCXX/
H A Ddynamic-cast-hint.cpp20 class XC : public virtual A { }; class in inherits:A
21 class X : public XA, public XB, public XC { };
/external/ImageMagick/coders/
H A Dwmf.c243 #define XC(x) ((double) x)
637 XC(rop_draw->TL.x), YC(rop_draw->TL.y),
638 XC(rop_draw->BR.x), YC(rop_draw->BR.y));
716 XC(bmp_draw->pt.x) * ddata->scale_x, YC(bmp_draw->pt.y) * ddata->scale_y,
866 XC(ddata->bbox.TL.x),YC(ddata->bbox.TL.y),
867 XC(ddata->bbox.BR.x),YC(ddata->bbox.BR.y));
914 XC(ddata->bbox.TL.x),YC(ddata->bbox.TL.y),
915 XC(ddata->bbox.BR.x),YC(ddata->bbox.BR.y));
957 DrawColor(WmfDrawingWand,XC(flood->pt.x), YC(flood->pt.y),
972 DrawColor(WmfDrawingWand, XC(floo
241 #define XC macro
[all...]
/external/v8/src/s390/
H A Dconstants-s390.h905 XC = 0xD7, // Exclusive Or (character) enumerator in enum:v8::internal::Opcode
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c377 /* Extract XC (3rd source register) field, instr[3,10:6] */
15847 UChar XC = ifieldRegXC(theInstr); local
15849 assign( vC, getVSReg( XC ) );
15850 DIP("xxsel v%d,v%d,v%d,v%d\n", XT, XA, XB, XC);

Completed in 587 milliseconds