Home
last modified time | relevance | path

Searched refs:CLASS (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dasn1_ber_bytecode.h84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument
85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
Dcleanup.h85 #define CLASS(_name, var) \ macro
109 CLASS(_name, __UNIQUE_ID(guard))
112 for (CLASS(_name, scope)(args), \