Searched defs:Cand_t (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwfile.c34 } Cand_t; typedef in typeref:struct:_cand_s
69 { Cand_t *o = (Cand_t*)one;
70 Cand_t *t = (Cand_t*)two;
183 static void vcwfvote(Vcwfile_t* vcwf, Cand_t* cand, Grint_t* msig, int v, int maxi)
187 Cand_t* cand; /* list of candidates */
255 Cand_t cand[CSIZE];
322 vcqsort(cand, CSIZE, sizeof(Cand_t), votecmp, 0);

Completed in 12 milliseconds