#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "base/bitstring.h"
#include "debug/macros.h"
Functions | |
static uint32_t | checkBits (uint32_t a) |
static uint32_t | checkBitsN (const uint32_t *b, uint32_t n) |
static void | test_invalidate (uint32_t *table, uint32_t n) |
invalidate table indices | |
static void | test_bits2indexTable (uint32_t size) |
test table generation | |
static void | tests (int bitSize) |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
test table generation
|
|
invalidate table indices
|
|
|