Searched defs:ENCODE (Results 1 – 5 of 5) sorted by relevance
133 ENCODE macro op:req macro
30 enum EncodeType { ENCODE = 1, DECODE = 2 }; enumerator
45 enum EncodeType { ENCODE = 1, DECODE = 2 }; enumerator
28 public final static int ENCODE = 1; field in Base64
2716 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); } macro