HomeSort by relevance Sort by last modified time
    Searched refs:IStateCoder (Results 1 - 2 of 2) sorted by null

  /external/lzma/C/
Xz.h 158 } IStateCoder;
171 IStateCoder coders[MIXCODER_NUM_FILTERS_MAX];
XzDec.c 198 SRes BraState_SetFromMethod(IStateCoder *p, UInt64 id, ISzAlloc *alloc)
256 SRes SbState_SetFromMethod(IStateCoder *p, ISzAlloc *alloc)
304 static SRes Lzma2State_SetFromMethod(IStateCoder *p, ISzAlloc *alloc)
334 IStateCoder *sc = &p->coders[i];
354 IStateCoder *coder = &p->coders[i];
361 IStateCoder *sc = &p->coders[coderIndex];
408 IStateCoder *coder = &p->coders[i];
583 IStateCoder *sc = &p->coders[i];

Completed in 366 milliseconds