Searched refs:IS_FILLER_OFFSET (Results 1 – 1 of 1) sorted by relevance
51 private static final int IS_FILLER_OFFSET = countTrailingZeros(IS_FILLER_MASK); field in LocalEventLog68 return (((isFiller ? 1 : 0) << IS_FILLER_OFFSET) & IS_FILLER_MASK) in createEntry()