Searched refs:SAsize (Results 1 – 4 of 4) sorted by relevance
/external/libdivsufsort/lib/ |
D | utils.c | 261 const saidx_t *SA, saidx_t SAsize, in sa_search() argument 271 (Tsize < 0) || (Psize < 0) || (SAsize < 0)) { return -1; } in sa_search() 272 if((Tsize == 0) || (SAsize == 0)) { return 0; } in sa_search() 273 if(Psize == 0) { if(idx != NULL) { *idx = 0; } return SAsize; } in sa_search() 275 for(i = j = k = 0, lmatch = rmatch = 0, size = SAsize, half = size >> 1; in sa_search() 330 const saidx_t *SA, saidx_t SAsize, in sa_simplesearch() argument 337 if((T == NULL) || (SA == NULL) || (Tsize < 0) || (SAsize < 0)) { return -1; } in sa_simplesearch() 338 if((Tsize == 0) || (SAsize == 0)) { return 0; } in sa_simplesearch() 340 for(i = j = k = 0, size = SAsize, half = size >> 1; in sa_simplesearch()
|
/external/libdivsufsort/include/ |
D | divsufsort.h.cmake | 147 * @param SA[0..SAsize-1] The input suffix array. 148 * @param SAsize The length of the given suffix array. 156 const saidx@W64BIT@_t *SA, saidx@W64BIT@_t SAsize, 163 * @param SA[0..SAsize-1] The input suffix array. 164 * @param SAsize The length of the given suffix array. 172 const saidx@W64BIT@_t *SA, saidx@W64BIT@_t SAsize,
|
/external/libdivsufsort/android_include/ |
D | divsufsort.h | 156 const saidx_t *SA, saidx_t SAsize, 172 const saidx_t *SA, saidx_t SAsize,
|
D | divsufsort64.h | 156 const saidx64_t *SA, saidx64_t SAsize, 172 const saidx64_t *SA, saidx64_t SAsize,
|