Searched refs:BLOCKAGE_MASK (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dsched.c184 #define BLOCKAGE_MASK ((1 << BLOCKAGE_BITS) - 1)
191 (((((B) >> BLOCKAGE_BITS) & BLOCKAGE_MASK) << (HOST_BITS_PER_INT / 2)) \
192 | ((B) & BLOCKAGE_MASK))
183 #define BLOCKAGE_MASK macro
H A Dhaifa-sched.c299 #define BLOCKAGE_MASK ((1 << BLOCKAGE_BITS) - 1)
306 (((((B) >> BLOCKAGE_BITS) & BLOCKAGE_MASK) << (HOST_BITS_PER_INT / 2)) \
307 | ((B) & BLOCKAGE_MASK))
298 #define BLOCKAGE_MASK macro

Completed in 103 milliseconds