prio = _irol_(prio, 2);
This was present in one of my code. Could you explain the _irol_ present there.
_irol_
This is integer rotate left prio by 2 bits
integer rotate left prio by 2 bits