Searched refs:ValueNotSet (Results 1 – 1 of 1) sorted by relevance
137 static bool ValueNotSet(bit_value_t V) { in ValueNotSet() function141 return ValueNotSet(V) ? -1 : (V == BIT_FALSE ? 0 : 1); in Value()