iPXE
|
Bit operations. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | ROLx(data, rotation) |
#define | RORx(data, rotation) |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static | __attribute__ ((always_inline)) uint8_t rol8(uint8_t data |
Variables | |
static unsigned int | rotation |
Bit operations.
Definition in file rotate.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
static unsigned int rotation |