Home
last modified time | relevance | path

Searched refs:ss_insertionsort (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.c257 ss_insertionsort(const unsigned char *T, const int *PA, in ss_insertionsort() function
416 if(1 < (last - first)) { ss_insertionsort(T, PA, first, last, depth); } in ss_mintrosort()
864 ss_insertionsort(T, PA, a, a + SS_BLOCKSIZE, depth); in sssort()
876 ss_insertionsort(T, PA, a, middle, depth); in sssort()
888 ss_insertionsort(T, PA, middle, last, depth); in sssort()