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

  /external/libdivsufsort/android_include/
divsufsort.h 49 #ifndef SAINT_T
50 #define SAINT_T
51 typedef int32_t saint_t; typedef
52 #endif /* SAINT_T */
75 saint_t
109 saint_t
124 saint_t
138 saint_t
139 sufcheck(const sauchar_t *T, const saidx_t *SA, saidx_t n, saint_t verbose);
173 saint_t c, saidx_t *left)
    [all...]
divsufsort64.h 49 #ifndef SAINT_T
50 #define SAINT_T
51 typedef int32_t saint_t; typedef
52 #endif /* SAINT_T */
75 saint_t
109 saint_t
124 saint_t
138 saint_t
139 sufcheck64(const sauchar_t *T, const saidx64_t *SA, saidx64_t n, saint_t verbose);
173 saint_t c, saidx64_t *left)
    [all...]
  /external/libdivsufsort/include/
divsufsort.h.cmake 49 #ifndef SAINT_T
50 #define SAINT_T
51 typedef @SAINT32_TYPE@ saint_t;
52 #endif /* SAINT_T */
75 saint_t
109 saint_t
124 saint_t
138 saint_t
139 sufcheck@W64BIT@(const sauchar_t *T, const saidx@W64BIT@_t *SA, saidx@W64BIT@_t n, saint_t verbose);
173 saint_t c, saidx@W64BIT@_t *left)
    [all...]
divsufsort_private.h 197 saidx_t depth, saidx_t n, saint_t lastsuffix);
  /external/libdivsufsort/lib/
utils.c 52 saint_t
56 saint_t c;
69 return (saint_t)i;
111 saint_t
118 saint_t c, d;
160 saint_t
162 saidx_t n, saint_t verbose) {
165 saint_t c;
250 saint_t r;
267 saint_t r
    [all...]
sssort.c 32 static const saint_t lg_table[256]= {
46 saint_t
87 static const saint_t sqq_table[256] = {
140 saint_t
171 saint_t r;
196 saint_t c, d, e;
314 struct { saidx_t *a, *b, c; saint_t d; } stack[STACK_SIZE];
318 saint_t ssize;
319 saint_t limit;
320 saint_t v, x = 0
    [all...]
divsufsort.c 47 saint_t c0, c1;
49 saint_t d0, d1;
200 saint_t c0, c1, c2;
264 saint_t c0, c1, c2;
331 saint_t
335 saint_t err = 0;
trsort.c 32 static const saint_t lg_table[256]= {
44 saint_t
208 saint_t
331 struct { const saidx_t *a; saidx_t *b, *c; saint_t d, e; }stack[STACK_SIZE];
336 saint_t limit, next;
337 saint_t ssize, trlink = -1;
  /external/libdivsufsort/examples/
suftest.c 76 saint_t needclose = 1;
mksary.c 76 saint_t needclose = 3;
unbwt.c 90 saint_t err, blocksize, needclose = 3;
bwt.c 88 saint_t i, blocksize = 32, needclose = 3;

Completed in 86 milliseconds