Home
last modified time | relevance | path

Searched refs:aux (Results 1 – 4 of 4) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.h124 unsigned aux, const unsigned char ** pbuf,
Ddec_base.cpp190 bool DecoderBase::decode_aux(const EncoderBase::OpcodeDesc& odesc, unsigned aux, in decode_aux() argument
197 OpcodeByteKind kind = (OpcodeByteKind)(aux & OpcodeByteKind_KindMask); in decode_aux()
198 unsigned byte = (aux & OpcodeByteKind_OpcodeMask); in decode_aux()
Denc_base.h604 static char* encode_aux(char* stream, unsigned aux,
Denc_base.cpp102 char* EncoderBase::encode_aux(char* stream, unsigned aux, in encode_aux() argument
106 const unsigned byte = aux; in encode_aux()