Home
last modified time | relevance | path

Searched defs:ISAd (Results 1 – 2 of 2) sorted by relevance

/external/libdivsufsort/lib/
Dtrsort.c79 tr_insertionsort(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_insertionsort()
98 tr_fixdown(const saidx_t *ISAd, saidx_t *SA, saidx_t i, saidx_t size) { in tr_fixdown()
114 tr_heapsort(const saidx_t *ISAd, saidx_t *SA, saidx_t size) { in tr_heapsort()
139 tr_median3(const saidx_t *ISAd, saidx_t *v1, saidx_t *v2, saidx_t *v3) { in tr_median3()
152 tr_median5(const saidx_t *ISAd, in tr_median5()
167 tr_pivot(const saidx_t *ISAd, saidx_t *first, saidx_t *last) { in tr_pivot()
222 tr_partition(const saidx_t *ISAd, in tr_partition()
327 tr_introsort(saidx_t *ISA, const saidx_t *ISAd, in tr_introsort()
556 saidx_t *ISAd; in trsort() local
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DDivSuffixSorter.java1311 int ISAd; in trSort() local
1355 int ISAd, int first, int middle, int last, int v) throws IOException { in trPartition()
1415 private final void trIntroSort(int ISA, int ISAd, int first, int last, TRBudget budget) in trIntroSort()
1774 private final int trPivot(int ISAd, int first, int last) throws IOException { in trPivot()
1799 private final int trMedian5(int ISAd, int v1, int v2, int v3, int v4, int v5) throws IOException { in trMedian5()
1841 private final int trMedian3(int ISAd, int v1, int v2, int v3) throws IOException { in trMedian3()
1858 private final void trHeapSort(int ISAd, int sa, int size) throws IOException { in trHeapSort()
1885 private final void trFixDown(int ISAd, int sa, int i, int size) throws IOException { in trFixDown()
1905 private final void trInsertionSort(int ISAd, int first, int last) throws IOException { in trInsertionSort()