Searched defs:shift_r (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c1593 calculate_shifts(uint32 mask, int *shift_r, int *shift_l) argument
1597 *shift_r = 8 - ffs(mask & ~(mask >> 1));

Completed in 42 milliseconds