Searched refs:DECIMAL64_Bytes (Results 1 – 2 of 2) sorted by relevance
42 #define DECIMAL64_Bytes 8 /* length */ macro61 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits */
326 char buf[DECIMAL64_Bytes * 2 + 1]; in decimal64Show()329 for (i = 0; i < DECIMAL64_Bytes; i++) in decimal64Show()