Searched refs:FLAG_MASK_IS (Results 1 – 1 of 1) sorted by relevance
588 private static final int FLAG_MASK_IS = STREAM_MASK; field in StreamOpFlag600 public static final int INITIAL_OPS_VALUE = FLAG_MASK_IS | FLAG_MASK_NOT;659 : ~(flags | ((FLAG_MASK_IS & flags) << 1) | ((FLAG_MASK_NOT & flags) >> 1)); in getMask()732 return ((~combOpFlags) >> 1) & FLAG_MASK_IS & combOpFlags; in toStreamFlags()