Lines Matching refs:UInt32
85 UInt32 memSize = GetUi32(coder->Props.data + 1); in SzDecodePpmd()
243 static Bool IS_MAIN_METHOD(UInt32 m) in IS_MAIN_METHOD()
263 c->MethodID <= (UInt32)0xFFFFFFFF && in IS_SUPPORTED_CODER()
264 IS_MAIN_METHOD((UInt32)c->MethodID); in IS_SUPPORTED_CODER()
284 if (c->MethodID > (UInt32)0xFFFFFFFF || in CheckSupportedFolder()
293 switch ((UInt32)c->MethodID) in CheckSupportedFolder()
324 static UInt64 GetSum(const UInt64 *values, UInt32 index) in GetSum()
327 UInt32 i; in GetSum()
340 UInt32 ci; in SzFolder_Decode2()
351 if (IS_MAIN_METHOD((UInt32)coder->MethodID)) in SzFolder_Decode2()
353 UInt32 si = 0; in SzFolder_Decode2()
360 UInt32 indices[] = { 3, 2, 0 }; in SzFolder_Decode2()