Searched defs:TAG (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
84 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument
26 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument