|
src
|
Functions | |
| static bool | bit_set (uint32_t n, uint32_t bit) |
| template<uint8_t BITS> | |
| re2c::Range * | range (uint32_t n) |
| template<uint8_t BITS> | |
| re2c::Range * | add (uint32_t n1, uint32_t n2) |
| template<uint8_t BITS> | |
| re2c::Range * | sub (uint32_t n1, uint32_t n2) |
| static bool | equal (const re2c::Range *r1, const re2c::Range *r2) |
| static void | show (const re2c::Range *r) |
| static int32_t | diff (const re2c::Range *r1, const re2c::Range *r2, const re2c::Range *op1, const re2c::Range *op2, const char *op) |
| static int32_t | test () |
| static char * | u64_to_s_fastest_ever (uint64_t u, char *s) |
| static int32_t | test_u (uint64_t i) |
| static int32_t | test_i (int64_t i) |
| static int32_t | test () |
Variables | |
| static const uint32_t | DIGITS = 256 |
| re2c::Range * re2c_test::add | ( | uint32_t | n1, |
| uint32_t | n2 | ||
| ) |
Definition at line 37 of file test-impl.h.
|
inlinestatic |
|
static |
|
static |
| re2c::Range * re2c_test::range | ( | uint32_t | n | ) |
Definition at line 16 of file test-impl.h.

|
static |
| re2c::Range * re2c_test::sub | ( | uint32_t | n1, |
| uint32_t | n2 | ||
| ) |
Definition at line 43 of file test-impl.h.
|
static |
|
static |
Definition at line 68 of file test.cc.


|
static |
Definition at line 37 of file test.cc.


|
static |
Definition at line 23 of file test.cc.


|
static |
1.8.10