Lines Matching +full:32 +full:_64
51 * longer fit in 32 bits. The following way of calculating this gives us
53 * - (NOM / DEN) fits in (32 - LSH) bits.
54 * - (NOM % DEN) fits in (32 - LSH) bits.
75 * The 64-bit value is not atomic on 32-bit systems - you MUST NOT read it
81 * On 32-bit big-endian systems, jiffies is the lower 32 bits of jiffies_64
253 * These eight macros compare jiffies[_64] and 'a' for convenience.
317 * Have the 32-bit jiffies value wrap 5 minutes after boot
374 * Often the math we use will expand beyond 32-bits so we tell C how to
376 * which should take the result back to 32-bits. We want this expansion
390 * couple of bits away from overflowing a 32-bit word, so we MUST use
412 #define SEC_JIFFIE_SC (32 - SHIFT_HZ)
504 * handling any 32-bit overflows.
554 * handling any 32-bit overflows as for msecs_to_jiffies.