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/lib/ext2fs/
crc32c_defs.h
22
#ifndef
CRC_BE_BITS
23
# define
CRC_BE_BITS
64
39
#if
CRC_BE_BITS
> 64 ||
CRC_BE_BITS
< 1 ||
CRC_BE_BITS
== 16 || \
40
CRC_BE_BITS
&
CRC_BE_BITS
-1
41
# error "
CRC_BE_BITS
must be one of {1, 2, 4, 8, 32, 64}"
gen_crc32ctable.c
15
#if
CRC_BE_BITS
> 8
16
# define BE_TABLE_ROWS (
CRC_BE_BITS
/8)
20
# define BE_TABLE_SIZE (1 <<
CRC_BE_BITS
)
97
if (
CRC_BE_BITS
> 1) {
crc32c.c
65
#if
CRC_BE_BITS
> 8
73
#if CRC_LE_BITS > 8 ||
CRC_BE_BITS
> 8
202
#if
CRC_BE_BITS
== 1
211
# elif
CRC_BE_BITS
== 2
219
# elif
CRC_BE_BITS
== 4
225
# elif
CRC_BE_BITS
== 8
[
all
...]
Completed in 56 milliseconds