HomeSort by relevance Sort by last modified time
    Searched defs:XC (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
pushgo-op.s 4 PUSHGO XC,Y,Z
8 PUSHGO XC,$32,Z
12 PUSHGO XC,Y,$73
16 PUSHGO XC,$38,$212
21 PUSHGO XC,Y,Z0
25 PUSHGO XC,$32,Z0
29 PUSHGO XC,Y,203
33 PUSHGO XC,$38,211
38 PUSHGO XC,Y
44 PUSHGO XC,$4
    [all...]
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 185 struct XC : virtual XB {
186 XC() { printf("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/
dynamic-cast-hint.cpp 20 class XC : public virtual A { };
21 class X : public XA, public XB, public XC { };
  /external/ImageMagick/coders/
wmf.c 243 #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(flood->pt.x), YC(flood->pt.y)
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 388 /* Extract XC (3rd source register) field, instr[3,10:6] */
    [all...]

Completed in 576 milliseconds