Searched refs:nbo (Results 1 – 1 of 1) sorted by relevance
4709 int nti, nbo, nac; in fromBase64() local4714 nbo = nboi[nti]; in fromBase64()4715 if( nbo==0 ) break; in fromBase64()4730 --nbo; in fromBase64()4737 switch( nbo ){ in fromBase64()4745 pOut += nbo; in fromBase64()5060 int nti, nbo; in fromBase85() local5064 nbo = nboi[nti]; in fromBase85()5065 if( nbo==0 ) break; in fromBase85()5074 nbo -= nti; /* Adjust for early (non-digit) end of group. */ in fromBase85()[all …]