Searched refs:MethodID (Results 1 – 3 of 3) sorted by relevance
263 c->MethodID <= (UInt32)0xFFFFFFFF && in IS_SUPPORTED_CODER()264 IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER()267 #define IS_BCJ2(c) ((c)->MethodID == k_BCJ2 && (c)->NumInStreams == 4 && (c)->NumOutStreams == 1)284 if (c->MethodID > (UInt32)0xFFFFFFFF || in CheckSupportedFolder()293 switch ((UInt32)c->MethodID) in CheckSupportedFolder()351 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) in SzFolder_Decode2()389 if (coder->MethodID == k_Copy) in SzFolder_Decode2()395 else if (coder->MethodID == k_LZMA) in SzFolder_Decode2()399 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()
50 UInt64 MethodID; member
561 if (idSize > sizeof(coder->MethodID)) in SzGetNextFolderItem()563 coder->MethodID = 0; in SzGetNextFolderItem()565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j); in SzGetNextFolderItem()