#include <stdlib.h>
#include <time.h>
#include "base/bitstring.h"
#include "debug/macros.h"
#include "dbm/dbm.h"
#include "dbm/print.h"
#include "dbm/gen.h"
Defines | |
#define | DBM1(I, J) dbm1[(I)*dim1+(J)] |
#define | DBM2(I, J) dbm2[(I)*dim2+(J)] |
#define | PROGRESS() debug_spin(stderr) |
Functions | |
static raw_t * | allocDBM (uint32_t dim) |
static void | test_invalidate (cindex_t *table, uint32_t n) |
invalidate table indices | |
static void | test_shrinkExpand (uint32_t dim) |
test shrinkExpand | |
int | main (int argc, char *argv[]) |
|
|
|
|
|
|
|
|
|
|
|
invalidate table indices
|
|
test shrinkExpand
|