Home | History | Annotate | Download | only in 7z

Lines Matching defs:Get32

128 static UInt32 Get32(const Byte *p, BoolInt be) { if (be) return GetBe32(p); return GetUi32(p); }

213 switch (Get32(buf + 4, be))
224 numCommands = Get32(buf + 0x10, be);
225 commandsSize = Get32(buf + 0x14, be);