Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/tracing_examples/
Dstring_convert.js13 function b64ToUint6 (nChr) { function
38 nUint24 |= b64ToUint6(sB64Enc.charCodeAt(nInIdx)) << 18 - 6 * nMod4;
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js4 function b64ToUint6 (nChr) { function
23 nUint24 |= b64ToUint6(sB64Enc.charCodeAt(nInIdx)) << 6 * (3 - nMod4);