Searched refs:_comp_t (Results 1 – 1 of 1) sorted by relevance
155 } _comp_t; typedef158 static _comp_t *comps;1200 const _comp_t *comp1 = v_comp1, *comp2 = v_comp2;1258 comps = (_comp_t *) malloc(comps_used * sizeof(_comp_t));1270 qsort(comps, comps_used, sizeof(_comp_t), cmpcomps);1566 bytes = comps_used * sizeof(_comp_t); in write_cdata()1573 fwrite((char *) comps, sizeof(_comp_t), comps_used, out); in write_cdata()
Completed in 16 milliseconds