Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1124 static const char aSuffix[] = { 'K', 'M', 'G', 'T', 'P', 'E' }; in qrfApproxInt64() local
1149 sqlite3_str_append(pOut, &aSuffix[i/3], 1); in qrfApproxInt64()