Home
last modified time | relevance | path

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

/coreutils/src/
Dcksum.c51 # define BIT(x) ((uint_fast32_t) 1 << (x)) macro
52 # define SBIT BIT (31)
61 # define GEN (BIT (26) | BIT (23) | BIT (22) | BIT (16) | BIT (12) \
62 | BIT (11) | BIT (10) | BIT (8) | BIT (7) | BIT (5) \
63 | BIT (4) | BIT (2) | BIT (1) | BIT (0))
81 if (BIT (i) & m) in crc_remainder()