Searched defs:ENCODE (Results 1 – 3 of 3) sorted by relevance
91 #define ENCODE(n) { \ macro
94 #define ENCODE(n) { \ macro
119 #define ENCODE(c) ((c) < '[' ? (c) : (c) + 3); macro