Home | History | Annotate | Download | only in Common

Lines Matching defs:Get32

18 #define Get32(x) GetUi32(x)

360 UInt32 v0 = Get32(p + 8);
368 UInt32 v1 = Get32(p + 12);
378 UInt32 v4 = Get32(p + 8 + 4 * 4);
392 for (j = 0; j < 5 && sn.n[j] == Get32(p + 8 + 4 + j * 4); j++);
414 s.Add_UInt32(Get32(p + 8 + i * 4));
434 UInt32 pos = Get32(p + offset);
445 UInt32 num = Get32(p + 4);
464 // UInt32 mask = Get32(p + 4);
510 ParseOwner(s, data, size, Get32(data + 4));
512 ParseOwner(s, data, size, Get32(data + 8));
542 UInt32 pos = Get32(p + offset);
561 if (!CheckSid(data, size, Get32(data + 4))) return false;
562 if (!CheckSid(data, size, Get32(data + 8))) return false;
616 UInt32 tag = Get32(data);