Searched defs:ONE_FOURTH (Results 1 – 3 of 3) sorted by relevance
51 #define ONE_FOURTH ((int)1 << (unsigned int)(INT_BITS - 2)) macro
18 static const int ONE_FOURTH = 1073741824; /* (1 << 30) */ variable