Searched refs:digit (Results 1 – 6 of 6) sorted by relevance
13 uint8_t digit; in u8_to_dec() local16 digit = value / divisor; in u8_to_dec()17 if ((digit != 0) || (divisor == 1) || (num_digits != 0)) { in u8_to_dec()18 *buf = digit + (char)'0'; in u8_to_dec()24 value -= digit * divisor; in u8_to_dec()
548 static uint8_t to_hex_digit(uint8_t digit) in to_hex_digit() argument550 if (digit >= 10U) { in to_hex_digit()551 return digit - 10U + 'a'; in to_hex_digit()554 return digit + '0'; in to_hex_digit()
27 leftmost digit, then the center sensor, then the right sensor.
66 static int insert(struct operand *op, char digit) in insert() argument72 op->string[op->index++] = digit; in insert()
778 - ``major.minor.patch``: match a three digit revision, such as ``1.2.3``.
977 * :github:`16733` - soc/stm32: Remove useless package digit for STM32 SoC Kconfig symbols