Searched refs:tr_partition (Results 1 – 2 of 2) sorted by relevance
/external/libdivsufsort/lib/ |
D | trsort.c | 222 tr_partition(const saidx_t *ISAd, in tr_partition() function 344 tr_partition(ISAd - incr, first, first, last, &a, &b, last - SA - 1); in tr_introsort() 450 tr_partition(ISAd, first, first + 1, last, &a, &b, v); in tr_introsort()
|
/external/zstd/lib/dictBuilder/ |
D | divsufsort.c | 1070 tr_partition(const int *ISAd, in tr_partition() function 1192 tr_partition(ISAd - incr, first, first, last, &a, &b, last - SA - 1); in tr_introsort() 1298 tr_partition(ISAd, first, first + 1, last, &a, &b, v); in tr_introsort()
|