Home
last modified time | relevance | path

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

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