Searched refs:destInt (Results 1 – 2 of 2) sorted by relevance
144 uint32_t* destInt = (uint32_t*) p; in modp_b64_decode() local152 *destInt = x << 8; in modp_b64_decode()154 destInt = (uint32_t*)p; in modp_b64_decode()214 uint32_t* destInt = (uint32_t*) p; in modp_b64_decode() local224 *destInt = x ; in modp_b64_decode()226 destInt = (uint32_t*)p; in modp_b64_decode()
597 uintptr_t destInt = (uintptr_t)dest; in pinCapacity() local606 maxInt = destInt + 0x7fffffffu; in pinCapacity()607 if (maxInt < destInt) { in pinCapacity()614 uintptr_t maxBytes = maxInt - destInt; // max. 2GB in pinCapacity()