ddc
Functions
ConcordAlgorithm.h File Reference
#include "../CommonLib/utilit.h"
Include dependency graph for ConcordAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SortWithLists (vector< DWORD > &V, DwordVector &Borders)
 
void ConvertToVariableInteger (const vector< DWORD > &In, vector< DWORD > &Out)
 
void DeconvertFromVariableInteger (const DWORD *in_start, const DWORD *in_end, DWORD *out_start, DWORD &OutCount)
 

Function Documentation

◆ SortWithLists()

void SortWithLists ( vector< DWORD > &  V,
DwordVector Borders 
)

References CSortedList::size().

Referenced by SortOccurrences().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ConvertToVariableInteger()

void ConvertToVariableInteger ( const vector< DWORD > &  In,
vector< DWORD > &  Out 
)

References writeVInt().

Referenced by CompressOccurrences().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ DeconvertFromVariableInteger()

void DeconvertFromVariableInteger ( const DWORD in_start,
const DWORD in_end,
DWORD out_start,
DWORD OutCount 
)

References readVInt().

Referenced by DearchiveOccurrences().

Here is the call graph for this function:
Here is the caller graph for this function: