Searched refs:srcInt (Results 1 – 3 of 3) sorted by relevance
145 uint32_t* srcInt = (uint32_t*) src; in modp_b64_decode() local146 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() local216 uint32_t y = *srcInt++; in modp_b64_decode()227 y = *srcInt++;} in modp_b64_decode()
141 uint32_t* srcInt = (uint32_t*) src; in modp_b64_decode() local142 uint32_t y = *srcInt++; in modp_b64_decode()151 y = *srcInt++; in modp_b64_decode()
3522 int *dstInt, *srcInt; in processPixels() local3530 srcInt = (int *)(src + ( (height -y -1) * widthInBytes)); in processPixels()3531 memcpy(dstInt, srcInt, widthInBytes); in processPixels()