Searched refs:FIXED_TRUNC (Results 1 – 2 of 2) sorted by relevance
71 #define FIXED_TRUNC(x) ((x) & ~((1 << FIXED_BITS)-1)) macro
76 #define FIXED_TRUNC(x) ((x) & ~((1 << FIXED_BITS)-1)) macro