Searched refs:aux (Results 1 – 4 of 4) sorted by relevance
124 unsigned aux, const unsigned char ** pbuf,
190 bool DecoderBase::decode_aux(const EncoderBase::OpcodeDesc& odesc, unsigned aux, in decode_aux() argument197 OpcodeByteKind kind = (OpcodeByteKind)(aux & OpcodeByteKind_KindMask); in decode_aux()198 unsigned byte = (aux & OpcodeByteKind_OpcodeMask); in decode_aux()
604 static char* encode_aux(char* stream, unsigned aux,
102 char* EncoderBase::encode_aux(char* stream, unsigned aux, in encode_aux() argument106 const unsigned byte = aux; in encode_aux()