HomeSort by relevance Sort by last modified time
    Searched refs:SetUi32 (Results 1 - 5 of 5) 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)); }
Xz.c 71 SetUi32(digest, CRC_GET_DIGEST(p->crc));
XzEnc.c 49 SetUi32(header + XZ_SIG_SIZE + XZ_STREAM_FLAGS_SIZE, crc);
75 SetUi32(header + pos, CrcCalc(header, pos));
107 SetUi32(buf, CRC_GET_DIGEST(crc));
115 SetUi32(buf + 4, indexSize);
118 SetUi32(buf, CrcCalc(buf + 4, 6));
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp 69 SetUi32(props + 1, _usedMemSize);

Completed in 1429 milliseconds