Home
last modified time | relevance | path

Searched refs:CRC_LE_BITS (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32defs.h11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 8 macro
22 #if CRC_LE_BITS > 8 || CRC_LE_BITS < 1 || CRC_LE_BITS & CRC_LE_BITS-1
23 # error CRC_LE_BITS must be a power of 2 between 1 and 8
H A Dcrc32.c39 #define CRC_LE_BITS 8 macro
41 #if CRC_LE_BITS == 8
63 #if CRC_LE_BITS == 1
83 # if CRC_LE_BITS == 8 in crc32_le()
130 # elif CRC_LE_BITS == 4 in crc32_le()
137 # elif CRC_LE_BITS == 2 in crc32_le()