Searched refs:qbv (Results 1 – 1 of 1) sorted by relevance
5017 unsigned long qbv = (((unsigned long)pIn[0])<<24) | in toBase85() local5020 unsigned nqv = (unsigned)(qbv/85UL); in toBase85()5021 unsigned char dv = qbv - 85UL*nqv; in toBase85()5022 qbv = nqv; in toBase85()