HomeSort by relevance Sort by last modified time
    Searched defs:saidx_t (Results 1 - 3 of 3) sorted by null

  /external/bsdiff/include/bsdiff/
bsdiff.h 12 #define saidx_t saidx64_t macro
29 saidx_t** I_cache);
  /external/libdivsufsort/android_include/
divsufsort.h 53 #ifndef SAIDX_T
54 #define SAIDX_T
55 typedef int32_t saidx_t; typedef
56 #endif /* SAIDX_T */
76 divsufsort(const sauchar_t *T, saidx_t *SA, saidx_t n);
87 saidx_t
88 divbwt(const sauchar_t *T, sauchar_t *U, saidx_t *A, saidx_t n);
111 saidx_t *SA /* can NULL */
    [all...]
  /external/libdivsufsort/include/
divsufsort_private.h 63 # ifndef SAIDX_T
64 # define SAIDX_T
65 # define saidx_t saidx64_t macro
66 # endif /* SAIDX_T */
194 sssort(const sauchar_t *Td, const saidx_t *PA,
195 saidx_t *first, saidx_t *last,
196 saidx_t *buf, saidx_t bufsize,
197 saidx_t depth, saidx_t n, saint_t lastsuffix)
    [all...]

Completed in 989 milliseconds