VSF Documented
|
Go to the source code of this file.
Macros | |
#define | __optimal_bit_sz (sizeof(uintalu_t) * 8) |
#define | __optimal_bit_msk (__optimal_bit_sz - 1) |
Typedefs | |
typedef uint32_t | uintalu_t |
typedef int32_t | intalu_t |
Enumerations | |
enum | bool { false = 0 , true = !false } |
#define __optimal_bit_sz (sizeof(uintalu_t) * 8) |
#define __optimal_bit_msk (__optimal_bit_sz - 1) |
enum bool |