Implementation of utils. More...

Namespaces | |
| OmniSketch | |
| OmniSketch::Util | |
| Utils of manipulating integers, parsing configuration files and so on. | |
Functions | |
| bool | OmniSketch::Util::IsPrime (int32_t n) |
| Compute primality of a 32-bit number. More... | |
| int32_t | OmniSketch::Util::NextPrime (int32_t n) |
| Find the next prime number. More... | |
| uint16_t | OmniSketch::Util::Net2Host16 (uint16_t val) |
| Convert a 2-byte word from network endian to the host endian. More... | |
| uint32_t | OmniSketch::Util::Net2Host32 (uint32_t val) |
| Convert a 4-byte word from network endian to host endian. More... | |
Implementation of utils.