Searched refs:IS_SET (Results 1 – 3 of 3) sorted by relevance
41 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0) macro47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
18820 * Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.h
18642 * Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.h