HomeSort by relevance Sort by last modified time
    Searched refs:destInt (Results 1 - 2 of 2) sorted by null

  /external/modp_b64/
modp_b64.cc 144 uint32_t* destInt = (uint32_t*) p;
152 *destInt = x << 8;
154 destInt = (uint32_t*)p;
214 uint32_t* destInt = (uint32_t*) p;
224 *destInt = x ;
226 destInt = (uint32_t*)p;
  /external/icu/icu4c/source/common/
putilimp.h 597 uintptr_t destInt = (uintptr_t)dest;
606 maxInt = destInt + 0x7fffffffu;
607 if (maxInt < destInt) {
614 uintptr_t maxBytes = maxInt - destInt; // max. 2GB

Completed in 246 milliseconds