Home
last modified time | relevance | path

Searched refs:flag_count (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/include/ftl/
H A DFlags.h35 inline constexpr auto flag_count = sizeof(F) * __CHAR_BIT__; variable
51 std::make_integer_sequence<std::underlying_type_t<F>, flag_count<F>>{});
61 generate_flag_names<F>(std::make_index_sequence<flag_count<F>>{});
/aosp12/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_sctp.h41 int flag_count; member