Searched refs:IS_SET (Results 1 – 6 of 6) sorted by relevance
48 if (!IS_SET(this)) {64 if (!IS_SET(this)) {73 if (!IS_SET(this)) {82 if (!IS_SET(this)) {91 if (!IS_SET(this)) {100 if (!IS_SET(this)) {
50 if (!IS_SET(this)) {59 if (!IS_SET(this)) {
113 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
86 } else if (IS_SET(value) || IS_WEAKSET(value)) {
40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0) macro47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))631 if (!IS_SET(server_support, ARB_create_context_profile_bit)) { in __glXCalculateUsableExtensions()
735 #define IS_SET 1 macro