OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc16_t
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
crc16.h
22
typedef unsigned int
crc16_t
;
typedef
24
extern
crc16_t
ext2fs_crc16(
crc16_t
crc, const void *buffer, unsigned int len);
crc16.c
59
crc16_t
ext2fs_crc16(
crc16_t
crc, const void *buffer, unsigned int len)
Completed in 182 milliseconds