HomeSort by relevance Sort by last modified time
    Searched refs:x86State (Results 1 - 4 of 4) sorted by null

  /external/lzma/C/
Lzma86Dec.c 51 UInt32 x86State;
52 x86_Convert_Init(x86State);
53 x86_Convert(dest, *destLen, 0, &x86State, 0);
Lzma86Enc.c 53 UInt32 x86State;
54 x86_Convert_Init(x86State);
55 x86_Convert(filteredStream, srcLen, 0, &x86State, 1);
XzDec.c 63 UInt32 x86State;
119 x86_Convert_Init(p->x86State);
176 p->bufConv = x86_Convert(p->buf, p->bufTotal, p->ip, &p->x86State, p->encodeMode);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c 151 UInt32 x86State;
152 x86_Convert_Init(x86State);
153 x86_Convert(filteredStream, (SizeT) inSize, 0, &x86State, 1);
233 UInt32 x86State;
234 x86_Convert_Init(x86State);
235 x86_Convert(outBuffer, (SizeT) outSize, 0, &x86State, 0);

Completed in 70 milliseconds