_compress_bigger_int(char *dest, int data) | lemur::utility::RVLCompress | [private, static] |
_compress_bigger_longlong(char *dest, UINT64 data) | lemur::utility::RVLCompress | [private, static] |
compress_int(char *dest, int data) | lemur::utility::RVLCompress | [inline, static] |
compress_ints(int *data_ptr, unsigned char *out_ptr, int size) | lemur::utility::RVLCompress | [static] |
compress_longlong(char *dest, UINT64 data) | lemur::utility::RVLCompress | [inline, static] |
compress_longlong(char *dest, INT64 data) | lemur::utility::RVLCompress | [inline, static] |
compressedSize(int data) | lemur::utility::RVLCompress | [inline, static] |
compressedSize(INT64 data) | lemur::utility::RVLCompress | [inline, static] |
compressedSize(UINT64 data) | lemur::utility::RVLCompress | [inline, static] |
decompress_int(const char *source, int &data) | lemur::utility::RVLCompress | [inline, static] |
decompress_int_count(const char *source, int *result, int numInts) | lemur::utility::RVLCompress | [inline, static] |
decompress_ints(unsigned char *data_ptr, int *out_ptr, int num_bytes) | lemur::utility::RVLCompress | [static] |
decompress_longlong(const char *source, UINT64 &data) | lemur::utility::RVLCompress | [inline, static] |
decompress_longlong(const char *source, INT64 &data) | lemur::utility::RVLCompress | [inline, static] |
foldNegatives(INT64 number) | lemur::utility::RVLCompress | [inline, static] |
skip_ints(const char *source, int numInts) | lemur::utility::RVLCompress | [inline, static] |
unfoldNegatives(UINT64 number) | lemur::utility::RVLCompress | [inline, static] |