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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h406 #define DEP_WEAK_MASK ((1 << BITS_PER_DEP_WEAK) - 1) macro
410 Note, that we don't want MAX_DEP_WEAK to be the same as DEP_WEAK_MASK for
411 debugging reasons. Though, it can be set to DEP_WEAK_MASK, and, when
413 #define MAX_DEP_WEAK (DEP_WEAK_MASK - 1)
441 #define BEGIN_DATA (((ds_t) DEP_WEAK_MASK) << BEGIN_DATA_BITS_OFFSET)
447 #define BE_IN_DATA (((ds_t) DEP_WEAK_MASK) << BE_IN_DATA_BITS_OFFSET)
451 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET)
457 #define BE_IN_CONTROL (((ds_t) DEP_WEAK_MASK) << BE_IN_CONTROL_BITS_OFFSET)

Completed in 160 milliseconds