Searched refs:DECIMAL128_Bytes (Results 1 – 2 of 2) sorted by relevance
46 #define DECIMAL128_Bytes 16 /* length */ macro65 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits */
335 char buf[DECIMAL128_Bytes * 2 + 1]; in decimal128Show()338 for (i = 0; i < DECIMAL128_Bytes; i++) in decimal128Show()