Searched refs:FLAG_MASK_NOT (Results 1 – 1 of 1) sorted by relevance
580 private static final int FLAG_MASK_NOT = STREAM_MASK << 1; field in StreamOpFlag586 public static final int INITIAL_OPS_VALUE = FLAG_MASK_IS | FLAG_MASK_NOT;636 : ~(flags | ((FLAG_MASK_IS & flags) << 1) | ((FLAG_MASK_NOT & flags) >> 1)); in getMask()