Searched refs:getLowestOnBit (Results 1 – 1 of 1) sorted by relevance
187 static long getLowestOnBit(long s2CellId) { in getLowestOnBit() method in S2CellIdUtils201 return s2CellId - getLowestOnBit(s2CellId) + getLowestOnBitForLevel(level); in getTraversalStart()206 return s2CellId + (getLowestOnBit(s2CellId) << 1); in getTraversalNext()356 ((getLowestOnBit(s2CellId) & 0x1111111111111110L) != 0) ? (bits ^ SWAP_MASK) in toIjo()