libthai  0.1.27
Macros
trie-private.h File Reference

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.
 

Detailed Description

Private utilities for trie implementation.


Generated for libthai by doxygen 1.8.13