Home
last modified time | relevance | path

Searched refs:DECIMAL64_Bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal64.h44 #define DECIMAL64_Bytes 8 /* length */ macro
69 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal64.c479 return memcmp(d64, &canon, DECIMAL64_Bytes)==0; in decimal64IsCanonical()
529 char buf[DECIMAL64_Bytes*2+1]; in decimal64Show()
533 for (i=0; i<DECIMAL64_Bytes; i++, j+=2) { in decimal64Show()
541 for (i=0; i<DECIMAL64_Bytes; i++, j+=2) { in decimal64Show()