/external/lzma/CPP/7zip/Compress/ |
BcjCoder.cpp | 19 UInt32 processed = (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, _encode);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
Bra.h | 55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
|
Bra86.c | 10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
Bra.h | 55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
|
Bra86.c | 10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
Bra.h | 55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
|
Bra86.c | 10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
|
/external/lzma/C/ |
Bra.h | 55 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding);
|
Lzma86Dec.c | 51 x86_Convert(dest, *destLen, 0, &x86State, 0);
|
Bra86.c | 10 SizeT x86_Convert(Byte *data, SizeT size, UInt32 ip, UInt32 *state, int encoding)
|
Lzma86Enc.c | 53 x86_Convert(filteredStream, srcLen, 0, &x86State, 1);
|
7zDec.c | 527 x86_Convert(outBuffer, outSize, 0, &state, 0);
|
XzDec.c | 161 size = x86_Convert(data, size, p->ip, &p->x86State, p->encodeMode);
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
F86GuidedSectionExtraction.c | 193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
F86GuidedSectionExtraction.c | 193 x86_Convert(*OutputBuffer, OutputBufferSize, 0, &X86State, 0);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/ |
LzmaCompress.c | 149 x86_Convert(filteredStream, (SizeT) inSize, 0, &x86State, 1);
231 x86_Convert(outBuffer, (SizeT) outSize, 0, &x86State, 0);
|