I was just looking through implementation of non local means algorithm via google (thanks google for code search) and come across this function mirror.
temp
It is a variable declaration, and it is equivalent to this:
const int32 alpha = src%size;