OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crc32c_intel
(Results
1 - 2
of
2
) sorted by null
/external/fio/crc/
crc32c.h
27
extern uint32_t
crc32c_intel
(unsigned char const *, unsigned long);
30
#define
crc32c_intel
crc32c_sw
macro
39
return
crc32c_intel
(buf, len);
crc32c-intel.c
54
uint32_t
crc32c_intel
(unsigned char const *data, unsigned long length)
function
Completed in 918 milliseconds