Lines Matching full:uint32
44 uint32 fRefCount;
46 uint32 fSize;
48 header (uint32 size)
75 dng_ref_counted_block (uint32 size);
93 void Allocate (uint32 size);
107 uint32 LogicalSize ()
189 /// Return pointer to allocated memory as a uint32 *.
190 /// \retval uint32 * valid for as many bytes as were allocated.
192 uint32 * Buffer_uint32 ()
194 return (uint32 *) Buffer ();
197 /// Return pointer to allocated memory as a uint32 *.
198 /// \retval uint32 * valid for as many bytes as were allocated.
200 const uint32 * Buffer_uint32 () const
202 return (const uint32 *) Buffer ();