Home
last modified time | relevance | path

Searched refs:SetUi64 (Results 1 – 3 of 3) sorted by relevance

/external/lzma/C/
DCpuArch.h110 #define SetUi64(p, v) { *(UInt64 *)(p) = (v); } macro
136 #define SetUi64(p, v) { Byte *_ppp2_ = (Byte *)(p); UInt64 _vvv2_ = (v); \
/external/lzma/CPP/Common/
DXzCrc64Reg.cpp39 SetUi64(digest, val); in STDMETHODIMP_()
/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp48 SetUi64(clsId.Data4, id); in MethodToClassID()