Home
last modified time | relevance | path

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

/aoo42x/main/lingucomponent/source/languageguessing/
H A Dsimpleguesser.cxx64 typedef struct ngram_t { struct
69 } ngram_t; argument
74 ngram_t *fprint;
/aoo42x/main/libtextcat/
H A Dlibtextcat-2.2.patch581 ngram_t *fprint;
801 ngram_t *x = (ngram_t *)a;
802 ngram_t *y = (ngram_t *)b;
810 ngram_t *x = (ngram_t *)a;
811 ngram_t *y = (ngram_t *)b;
848 h->fprint = (ngram_t *)wg_malloc( sizeof(ngram_t) * maxngrams );
874 h->fprint = (ngram_t *)wg_malloc(maxngrams * sizeof(ngram_t));
890 - ngram_t *tmp = wg_malloc( sizeof(ngram_t) * h->size );
892 + ngram_t *tmp = (ngram_t*)wg_malloc( sizeof(ngram_t) * h->size );
895 memcpy( tmp, h->fprint, h->size * sizeof(ngram_t) );
[all …]

Completed in 25 milliseconds