Lines Matching refs:GetUi32
69 peOffset = GetUi32(buf + 0x3C); in Parse_EXE()
73 if (GetUi32(p) != PE_SIG) in Parse_EXE()
128 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); } in Get32()
139 if (GetUi32(buf) != ELF_SIG) in Parse_ELF()
204 switch (GetUi32(buf)) in Parse_MACH()
248 if (GetUi32(buf + 0) != RIFF_SIG || in Parse_WAV()
249 GetUi32(buf + 8) != 0x45564157 || // WAVE in Parse_WAV()
250 GetUi32(buf + 0xC) != WAV_SUBCHUNK_fmt) in Parse_WAV()
252 subChunkSize = GetUi32(buf + 0x10); in Parse_WAV()
271 subChunkSize = GetUi32(buf + pos + 4); in Parse_WAV()
272 if (GetUi32(buf + pos) == WAV_SUBCHUNK_data) in Parse_WAV()