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