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

  /external/libdivsufsort/examples/
sasearch.c 74 size_t Psize;
83 Psize = strlen(P);
154 (const sauchar_t *)P, (saidx_t)Psize,
  /external/libdivsufsort/lib/
utils.c 247 const sauchar_t *P, saidx_t Psize,
252 (i < Tsize) && (j < Psize) && ((r = T[i] - P[j]) == 0); ++i, ++j) { }
254 return (r == 0) ? -(j != Psize) : r;
260 const sauchar_t *P, saidx_t Psize,
271 (Tsize < 0) || (Psize < 0) || (SAsize < 0)) { return -1; }
273 if(Psize == 0) { if(idx != NULL) { *idx = 0; } return SAsize; }
279 r = _compare(T, Tsize, P, Psize, SA[i + half], &match);
294 r = _compare(T, Tsize, P, Psize, SA[j + half], &lmatch);
309 r = _compare(T, Tsize, P, Psize, SA[k + half], &rmatch);
  /external/libdivsufsort/android_include/
divsufsort.h 145 * @param P[0..Psize-1] The input pattern string.
146 * @param Psize The length of the given pattern string.
155 const sauchar_t *P, saidx_t Psize,
divsufsort64.h 145 * @param P[0..Psize-1] The input pattern string.
146 * @param Psize The length of the given pattern string.
155 const sauchar_t *P, saidx64_t Psize,
  /external/libdivsufsort/include/
divsufsort.h.cmake 145 * @param P[0..Psize-1] The input pattern string.
146 * @param Psize The length of the given pattern string.
155 const sauchar_t *P, saidx@W64BIT@_t Psize,

Completed in 53 milliseconds