HomeSort by relevance Sort by last modified time
    Searched defs:CRC_LE_BITS (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
crc32c_defs.h 11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 64
22 #if CRC_LE_BITS > 64 || CRC_LE_BITS < 1 || CRC_LE_BITS == 16 || \
23 CRC_LE_BITS & CRC_LE_BITS-1
24 # error "CRC_LE_BITS must be one of {1, 2, 4, 8, 32, 64}"
  /external/e2fsprogs/e2fsck/
crc32defs.h 11 #ifndef CRC_LE_BITS
12 # define CRC_LE_BITS 8
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

Completed in 1035 milliseconds