OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMixCoder
(Results
1 - 2
of
2
) sorted by null
/external/lzma/C/
Xz.h
172
}
CMixCoder
;
174
void MixCoder_Construct(
CMixCoder
*p, ISzAlloc *alloc);
175
void MixCoder_Free(
CMixCoder
*p);
176
void MixCoder_Init(
CMixCoder
*p);
177
SRes MixCoder_SetFromMethod(
CMixCoder
*p, int coderIndex, UInt64 methodId);
178
SRes MixCoder_Code(
CMixCoder
*p, Byte *dest, SizeT *destLen,
215
CMixCoder
decoder;
XzDec.c
319
void MixCoder_Construct(
CMixCoder
*p, ISzAlloc *alloc)
329
void MixCoder_Free(
CMixCoder
*p)
343
void MixCoder_Init(
CMixCoder
*p)
359
SRes MixCoder_SetFromMethod(
CMixCoder
*p, int coderIndex, UInt64 methodId)
375
SRes MixCoder_Code(
CMixCoder
*p, Byte *dest, SizeT *destLen,
558
SRes XzDec_Init(
CMixCoder
*p, const CXzBlock *block)
Completed in 23 milliseconds