Searched refs:crc32_big (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dcrc32.c33 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
60 local unsigned long crc32_big OF((unsigned long,
239 return crc32_big(crc, buf, len);
302 local unsigned long crc32_big(crc, buf, len) function
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dcrc32.c61 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
88 local unsigned long crc32_big OF((unsigned long,
267 return crc32_big(crc, buf, len);
330 local unsigned long crc32_big(crc, buf, len) function
/macosx-10.10.1/sudo-73/src/zlib/
H A Dcrc32.c35 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
63 local unsigned long crc32_big OF((unsigned long,
246 return crc32_big(crc, buf, len);
309 local unsigned long crc32_big(crc, buf, len) function
/macosx-10.10.1/zlib-55/zlib/
H A Dcrc32.c34 /* Find a four-byte integer type for crc32_little() and crc32_big(). */
61 local unsigned long crc32_big OF((unsigned long,
242 return crc32_big(crc, buf, len);
306 local unsigned long crc32_big(crc, buf, len) function
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1093 return crc32_big(crc, buf, len);

Completed in 133 milliseconds