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