OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CRC_BE_BITS
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
crc32defs.h
14
#ifndef
CRC_BE_BITS
15
# define
CRC_BE_BITS
8
30
#if
CRC_BE_BITS
> 8 ||
CRC_BE_BITS
< 1 ||
CRC_BE_BITS
&
CRC_BE_BITS
-1
31
# error
CRC_BE_BITS
must be a power of 2 between 1 and 8
gen_crc32table.c
19
#define BE_TABLE_SIZE (1 <<
CRC_BE_BITS
)
93
if (
CRC_BE_BITS
> 1) {
crc32.c
163
#if
CRC_BE_BITS
== 1
185
# if
CRC_BE_BITS
== 8
231
# elif
CRC_BE_BITS
== 4
238
# elif
CRC_BE_BITS
== 2
Completed in 113 milliseconds