38 #ifndef __NGRAMS_RAW_H__ 39 #define __NGRAMS_RAW_H__ 67 int ngram_comparator(
const void *first_void,
const void *second_void);
72 int ngram_ord_comparator(
void *a_raw,
void *b_raw);
84 uint32 * counts,
int order,
98 uint32 * counts,
int order,
99 uint32 * unigram_next, uint8 do_swap);
101 void ngrams_raw_fix_counts(
ngram_raw_t ** raw_ngrams, uint32 * counts,
102 uint32 * fixed_counts,
int order);
104 void ngrams_raw_free(
ngram_raw_t ** raw_ngrams, uint32 * counts,
Basic type definitions used in Sphinx.
Implementation of logging routines.
Hash table implementation.
Fast integer logarithmic addition operations.
file IO related operations.