Searched refs:nBlocksSize (Results 1 – 2 of 2) sorted by relevance
30 function base64DecToArr (sBase64, nBlocksSize) { argument34 …nOutLen = nBlocksSize ? Math.ceil((nInLen * 3 + 1 >> 2) / nBlocksSize) * nBlocksSize : nInLen * 3 …
3 function base64DecToArr(sBase64, nBlocksSize) { argument20 …nOutLen = nBlocksSize ? Math.ceil((nInLen * 3 + 1 >> 2) / nBlocksSize) * nBlocksSize : nInLen * 3 …