~ubuntu-branches/ubuntu/vivid/parted/vivid

« back to all changes in this revision

Viewing changes to libparted/labels/efi_crc32.c

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2014-07-21 10:23:16 UTC
  • mfrom: (7.2.32 sid)
  • Revision ID: package-import@ubuntu.com-20140721102316-jsyv3yzmbo8vlde5
Tags: 3.1-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
 
109
109
/* Return a 32-bit CRC of the contents of the buffer. */
110
110
 
111
 
uint32_t
 
111
uint32_t _GL_ATTRIBUTE_PURE
112
112
__efi_crc32(const void *buf, unsigned long len, uint32_t seed)
113
113
{
114
114
  unsigned long i;