Searched refs:Tsize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libdivsufsort/lib/ |
H A D | utils.c | 246 _compare(const sauchar_t *T, saidx_t Tsize, in _compare() argument 252 (i < Tsize) && (j < Psize) && ((r = T[i] - P[j]) == 0); ++i, ++j) { } in _compare() 259 sa_search(const sauchar_t *T, saidx_t Tsize, 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() 279 r = _compare(T, Tsize, P, Psize, SA[i + half], &match); in sa_search() 294 r = _compare(T, Tsize, P, Psize, SA[j + half], &lmatch); in sa_search() 309 r = _compare(T, Tsize, P, Psize, SA[k + half], &rmatch); in sa_search() 329 sa_simplesearch(const sauchar_t *T, saidx_t Tsize, in sa_simplesearch() argument 337 if((T == NULL) || (SA == NULL) || (Tsize < 0) || (SAsize < 0)) { return -1; } in sa_simplesearch() [all …]
|
/freebsd/contrib/libdivsufsort/include/ |
H A D | divsufsort.h.cmake | 143 * @param T[0..Tsize-1] The input string. 144 * @param Tsize The length of the given string. 154 sa_search@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t Tsize, 161 * @param T[0..Tsize-1] The input string. 162 * @param Tsize The length of the given string. 171 sa_simplesearch@W64BIT@(const sauchar_t *T, saidx@W64BIT@_t Tsize,
|
/freebsd/usr.bin/bsdiff/bsdiff/ |
H A D | divsufsort64.h | 154 sa_search64(const sauchar_t *T, saidx64_t Tsize, 171 sa_simplesearch64(const sauchar_t *T, saidx64_t Tsize,
|