Searched refs:ngram_t (Results 1 – 2 of 2) sorted by relevance
64 typedef struct ngram_t { struct69 } ngram_t; typedef74 ngram_t *fprint;
581 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 48 milliseconds