Home
last modified time | relevance | path

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

/dragonfly/lib/libssh/openbsd-compat/
H A Dfmt_scaled.c68 #define SCALE_LENGTH (sizeof(units)/sizeof(units[0])) macro
70 #define MAX_DIGITS (SCALE_LENGTH * 3) /* XXX strlen(sprintf("%lld", -1)? */
166 for (i = 0; i < SCALE_LENGTH; i++) { in scan_scaled()
236 if (abval / 1024 >= scale_factors[SCALE_LENGTH-1]) { in fmt_scaled()
242 for (i = 0; i < SCALE_LENGTH; i++) { in fmt_scaled()