Home
last modified time | relevance | path

Searched refs:Tsize (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libdivsufsort/lib/
H A Dutils.c246 _compare(const sauchar_t *T, saidx_t Tsize, in _compare() argument
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()
329 sa_simplesearch(const sauchar_t *T, saidx_t Tsize, in sa_simplesearch() argument
338 if((Tsize == 0) || (SAsize == 0)) { return 0; } in sa_simplesearch()
344 r = (p < Tsize) ? T[p] - c : -1; in sa_simplesearch()
356 r = (p < Tsize) ? T[p] - c : -1; in sa_simplesearch()
[all …]
/freebsd/contrib/libdivsufsort/include/
H A Ddivsufsort.h.cmake143 * @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 Ddivsufsort64.h154 sa_search64(const sauchar_t *T, saidx64_t Tsize,
171 sa_simplesearch64(const sauchar_t *T, saidx64_t Tsize,