Home
last modified time | relevance | path

Searched defs:maskCount (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DInteger.java1975 int maskCount = ~mask << 1; // Count 0's to right in compress() local
2064 int maskCount = ~mask << 1; in expand() local
2113 private static int parallelSuffix(int maskCount) { in parallelSuffix()
DLong.java2024 long maskCount = ~mask << 1; // Count 0's to right in compress() local
2112 long maskCount = ~mask << 1; in expand() local
2170 private static long parallelSuffix(long maskCount) { in parallelSuffix()