libthai
0.1.27
|
Private utilities for trie implementation. More...
Macros | |
#define | LIKELY(expr) (expr) |
LIKELY and UNLIKELY macros for hinting the compiler about the expected result of a Boolean expression, for the sake of optimization. | |
#define | MIN_VAL(a, b) ((a)<(b)?(a):(b)) |
Minimum value macro. | |
#define | MAX_VAL(a, b) ((a)>(b)?(a):(b)) |
Maximum value macro. | |
Private utilities for trie implementation.