ClearBit
CPUSet::ClearBit(int32 cpu)
inline static void ClearBit(Type &val, int bit) {val &= ~(Type(1) << bit);}