Lines Matching defs:methodId
104 if (p->methodId == XZ_ID_Delta)
115 switch (p->methodId)
147 if (p->base.methodId == XZ_ID_Delta)
164 switch (p->methodId)
173 if (p->methodId >= XZ_ID_PPC)
175 const UInt32 i = p->methodId - XZ_ID_PPC;
293 decoder->base.methodId = (UInt32)id;
540 static SRes MixCoder_SetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf, size_t outBufSize)
543 p->ids[coderIndex] = methodId;
544 switch (methodId)
553 return Xz_StateCoder_Bc_SetFromMethod_Func(sc, methodId,
558 static SRes MixCoder_ResetFromMethod(CMixCoder *p, unsigned coderIndex, UInt64 methodId, Byte *outBuf, size_t outBufSize)
561 switch (methodId)