#include <ReuseDistance.hpp>
Go to the source code of this file.
Defines | |
#define | REUSE_DEBUG |
#define | debug_assert(...) assert(__VA_ARGS__) |
Functions | |
uint64_t | uint64abs (uint64_t a) |
uint64_t | ShaveBitsPwr2 (uint64_t val) |
#define debug_assert | ( | ... | ) | assert(__VA_ARGS__) |
Definition at line 27 of file ReuseDistance.cpp.
#define REUSE_DEBUG |
Definition at line 25 of file ReuseDistance.cpp.
uint64_t ShaveBitsPwr2 | ( | uint64_t | val | ) | [inline] |
Definition at line 271 of file ReuseDistance.cpp.
uint64_t uint64abs | ( | uint64_t | a | ) | [inline] |
Definition at line 32 of file ReuseDistance.cpp.