Home
last modified time | relevance | path

Searched refs:x86_Convert (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DBcjCoder.cpp19 UInt32 processed = (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, _encode); in STDMETHODIMP_()
/external/lzma/C/
DBra.h55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
DLzma86Dec.c51 x86_Convert(dest, *destLen, 0, &x86State, 0); in Lzma86_Decode()
DBra86.c10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding) in x86_Convert() function
DLzma86Enc.c53 x86_Convert(filteredStream, srcLen, 0, &x86State, 1); in Lzma86_Encode()
D7zDec.c527 x86_Convert(outBuffer, outSize, 0, &state, 0); in SzFolder_Decode2()
DXzDec.c176 p->bufConv = x86_Convert(p->buf, p->bufTotal, p->ip, &p->x86State, p->encodeMode); in BraState_Code()