Searched refs:UPPER_MASK (Results 1 – 6 of 6) sorted by relevance
57 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31)) macro60 #define UPPER_MASK (unsigned)(~0U) macro705 if ((m.data.v3[1].effective & UPPER_MASK) == 0) in capng_have_capabilities()707 else if ((m.data.v3[1].effective & UPPER_MASK) == in capng_have_capabilities()708 UPPER_MASK) in capng_have_capabilities()722 if ((m.bounds[1] & UPPER_MASK) == 0) in capng_have_capabilities()724 else if ((m.bounds[1] & UPPER_MASK) == UPPER_MASK) in capng_have_capabilities()830 m.data.v3[1].effective & UPPER_MASK, in capng_print_caps_numeric()832 m.data.v3[1].permitted & UPPER_MASK, in capng_print_caps_numeric()834 m.data.v3[1].inheritable & UPPER_MASK, in capng_print_caps_numeric()[all …]
229 static const uint32_t UPPER_MASK = 0x3ff; variable
496 uint32_t upper = data & UPPER_MASK; in toUpper()
838 uint32_t upper = data & UPPER_MASK; in toUpper()
372 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper890 int upper = data & UPPER_MASK; in toUpper()
376 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper894 int upper = data & UPPER_MASK; in toUpper()