Lines Matching refs:bit
29 - Is little endian (bytes are reversed within a 32-bit group)
30 - The least-significant 32-bit word comes first (within a 64-bit
32 - The most significant bit of a byte is at its right (bit 0 of a
34 Drivers may use these helpers to match the bit indices as described
47 This option enables the use of hardware bit-reversal instructions on
175 This is a bit slower than slice by 8, but has a smaller 4KiB lookup
189 bool "Classic Algorithm (one bit at a time)"
191 Calculate checksum one bit at a time. This is VERY slow, but has
260 This option enables the 32 bit PRNG library functions to perform a
473 them on the stack. This is a bit more expensive, but avoids
511 It only adds a little bit of code and slows kernel boot (or
522 # Generic 64-bit atomic support is selected if needed