Searched refs:MV_IN_USE_BITS (Results 1 – 2 of 2) sorted by relevance
74 #define MV_IN_USE_BITS 14 macro75 #define MV_UPP (1 << MV_IN_USE_BITS)76 #define MV_LOW (-(1 << MV_IN_USE_BITS))
79 #define MV_IN_USE_BITS 14 macro80 #define MV_UPP ((1 << MV_IN_USE_BITS) - 1)81 #define MV_LOW (-(1 << MV_IN_USE_BITS))