|
iPXE
|
Bit operations self-tests. More...
#include <stdint.h>#include <string.h>#include <assert.h>#include <ipxe/bitops.h>#include <ipxe/test.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| static void | bitops_test_exec (void) |
| Perform bit operations self-tests. More... | |
Variables | |
| struct self_test bitops_test | __self_test |
| Bit operations self-test. More... | |
Bit operations self-tests.
Definition in file bitops_test.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
static |
Perform bit operations self-tests.
Definition at line 45 of file bitops_test.c.
References bits, clear_bit(), memset(), ok, set_bit(), test_and_clear_bit(), and test_and_set_bit().
| struct self_test bitops_test __self_test |
Bit operations self-test.
Definition at line 99 of file bitops_test.c.
1.8.15