Searched refs:SYNDROME (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree.cc | 8653 #define SYNDROME(X) (FEEDBACK ((X) & 1) ^ FEEDBACK ((X) & 2) \ in crc32_unsigned_n() macro 8657 SYNDROME(0x0), SYNDROME(0x1), SYNDROME(0x2), SYNDROME(0x3), in crc32_unsigned_n() 8658 SYNDROME(0x4), SYNDROME(0x5), SYNDROME(0x6), SYNDROME(0x7), in crc32_unsigned_n() 8659 SYNDROME(0x8), SYNDROME(0x9), SYNDROME(0xa), SYNDROME(0xb), in crc32_unsigned_n() 8660 SYNDROME(0xc), SYNDROME(0xd), SYNDROME(0xe), SYNDROME(0xf), in crc32_unsigned_n() 8663 #undef SYNDROME in crc32_unsigned_n()
|