Searched refs:IS_FILLER_MASK (Results 1 – 1 of 1) sorted by relevance
48 private static final int IS_FILLER_MASK = 0b10000000000000000000000000000000; field in LocalEventLog51 private static final int IS_FILLER_OFFSET = countTrailingZeros(IS_FILLER_MASK);68 return (((isFiller ? 1 : 0) << IS_FILLER_OFFSET) & IS_FILLER_MASK) in createEntry()77 return (entry & IS_FILLER_MASK) != 0; in isFiller()