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

  /external/chromium_org/third_party/lzma_sdk/
CpuArch.h 70 #define SetUi32(p, d) *(UInt32 *)(p) = (d);
89 #define SetUi32(p, d) { UInt32 _x_ = (d); \
96 SetUi32(p, (UInt32)_x64_); \
97 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }
  /external/lzma/C/
CpuArch.h 69 #define SetUi32(p, d) *(UInt32 *)(p) = (d);
88 #define SetUi32(p, d) { UInt32 _x_ = (d); \
95 SetUi32(p, (UInt32)_x64_); \
96 SetUi32(((Byte *)(p)) + 4, (UInt32)(_x64_ >> 32)); }

Completed in 75 milliseconds