Searched defs:U_MASK (Results 1 – 6 of 6) sorted by relevance
29 #define U_MASK (U_R_VAL | U_W_VAL | U_R_AOF) macro
852 private static int U_MASK(int x) { in U_MASK() method in UTS46
843 private static int U_MASK(int x) { in U_MASK() method in UTS46
173 #define U_MASK(x) ((uint32_t)1<<(x)) macro