Searched refs:bit (Results 1 – 5 of 5) sorted by relevance
20 uint8_t bit; in set_px_at_pos() local27 bit = 7 - y % 8; in set_px_at_pos()29 bit = y % 8; in set_px_at_pos()35 bit = 7 - x % 8; in set_px_at_pos()37 bit = x % 8; in set_px_at_pos()42 *buf |= BIT(bit); in set_px_at_pos()45 *buf |= BIT(bit); in set_px_at_pos()47 *buf &= ~BIT(bit); in set_px_at_pos()
42 bool "Disable 64-bit integer fields"44 Disable support of 64-bit integer fields, for old compilers or45 for a slight speedup on 8-bit platforms.
176 * Vector 8-bit Integer Value Conversion177 * Vector 16-bit Integer Value Conversion178 * Vector 32-bit Integer Value Conversion179 * Vector 16-bit Floating-Point Value Conversion180 * Vector 32-bit Floating-Point Value Conversion309 bool "Half-Precision (16-bit Float) Support"313 This option enables the half-precision (16-bit) floating-point
286 and 6 bit shifts.305 bool "Counter with CBC-MAC (CCM) mode for 128-bit block cipher"671 Key Wrapping mode for 128-bit block ciphers,
237 # therefore susceptible to bit rot
Completed in 17 milliseconds