Searched defs:Enc (Results 1 – 4 of 4) sorted by relevance
84 typedef struct Enc Enc; typedef87 struct Enc { struct88 char *name;89 Cipher *cipher;113 Enc enc; argument
88 unsigned Enc : 3; // The encoding to use. variable
246 void setCompactUnwindEncoding(uint32_t Enc) { CompactUnwindEncoding = Enc; } in setCompactUnwindEncoding()
1058 if (const char *Enc = in printInternal() local