Home
last modified time | relevance | path

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

/external/modp_b64/
Dmodp_b64.cc145 uint32_t* srcInt = (uint32_t*) src; in modp_b64_decode() local
146 uint32_t y = *srcInt++; in modp_b64_decode()
155 y = *srcInt++; in modp_b64_decode()
215 uint32_t* srcInt = (uint32_t*) src; in modp_b64_decode() local
216 uint32_t y = *srcInt++; in modp_b64_decode()
227 y = *srcInt++;} in modp_b64_decode()
/external/libweave/third_party/modp_b64/
Dmodp_b64.cc141 uint32_t* srcInt = (uint32_t*) src; in modp_b64_decode() local
142 uint32_t y = *srcInt++; in modp_b64_decode()
151 y = *srcInt++; in modp_b64_decode()
/external/opencv3/modules/videoio/src/
Dcap_msmf.cpp3522 int *dstInt, *srcInt; in processPixels() local
3530 srcInt = (int *)(src + ( (height -y -1) * widthInBytes)); in processPixels()
3531 memcpy(dstInt, srcInt, widthInBytes); in processPixels()