Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c5017 unsigned long qbv = (((unsigned long)pIn[0])<<24) | in toBase85() local
5020 unsigned nqv = (unsigned)(qbv/85UL); in toBase85()
5021 unsigned char dv = qbv - 85UL*nqv; in toBase85()
5022 qbv = nqv; in toBase85()