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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 109 #define SetUi32(p, v) { *(UInt32 *)(p) = (v); }
130 #define SetUi32(p, v) { Byte *_ppp_ = (Byte *)(p); UInt32 _vvv_ = (v); \
137 SetUi32(_ppp2_ , (UInt32)_vvv2_); \
138 SetUi32(_ppp2_ + 4, (UInt32)(_vvv2_ >> 32)); }
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 109 #define SetUi32(p, v) { *(UInt32 *)(p) = (v); }
130 #define SetUi32(p, v) { Byte *_ppp_ = (Byte *)(p); UInt32 _vvv_ = (v); \
137 SetUi32(_ppp2_ , (UInt32)_vvv2_); \
138 SetUi32(_ppp2_ + 4, (UInt32)(_vvv2_ >> 32)); }
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 109 #define SetUi32(p, v) { *(UInt32 *)(p) = (v); }
130 #define SetUi32(p, v) { Byte *_ppp_ = (Byte *)(p); UInt32 _vvv_ = (v); \
137 SetUi32(_ppp2_ , (UInt32)_vvv2_); \
138 SetUi32(_ppp2_ + 4, (UInt32)(_vvv2_ >> 32)); }
  /external/lzma/C/
CpuArch.h 109 #define SetUi32(p, v) { *(UInt32 *)(p) = (v); }
130 #define SetUi32(p, v) { Byte *_ppp_ = (Byte *)(p); UInt32 _vvv_ = (v); \
137 SetUi32(_ppp2_ , (UInt32)_vvv2_); \
138 SetUi32(_ppp2_ + 4, (UInt32)(_vvv2_ >> 32)); }

Completed in 99 milliseconds