Searched defs:M_MASK (Results 1 - 2 of 2) sorted by relevance

/external/srec/portable/include/
H A Dpmalloc.h54 #define M_MASK ((1 << DK_MEMBND) - 1) /* rounds all sizes */ macro
55 #define CELL_OFF ((DKoffsetof(_Cell, _Next) + M_MASK) & ~M_MASK)
57 #define SIZE_CELL ((sizeof (_Cell) + M_MASK) & ~M_MASK)
/external/qemu/disas/
H A Dppc.c1685 #define M_MASK M (0x3f, 1)
1690 /* An M_MASK with the MB and ME fields fixed. */
1691 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
1693 /* An M_MASK with the SH and ME fields fixed. */
1694 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
3326 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3327 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3329 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3330 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3334 { "rlwinm", M(21,0), M_MASK, PPCCO
1680 #define M_MASK macro
[all...]

Completed in 71 milliseconds