|
ReactOS 0.4.16-dev-2104-gb84fa49
|
#include <stdlib.h>
Go to the source code of this file.
Functions | |
| unsigned int | _rotr (unsigned int value, int shift) |
| unsigned long | _lrotr (unsigned long value, int shift) |
| unsigned int | _rotl (unsigned int value, int shift) |
| unsigned long | _lrotl (unsigned long value, int shift) |
Definition at line 43 of file rot.c.
Referenced by _rotr(), KsecGenRandom(), ObpHash(), and PALETTE_ulGetNearestBitFieldsIndex().