ReactOS
0.4.16-dev-1007-g2e85425
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
crc32c.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdint.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
#if defined(_X86_) || defined(_AMD64_)
10
uint32_t
__stdcall
calc_crc32c_hw(
uint32_t
seed,
uint8_t
*
msg
,
uint32_t
msglen);
11
#endif
12
13
uint32_t
__stdcall
calc_crc32c_sw
(
uint32_t
seed,
uint8_t
*
msg
,
uint32_t
msglen);
14
15
typedef
uint32_t
(
__stdcall
*
crc_func
)(
uint32_t
seed,
uint8_t
*
msg
,
uint32_t
msglen);
16
17
extern
crc_func
calc_crc32c
;
18
19
#ifdef __cplusplus
20
}
21
#endif
msg
#define msg(x)
Definition:
auth_time.c:54
uint32_t
UINT32 uint32_t
Definition:
types.h:75
calc_crc32c_sw
uint32_t __stdcall calc_crc32c_sw(uint32_t seed, uint8_t *msg, uint32_t msglen)
calc_crc32c
crc_func calc_crc32c
Definition:
crc32c.c:23
crc_func
uint32_t(__stdcall * crc_func)(uint32_t seed, uint8_t *msg, uint32_t msglen)
Definition:
crc32c.h:15
uint8_t
BYTE uint8_t
Definition:
msvideo1.c:66
uint32_t
#define uint32_t
Definition:
nsiface.idl:61
__stdcall
#define __stdcall
Definition:
typedefs.h:25
drivers
filesystems
btrfs
crc32c.h
Generated on Fri Apr 18 2025 06:06:45 for ReactOS by
1.9.6