ReactOS
0.4.15-dev-5608-gafb953a
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
crc_func
uint32_t(__stdcall * crc_func)(uint32_t seed, uint8_t *msg, uint32_t msglen)
Definition:
crc32c.h:15
calc_crc32c
crc_func calc_crc32c
Definition:
crc32c.c:23
calc_crc32c_sw
uint32_t __stdcall calc_crc32c_sw(uint32_t seed, uint8_t *msg, uint32_t msglen)
__stdcall
#define __stdcall
Definition:
typedefs.h:25
uint8_t
BYTE uint8_t
Definition:
msvideo1.c:66
uint32_t
UINT32 uint32_t
Definition:
types.h:75
msg
#define msg(x)
Definition:
auth_time.c:54
uint32_t
#define uint32_t
Definition:
nsiface.idl:61
drivers
filesystems
btrfs
crc32c.h
Generated on Sun Jan 29 2023 06:03:10 for ReactOS by
1.8.15