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

  /external/e2fsprogs/e2fsck/
crc32table.h 4 static const __u32 crc32table_le[] = { variable
gen_crc32table.c 21 static uint32_t crc32table_le[LE_TABLE_SIZE]; variable
36 crc32table_le[0] = 0;
41 crc32table_le[i + j] = crc ^ crc32table_le[j];
87 printf("static const __u32 crc32table_le[] = {");
88 output_table(crc32table_le, LE_TABLE_SIZE, "tole");

Completed in 1260 milliseconds