/external/openfst/src/include/fst/script/ |
arcsort.h | 36 ILabelCompare<Arc> icomp; local 37 ArcSort(fst, icomp);
|
/external/openfst/src/include/fst/ |
randequivalent.h | 61 ILabelCompare<Arc> icomp; local 67 ArcSort(&sfst1, icomp); 68 ArcSort(&sfst2, icomp);
|
/external/openfst/src/test/ |
algo_test.h | 461 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); [all...] |
/external/libvorbis/lib/ |
floor1.c | 130 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);
|