Searched refs:CAP_TO_MASK (Results 1 – 2 of 2) sorted by relevance
45 public static int CAP_TO_MASK(int x) { return 1 << (x & 31); } in CAP_TO_MASK() method in OsConstants
65 method public static int CAP_TO_MASK(int);