Home
last modified time | relevance | path

Searched refs:ngram_t (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx64 typedef struct ngram_t { struct
69 } ngram_t; argument
74 ngram_t *fprint;
/aoo41x/main/libtextcat/
H A Dlibtextcat-2.2.patch548 ngram_t *fprint;
768 ngram_t *x = (ngram_t *)a;
769 ngram_t *y = (ngram_t *)b;
777 ngram_t *x = (ngram_t *)a;
778 ngram_t *y = (ngram_t *)b;
815 h->fprint = (ngram_t *)wg_malloc( sizeof(ngram_t) * maxngrams );
841 h->fprint = (ngram_t *)wg_malloc(maxngrams * sizeof(ngram_t));
857 - ngram_t *tmp = wg_malloc( sizeof(ngram_t) * h->size );
859 + ngram_t *tmp = (ngram_t*)wg_malloc( sizeof(ngram_t) * h->size );
862 memcpy( tmp, h->fprint, h->size * sizeof(ngram_t) );
[all …]

Completed in 54 milliseconds