Home
last modified time | relevance | path

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

/external/chromium/third_party/modp_b64/
Dmodp_b64.cc142 uint32_t* destInt = (uint32_t*) p; in modp_b64_decode() local
150 *destInt = x << 8; in modp_b64_decode()
152 destInt = (uint32_t*)p; in modp_b64_decode()
212 uint32_t* destInt = (uint32_t*) p; in modp_b64_decode() local
222 *destInt = x ; in modp_b64_decode()
224 destInt = (uint32_t*)p; in modp_b64_decode()