/third_party/lzma/CPP/Common/ |
H A D | XzCrc64Reg.cpp | 23 Z7_COM7F_IMF2(void, CXzCrc64Hasher::Init())
28 Z7_COM7F_IMF2(void, CXzCrc64Hasher::Update(const void *data, UInt32 size))
33 Z7_COM7F_IMF2(void, CXzCrc64Hasher::Final(Byte *digest))
|
H A D | Sha256Reg.cpp | 31 Z7_COM7F_IMF2(void, CSha256Hasher::Init())
36 Z7_COM7F_IMF2(void, CSha256Hasher::Update(const void *data, UInt32 size))
41 Z7_COM7F_IMF2(void, CSha256Hasher::Final(Byte *digest))
|
H A D | CrcReg.cpp | 76 Z7_COM7F_IMF2(void, CCrcHasher::Init())
81 Z7_COM7F_IMF2(void, CCrcHasher::Update(const void *data, UInt32 size))
86 Z7_COM7F_IMF2(void, CCrcHasher::Final(Byte *digest))
|
/third_party/lzma/CPP/7zip/ |
H A D | IDecl.h | 51 #define Z7_COM7F_IMF2(t, f) Z7_COM7F_B_(t) f Z7_COM7F_E
macro 54 #define Z7_COM7F_PURE2(t, f) virtual Z7_COM7F_IMF2(t, f) =0;
56 #define Z7_COM7F_IMP2(t, f) Z7_COM7F_IMF2(t, f) Z7_override Z7_final;
58 #define Z7_COM7F_IMP_NONFINAL2(t, f) Z7_COM7F_IMF2(t, f) Z7_override;
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | BranchMisc.cpp | 21 Z7_COM7F_IMF2(UInt32, CCoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function 39 Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function 86 Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
H A D | ByteSwap.cpp | 21 Z7_COM7F_IMF2(UInt32, CByteSwap2::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function 49 Z7_COM7F_IMF2(UInt32, CByteSwap4::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
H A D | DeltaFilter.cpp | 47 Z7_COM7F_IMF2(UInt32, CEncoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function 106 Z7_COM7F_IMF2(UInt32, CDecoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
H A D | BcjCoder.cpp | 17 Z7_COM7F_IMF2(UInt32, CCoder2::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
H A D | CodecExports.cpp | 344 Z7_COM7F_IMF2(UInt32, CHashers::GetNumHashers())
|
/third_party/lzma/CPP/7zip/Crypto/ |
H A D | MyAes.cpp | 41 Z7_COM7F_IMF2(UInt32, CAesCoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function 91 Z7_COM7F_IMF2(UInt32, CAesCtrCoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
H A D | 7zAes.cpp | 312 Z7_COM7F_IMF2(UInt32, CBaseCoder::Filter(Byte *data, UInt32 size))
in Z7_COM7F_IMF2() function
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | RegisterCodec.h | 100 Z7_COM7F_IMF2(UInt32, cls::GetDigestSize()) { return size; } \
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | LoadCodecs.cpp | 1062 Z7_COM7F_IMF2(UInt32, CCodecs::GetNumHashers())
in Z7_COM7F_IMF2() function
|