Lines Matching full:uint32
15 typedef UInt32 (MY_FAST_CALL *CRC_FUNC)(UInt32 v, const void *data, size_t size, const UInt32 *table);
20 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table);
24 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table);
34 UInt32 _crc;
36 bool SetFunctions(UInt32 tSize);
43 STDMETHOD_(void, Update)(const void *data, UInt32 size);
45 STDMETHOD_(UInt32, GetDigestSize)();
46 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
54 STDMETHODIMP_(void) CCrcHasher::Update(const void *data, UInt32 size)
61 UInt32 val = CRC_GET_DIGEST(_crc);
65 STDMETHODIMP_(UInt32) CCrcHasher::GetDigestSize()
70 bool CCrcHasher::SetFunctions(UInt32 tSize)
91 const PROPVARIANT *coderProps, UInt32 numProps)
93 for (UInt32 i = 0; i < numProps; i++)