ReactOS
0.4.16-dev-136-g52192f1
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 Tue Oct 15 2024 06:05:27 for ReactOS by
1.9.6