Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111610449
D36755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
793 B
Referenced Files
None
Subscribers
None
D36755.diff
View Options
diff --git a/sys/contrib/zlib/crc32.c b/sys/contrib/zlib/crc32.c
--- a/sys/contrib/zlib/crc32.c
+++ b/sys/contrib/zlib/crc32.c
@@ -114,6 +114,8 @@
instruction, if one is available. This assumes that word_t is either 32 bits
or 64 bits.
*/
+local z_word_t byte_swap OF((z_word_t word));
+
local z_word_t byte_swap(word)
z_word_t word;
{
@@ -714,6 +716,8 @@
least-significant byte of the word as the first byte of data, without any pre
or post conditioning. This is used to combine the CRCs of each braid.
*/
+local z_crc_t crc_word OF((z_word_t data));
+
local z_crc_t crc_word(data)
z_word_t data;
{
@@ -723,6 +727,8 @@
return (z_crc_t)data;
}
+local z_word_t crc_word_big OF((z_word_t data));
+
local z_word_t crc_word_big(data)
z_word_t data;
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 6, 11:55 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17021817
Default Alt Text
D36755.diff (793 B)
Attached To
Mode
D36755: zlib crc32: Add prototypes for recently-added static functions.
Attached
Detach File
Event Timeline
Log In to Comment