Searched refs:x86State (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | Lzma86Dec.c | 49 UInt32 x86State; in Lzma86_Decode() local 50 x86_Convert_Init(x86State); in Lzma86_Decode() 51 x86_Convert(dest, *destLen, 0, &x86State, 0); in Lzma86_Decode()
|
D | Lzma86Enc.c | 51 UInt32 x86State; in Lzma86_Encode() local 52 x86_Convert_Init(x86State); in Lzma86_Encode() 53 x86_Convert(filteredStream, srcLen, 0, &x86State, 1); in Lzma86_Encode()
|
D | XzDec.c | 85 UInt32 x86State; member 141 x86_Convert_Init(p->x86State); in BraState_Init() 161 size = x86_Convert(data, size, p->ip, &p->x86State, p->encodeMode); in BraState_Filter()
|