Searched refs:Grint_t (Results 1 - 3 of 3) sorted by relevance
| /ast/src/lib/libvcodex/Vcwindow/ |
| H A D | vcwhdr.h | 27 #define H1 ((Grint_t)0x101) 45 typedef unsigned int Grint_t; /* n-gram integer value */ typedef 52 Grint_t* work; /* signatures of a window to be matched */ 55 Grint_t* sig; /* signatures of each file index */ 56 Grint_t** ssig; /* sorted signatures */ 66 extern Grint_t vcwngsig _ARG_((Vcchar_t*, size_t));
|
| H A D | vcwfile.c | 55 { Grint_t **o = (Grint_t**)one; 56 Grint_t **t = (Grint_t**)two; 109 vcwf->sig = NIL(Grint_t*); 110 vcwf->ssig = NIL(Grint_t**); 114 vcwf->work = NIL(Grint_t*); 145 Grint_t *sig, *esig, **ssig; 153 if(!(vcwf->sig = (Grint_t*)malloc(nsig*sizeof(Grint_t))) || [all...] |
| H A D | vcwngram.c | 72 Grint_t llgr, lrgr; /* left,right n-grams of left segment */ 75 Grint_t rlgr, rrgr; /* left,right n-grams of right segment */ 179 Grint_t vcwngsig(Vcchar_t* data, size_t n) 181 Grint_t vcwngsig(data, n) 186 Grint_t sig, key;
|
Completed in 26 milliseconds