Searched defs:CP (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
58 #define CP 5 /* capslock index */ macro
495 #define CP(x) (CONTROL_PADCONF_##x) macro
Completed in 10 milliseconds