Searched defs:digits (Results 1 – 19 of 19) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | hex_utils.hpp | 15 inline std::string intToHexString(uint64_t value, size_t digits) in intToHexString()
|
/openbmc/qemu/tests/multiboot/ |
H A D | libc.c | 51 char digits[] = "0123456789abcdef"; in print_num() local
|
/openbmc/qemu/tests/tcg/minilib/ |
H A D | printf.c | 30 static const char digits[] = "0123456789abcdef"; in print_num() local
|
/openbmc/u-boot/lib/ |
H A D | vsprintf.c | 162 static const char digits[16] = "0123456789ABCDEF"; in number() local 366 int i, digits; in ip4_addr_string() local 843 void print_grouped_ull(unsigned long long int_val, int digits) in print_grouped_ull()
|
H A D | tiny-printf.c | 130 int i, digits; in ip4_addr_string() local
|
/openbmc/qemu/include/libdecnumber/ |
H A D | decNumber.h | 81 int32_t digits; /* Count of digits in the coefficient; >0 */ member
|
H A D | decContext.h | 81 int32_t digits; /* working precision */ member
|
/openbmc/linux/arch/alpha/boot/ |
D | stdio.c |
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
D | guest_sprintf.c |
|
/openbmc/linux/arch/powerpc/boot/ |
D | stdio.c |
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_cmdline.c | 180 char digits[AVB_MAX_DIGITS_UINT64]; in cmdline_append_uint64_base10() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
D | vsprintf.c |
|
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
H A D | pong-clock-no-flicker.c | 120 int digits[] = { 0x1f8c63f, 0x1f21086, 0x1f0fe1f, 0x1f87e1f, 0x1087e31, in draw_digit() local
|
/openbmc/linux/drivers/acpi/acpica/ |
D | utprint.c |
|
/openbmc/qemu/libdecnumber/dpd/ |
H A D | decimal64.c | 619 Int digits=dn->digits; /* digit countdown */ in decDigitsToDPD() local
|
/openbmc/u-boot/common/ |
H A D | hash.c | 484 int digits = algo->digest_size * 2; in parse_verify_sum() local
|
/openbmc/linux/drivers/isdn/mISDN/ |
D | dsp.h |
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1288 int digits; in aarch64_cpu_dump_state() local
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 6831 static Int decShiftToMost(Unit *uar, Int digits, Int shift) { 7915 Int digits=(len-1)*DECDPUN+1; /* possible digits excluding msu */ local 8137 Int ae, d, digits; /* .. */ local
|