Searched defs:digit (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 104 int digit, sign; in HELPER() local 137 int digit, i, sign; in HELPER() local
|
/openbmc/u-boot/tools/ |
H A D | img2srec.c | 73 uint32_t digit; in ExtractHex() local 95 uint32_t digit; in ExtractDecimal() local
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_property_descriptor.c | 141 int digit; in avb_property_lookup_uint64() local
|
/openbmc/libpldm/src/ |
H A D | utils.c | 128 #define AS_CHAR(digit) ((digit) + '0') argument
|
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
H A D | pong-clock-no-flicker.c | 118 int digit) in draw_digit()
|
/openbmc/u-boot/drivers/mtd/ |
H A D | cfi_flash.c | 1295 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) \ argument 1308 #define FLASH_SHOW_PROGRESS(scale, dots, digit, dots_sub) argument 1328 int digit = CONFIG_FLASH_SHOW_PROGRESS; in write_buff() local
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 1078 static inline void dfp_set_bcd_digit_64(ppc_vsr_t *t, uint8_t digit, in dfp_set_bcd_digit_64() 1084 static inline void dfp_set_bcd_digit_128(ppc_vsr_t *t, uint8_t digit, in dfp_set_bcd_digit_128()
|
H A D | int_helper.c | 2237 static void bcd_put_digit(ppc_avr_t *bcd, uint8_t digit, int n) in bcd_put_digit() 2312 uint8_t digit = bcd_get_digit(a, i, invalid) + in bcd_add_mag() local 2336 uint8_t digit = bcd_get_digit(a, i, invalid) - in bcd_sub_mag() local 2489 int digit = 0; in helper_bcdcfz() local 2530 uint8_t digit = 0; in helper_bcdctz() local
|
/openbmc/u-boot/common/ |
H A D | xyzModem.c | 135 int digit; in parse_num() local
|
/openbmc/qemu/ui/ |
H A D | console-vc.c | 824 int digit = (ch - '0'); in vc_putchar() local
|