Searched refs:DECIMAL64_Bytes (Results 1 – 2 of 2) sorted by relevance
44 #define DECIMAL64_Bytes 8 /* length */ macro69 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits*/
479 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()