Searched defs:CLASS (Results 1 – 3 of 3) sorted by relevance
84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
257 #define CLASS(_name, var) \ macro
51 static CLASS: $crate::sync::LockClassKey = $crate::sync::LockClassKey::new(); global() constant