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

  /external/lzma/CPP/7zip/UI/Common/
PropIDUtils.cpp 19 #define Get32(x) GetUi32(x)
291 UInt32 v0 = Get32(p + 8);
299 UInt32 v1 = Get32(p + 12);
309 UInt32 v4 = Get32(p + 8 + 4 * 4);
323 for (j = 0; j < 5 && sn.n[j] == Get32(p + 8 + 4 + j * 4); j++);
349 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz);
377 UInt32 pos = Get32(p + offset);
389 UInt32 num = Get32(p + 4);
406 // UInt32 mask = Get32(p + 4);
451 ParseOwner(s, data, size, Get32(data + 4));
    [all...]
  /external/lzma/CPP/Windows/
FileLink.cpp 72 #define Get32(p) GetUi32(p)
191 Tag = Get32(p);
228 Flags = Get32(p);
250 UInt32 Tag = Get32(p);
287 // Flags = Get32(p);
  /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;
  /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));
art_field.h 152 uint32_t Get32(ObjPtr<mirror::Object> object) REQUIRES_SHARED(Locks::mutator_lock_);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 21 #define Get32(p) GetUi32(p)
293 UInt32 res = Get32(_buffer + _pos);
312 return CrcCalc(p + 12, 20) == Get32(p + 8);
319 if (CrcCalc(p + 12, 20) == Get32(p + 8))
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c 209 return GetPcdProtocol()->Get32 (TokenNumber);
370 return GetPiPcdProtocol()->Get32 (Guid, TokenNumber);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c 209 return (GetPcdPpiPointer ())->Get32 (TokenNumber);
373 return (GetPiPcdPpiPointer ())->Get32 (Guid, TokenNumber);
    [all...]
  /art/runtime/hprof/
hprof.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 532 milliseconds