Searched refs:IS_SET (Results 1 – 6 of 6) sorted by relevance
149 if (!IS_SET(this)) {189 if (!IS_SET(this)) {201 if (!IS_SET(this)) {224 if (!IS_SET(this)) {234 if (!IS_SET(this)) {243 if (!IS_SET(this)) {
59 if (!IS_SET(this)) {68 if (!IS_SET(this)) {
85 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
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()
733 #define IS_SET 1 macro
174 } else if (IS_SET(value) || IS_WEAKSET(value)) {