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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Defi.c150 #define CRC_LE_BITS 8 macro
166 kmalloc((1 << CRC_LE_BITS) * sizeof(u32), GFP_KERNEL);
171 for (i = 1 << (CRC_LE_BITS - 1); i; i >>= 1) {
173 for (j = 0; j < 1 << CRC_LE_BITS; j += 2 * i)

Completed in 47 milliseconds