Home
last modified time | relevance | path

Searched defs:ENCODE (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dencode.h30 enum EncodeType { ENCODE = 1, DECODE = 2 }; enumerator
/external/srec/srec/crec/
Dsrec_context.c2715 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); } macro