Home
last modified time | relevance | path

Searched refs:x86State (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DLzma86Dec.c49 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()
DLzma86Enc.c51 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()
DXzDec.c85 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()