Searched refs:membership (Results 1 – 25 of 64) sorted by relevance
123
19 int membership, multi, iff_allmulti, iff_up; member
246 common->membership = 1; in driver_wired_init_common()288 if (common->membership && in driver_wired_deinit_common()
18 …membership of the consortium represents a broad spectrum of corporations and organizations in the …
3 Match cgroup2 membership.
22 The \fB=\fP is really a set membership operator and the value syntax describes
20 unordered collections of unique elements. Common uses include membership82 | ``x in s`` | | test *x* for membership in *s* |84 | ``x not in s`` | | test *x* for non-membership in |238 methods which need to hash an element to check for membership in a set. Those
6 :synopsis: Constants and set-membership functions for ASCII characters.14 functions to test membership in various ASCII character classes. The constants
34 to get complete membership information. Also note that a ``gr_name`` that
17 = Build IGMP - Custom membership
5 :synopsis: Constants and set-membership functions for ASCII characters.13 functions to test membership in various ASCII character classes. The constants
44 the bitwise operators without losing their :class:`IntFlag` membership.50 the bitwise operations without losing their :class:`Flag` membership.603 operations will lose the :class:`IntFlag` membership.
47 Valentine passwords and Chrome Golo access are based on membership in this
34 membership in a group defined previously, rules may also contain
90 result of its membership and/or participation in the Alliance for Open
31 // Predicates for the instruction group membership such as ISA's and ASE's
65 // Predicates for the instruction group membership in given ISA
48 o Group membership checks for Xauth and sainfo selection
185 // in X86 is necessary for computing EH scope membership.
31 // Predicates for the instruction group membership such as ISA's.
138 // This is a simple set membership query. The easier way to check if an opcode
443 with no duplicate elements. Basic uses include membership testing and456 >>> 'orange' in basket # fast membership testing
254 membership test syntax like this::
1025 bool membership = loops_[i].header != block && range; in PrintRPO() local1026 os << (membership ? " |" : " "); in PrintRPO()
495 with no duplicate elements. Basic uses include membership testing and509 >>> 'orange' in fruit # fast membership testing