crc32_update_no_xor   90 maint/gnulib/lib/crc.c   return crc32_update_no_xor (0L, buf, len);
crc32_update_no_xor   96 maint/gnulib/lib/crc.c   return crc32_update_no_xor (crc ^ 0xffffffff, buf, len) ^ 0xffffffff;
crc32_update_no_xor   45 maint/gnulib/lib/crc.h crc32_update_no_xor (uint32_t crc, const char *buf, size_t len);
crc32_update_no_xor   30 maint/gnulib/tests/test-crc.c   p = crc32_update_no_xor (42, "foo", 3);