Lines Matching refs:Grint_t
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))) ||
154 !(vcwf->ssig = (Grint_t**)malloc(nsig*sizeof(Grint_t*))) )
174 vcqsort(vcwf->ssig, nsig, sizeof(Grint_t*), sigcmp, 0);
183 static void vcwfvote(Vcwfile_t* vcwf, Cand_t* cand, Grint_t* msig, int v, int maxi)
188 Grint_t* msig; /* matching location to voter v below */
194 Grint_t ws, ss, t;
251 Grint_t **ss, **es, **ms, workn;
254 Grint_t *work;
267 if(!(vcwf->work = (Grint_t*)malloc(nwork*sizeof(Grint_t))) )