Searched refs:BITS_PER_DEP_WEAK (Results 1 – 4 of 4) sorted by relevance
1060 #define BITS_PER_DEP_WEAK ((BITS_PER_DEP_STATUS - 8) / 4) macro1063 #define DEP_WEAK_MASK ((1 << BITS_PER_DEP_WEAK) - 1)1090 BE_IN_DATA_BITS_OFFSET = BEGIN_DATA_BITS_OFFSET + BITS_PER_DEP_WEAK,1091 BEGIN_CONTROL_BITS_OFFSET = BE_IN_DATA_BITS_OFFSET + BITS_PER_DEP_WEAK,1092 BE_IN_CONTROL_BITS_OFFSET = BEGIN_CONTROL_BITS_OFFSET + BITS_PER_DEP_WEAK1130 #define SPEC_TYPE_SHIFT BITS_PER_DEP_WEAK1135 #define DEP_TRUE (((ds_t) 1) << (BE_IN_CONTROL_BITS_OFFSET + BITS_PER_DEP_WEAK))
16596 (BITS_PER_DEP_STATUS, BITS_PER_DEP_WEAK, DEP_WEAK_MASK, MAX_DEP_WEAK,
29617 (BITS_PER_DEP_WEAK): Fix definition and documentation.
7447 (BITS_PER_DEP_WEAK): Adjust for two extra bits in the word.