HomeSort by relevance Sort by last modified time
    Searched refs:trsort (Results 1 - 4 of 4) sorted by null

  /external/libdivsufsort/
Android.mk 22 lib/trsort.c \
  /external/libdivsufsort/include/
divsufsort_private.h 79 # define trsort trsort64 macro
135 /* for trsort.c */
198 /* trsort.c */
200 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth);
  /external/libdivsufsort/lib/
divsufsort.c 158 /* Construct the inverse suffix array of type B* suffixes using trsort. */
159 trsort(ISAb, SA, m, 1);
trsort.c 2 * trsort.c for libdivsufsort
555 trsort(saidx_t *ISA, saidx_t *SA, saidx_t n, saidx_t depth) { function

Completed in 48 milliseconds