HomeSort by relevance Sort by last modified time
    Searched defs:Get32 (Results 1 - 9 of 9) sorted by null

  /art/runtime/
art_field-inl.h 55 inline uint32_t ArtField::Get32(ObjPtr<mirror::Object> object) {
194 return Get32(object);
232 bits.SetI(Get32(object));
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PiPcd.h 415 EFI_PEI_PCD_PPI_GET_32 Get32;
Pcd.h 823 PCD_PPI_GET32 Get32;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PiPcd.h 407 EFI_PCD_PROTOCOL_GET_32 Get32;
Pcd.h 830 PCD_PROTOCOL_GET32 Get32;
  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 18 #define Get32(x) GetUi32(x)
310 UInt32 v0 = Get32(p + 8);
318 UInt32 v1 = Get32(p + 12);
328 UInt32 v4 = Get32(p + 8 + 4 * 4);
342 for (j = 0; j < 5 && sn.n[j] == Get32(p + 8 + 4 + j * 4); j++);
368 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz);
396 UInt32 pos = Get32(p + offset);
407 UInt32 num = Get32(p + 4);
426 // UInt32 mask = Get32(p + 4);
472 ParseOwner(s, data, size, Get32(data + 4));
    [all...]
  /external/lzma/CPP/Windows/
FileLink.cpp 72 #define Get32(p) GetUi32(p)
201 Tag = Get32(p);
238 Flags = Get32(p);
260 UInt32 Tag = Get32(p);
297 // Flags = Get32(p);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 21 #define Get32(p) GetUi32(p)
229 UInt32 res = Get32(_buffer + _pos);
248 return CrcCalc(p + 12, 20) == Get32(p + 8);
255 if (CrcCalc(p + 12, 20) == Get32(p + 8))
    [all...]
7zUpdate.cpp 128 static UInt32 Get32(const Byte *p, Bool 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);
    [all...]

Completed in 2962 milliseconds