Searched refs:x86State (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | Lzma86Dec.c | 51 UInt32 x86State; in Lzma86_Decode() local 52 x86_Convert_Init(x86State); in Lzma86_Decode() 53 x86_Convert(dest, *destLen, 0, &x86State, 0); in Lzma86_Decode()
|
D | Lzma86Enc.c | 53 UInt32 x86State; in Lzma86_Encode() local 54 x86_Convert_Init(x86State); in Lzma86_Encode() 55 x86_Convert(filteredStream, srcLen, 0, &x86State, 1); in Lzma86_Encode()
|
D | XzDec.c | 63 UInt32 x86State; member 119 x86_Convert_Init(p->x86State); in BraState_Init() 176 p->bufConv = x86_Convert(p->buf, p->bufTotal, p->ip, &p->x86State, p->encodeMode); in BraState_Code()
|