Searched full:lsbit (Results 1 – 9 of 9) sorted by relevance
/linux/lib/ |
H A D | sort.c | 166 * @lsbit: a precomputed 1-bit mask, equal to "size & -size" 177 * Logically, we're doing "if (i & lsbit) i -= size;", but since the 182 static size_t parent(size_t i, unsigned int lsbit, size_t size) in parent() argument 185 i -= size & -(i & lsbit); in parent() 199 const unsigned int lsbit = size & -size; /* Used to find parent */ in __sort_r() local 260 b = parent(b, lsbit, size); in __sort_r() 263 b = parent(b, lsbit, size); in __sort_r()
|
/linux/include/math-emu/ |
H A D | op-8.h | 78 * were one then we always set the LSbit. 90 /* s is now != 0 if we want to set the LSbit */ \
|
H A D | op-4.h | 82 * were one then we always set the LSbit. 94 /* s is now != 0 if we want to set the LSbit */ \
|
/linux/lib/crc/ |
H A D | crc7.c | 15 * and the lsbit is not used. 60 * The CRC7 is left-aligned in the byte (the lsbit is always 0), as that
|
/linux/lib/math/ |
H A D | gcd.c | 62 /* Isolate lsbit of r */ in gcd()
|
/linux/sound/pci/mixart/ |
H A D | mixart_hwdep.h | 133 #define MIXART_BA1_BRUTAL_RESET_OFFSET 0x68 /* write 1 in LSBit to reset board */
|
/linux/arch/mips/include/asm/pci/ |
H A D | bridge.h | 467 #define BRIDGE_DIRMAP_OFF_ADDRSHFT (31) /* lsbit of DIRMAP_OFF is xtalk address bit 31 */
|
/linux/drivers/hwmon/ |
H A D | asc7621.c | 305 /* The LSB value is a 2-bit scaling of the MSB's LSbit value. */ in show_in10()
|
/linux/lib/fonts/ |
H A D | font_mini_4x6.c | 39 MSBit to LSBit = left to right.
|