Searched refs:INSERTSORT (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libvcodex/ | ||
H A D | vcsfxsort.c | 47 #define INSERTSORT 64 /* insertion sort any set <= this */ macro 200 q_sort: if((sz = max-min+1) <= INSERTSORT) /* insertion sort */ |
Completed in 8 milliseconds