| 9 | #endif |
| 10 | |
| 11 | struct RARPPM_DEF |
| 12 | { |
| 13 | static const int INT_BITS=7, PERIOD_BITS=7, TOT_BITS=INT_BITS+PERIOD_BITS, |
| 14 | INTERVAL=1 << INT_BITS, BIN_SCALE=1 << TOT_BITS, MAX_FREQ=124; |
| 15 | }; |
| 16 | |
| 17 | struct RARPPM_SEE2_CONTEXT : RARPPM_DEF |
| 18 | { // SEE-contexts for PPM-contexts with masked symbols |
nothing calls this directly
no outgoing calls
no test coverage detected