Searched defs:shift (Results 1 – 6 of 6) sorted by relevance
25 private static final int shift; field in AtomicReferenceArray
24 private static final int shift; field in AtomicIntegerArray
23 private static final int shift; field in AtomicLongArray
268 static BigInt shift(BigInt a, int n) { in shift() method in BigInt274 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