Searched defs:M_MASK (Results 1 - 3 of 3) 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/openssh/openbsd-compat/
H A Dglob.c103 #define M_MASK 0xffff macro
112 #define M_MASK 0xff macro
860 switch (c & M_MASK) {
877 if ((negate_range = ((*pat & M_MASK) == M_NOT)) != EOS)
879 while (((c = *pat++) & M_MASK) != M_END) {
880 if ((c & M_MASK) == M_CLASS) {
881 Char idx = *pat & M_MASK;
887 if ((*pat & M_MASK) == M_RNG) {
/external/qemu/
H A Dppc-dis.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 199 milliseconds