Searched refs:CAP_LAST_CAP (Results 1 – 5 of 5) sorted by relevance
31 #undef CAP_LAST_CAP32 #define CAP_LAST_CAP CAP_AUDIT_READ macro42 using CapSet = std::bitset<CAP_LAST_CAP + 1>;
71 static_assert(CAP_LAST_CAP == CAP_AUDIT_READ, "CAP_LAST_CAP is not CAP_AUDIT_READ");91 return CAP_LAST_CAP; in ComputeLastValidCap()
110 #define CAP_LAST_CAP CAP_AUDIT_READ macro111 #define cap_valid(x) ((x) >= 0 && (x) <= CAP_LAST_CAP)
830 static_assert(CAP_LAST_CAP > 33, "CAP_LAST_CAP <= 32"); in TEST_F()831 for (int i = 0; i < CAP_LAST_CAP; i += 3) { in TEST_F()