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