Home | History | Annotate | Download | only in include

Lines Matching refs:saidx

53 #ifndef SAIDX@W64BIT@_T
54 #define SAIDX@W64BIT@_T
55 typedef @SAINDEX_TYPE@ saidx@W64BIT@_t;
56 #endif /* SAIDX@W64BIT@_T */
76 divsufsort@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t *SA, saidx@W64BIT@_t n);
87 saidx@W64BIT@_t
88 divbwt@W64BIT@(const sauchar_t *T, sauchar_t *U, saidx@W64BIT@_t *A, saidx@W64BIT@_t n);
111 saidx@W64BIT@_t *SA /* can NULL */,
112 saidx@W64BIT@_t n, saidx@W64BIT@_t *idx);
126 saidx@W64BIT@_t *A /* can NULL */,
127 saidx@W64BIT@_t n, saidx@W64BIT@_t idx);
139 sufcheck@W64BIT@(const sauchar_t *T, const saidx@W64BIT@_t *SA, saidx@W64BIT@_t n, saint_t verbose);
153 saidx@W64BIT@_t
154 sa_search@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t Tsize,
155 const sauchar_t *P, saidx@W64BIT@_t Psize,
156 const saidx@W64BIT@_t *SA, saidx@W64BIT@_t SAsize,
157 saidx@W64BIT@_t *left);
170 saidx@W64BIT@_t
171 sa_simplesearch@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t Tsize,
172 const saidx@W64BIT@_t *SA, saidx@W64BIT@_t SAsize,
173 saint_t c, saidx@W64BIT@_t *left);