Searched refs:DECIMAL_SIZE (Results 1 – 6 of 6) sorted by relevance
115 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
53 char buf[DECIMAL_SIZE(int) + 1];
531 char buf[DECIMAL_SIZE(int) + 1]; in BIO_set_conn_int_port()
456 char buf[DECIMAL_SIZE(uint64_t) + 1]; in add_decimal()
523 char btmp[DECIMAL_SIZE(eline) + 1]; in def_load_bio()
1699 char buf[DECIMAL_SIZE(int)]; in WriteSettings()