Searched refs:SET_BITS (Results 1 – 1 of 1) sorted by relevance
372 private static final int SET_BITS = 0b01; field in StreamOpFlag401 return mask(t, SET_BITS); in set()451 this.set = SET_BITS << position; in StreamOpFlag()523 return (maskTable.get(t) & SET_BITS) > 0; in canSet()