Searched defs:maskCount (Results 1 – 2 of 2) sorted by relevance
1975 int maskCount = ~mask << 1; // Count 0's to right in compress() local2064 int maskCount = ~mask << 1; in expand() local2113 private static int parallelSuffix(int maskCount) { in parallelSuffix()
2024 long maskCount = ~mask << 1; // Count 0's to right in compress() local2112 long maskCount = ~mask << 1; in expand() local2170 private static long parallelSuffix(long maskCount) { in parallelSuffix()