Searched defs:shift (Results 1 – 7 of 7) sorted by relevance
258 int shift = 18; in testMovePointLeftPos() local272 int shift = -18; in testMovePointLeftNeg() local286 int shift = 18; in testMovePointRightPosGreater() local301 int shift = 30; in testMovePointRightPosLess() local315 int shift = -18; in testMovePointRightNeg() local329 int shift = -18; in testMovePointRightException() local
27 private static final int shift; field in AtomicReferenceArray
22 private static final int shift; field in AtomicLongArray
23 private static final int shift; field in AtomicIntegerArray
232 static BigInt shift(BigInt a, int n) { in shift() method in BigInt238 void shift(int n) { in shift() method in BigInt
1062 Map<String, Integer> result, int shift) { in assertDisplayNameMap()
83 #define bitSection(x, mask, shift) (((x) & (mask)) >> (shift)) argument