repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
add-ons
/
kernel
/
file_systems
/
btrfs
/
CRCTable.h
blob
b6c11923982998224a8232950099845e7803092b
1
/*
2
* Copyright 2011, Haiku Inc. All rights reserved.
3
* This file may be used under the terms of the MIT License.
4
*
5
* Authors:
6
* Jérôme Duval
7
*/
8
9
uint32
calculate_crc
(
uint32 crc
,
uint8
*
data
,
uint16 length
);