Search | Google it | Results 1 - 2 of 2 for fundef:Mask from t2ex (0.01 seconds) |
110: 111: #define Mask(x) ( (QUEUE*)((UW)(x) & ~AREA_MASK) ) 112: #define Assign(x, y) ( (x) = (QUEUE*)(((UW)(x) & AREA_MASK) | (UW)(y)) )
81: 82: #define Mask(x) ( (QUEUE*)((UW)(x) & ~AREA_MASK) ) 83: #define Assign(x, y) ( (x) = (QUEUE*)(((UW)(x) & AREA_MASK) | (UW)(y)) )