Searched refs:icomp (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
H A Darcsort.h36 ILabelCompare<Arc> icomp; local
37 ArcSort(fst, icomp);
/external/openfst/src/include/fst/
H A Drandequivalent.h61 ILabelCompare<Arc> icomp; local
67 ArcSort(&sfst1, icomp);
68 ArcSort(&sfst2, icomp);
/external/openfst/src/test/
H A Dalgo_test.h461 ILabelCompare<Arc> icomp; local
466 ArcSort(&S3, icomp);
535 ILabelCompare<Arc> icomp; local
541 ArcSort(&S1, icomp);
548 ArcSort(&S1, icomp);
549 ArcSortFst< Arc, ILabelCompare<Arc> > S2(T, icomp);
557 ArcSort(&S1, icomp);
/external/libvorbis/lib/
H A Dfloor1.c130 static int icomp(const void *a,const void *b){ function
184 qsort(sortpointer,count+2,sizeof(*sortpointer),icomp);
221 qsort(sortpointer,n,sizeof(*sortpointer),icomp);

Completed in 110 milliseconds