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

  /external/libdivsufsort/lib/
utils.c 264 saidx_t match, lmatch, rmatch; local
275 for(i = j = k = 0, lmatch = rmatch = 0, size = SAsize, half = size >> 1;
278 match = MIN(lmatch, rmatch);
283 lmatch = match;
290 for(llmatch = lmatch, lrmatch = match, half = lsize >> 1;
293 lmatch = MIN(llmatch, lrmatch);
294 r = _compare(T, Tsize, P, Psize, SA[j + half], &lmatch);
298 llmatch = lmatch;
300 lrmatch = lmatch;
  /external/llvm/utils/
wciia.py 74 lmatch = -1
  /external/toybox/toys/posix/
sed.c 186 long lmatch[2]; member in struct:step
310 if (*logrus->lmatch || *logrus->rmatch) {
316 if (!(lm = logrus->lmatch[1])) {
328 if (!(lm = *logrus->lmatch)) {
334 if (!logrus->lmatch[1] && !logrus->rmatch[1]) miss = 1;
341 if (miss || logrus->lmatch[1] == TT.count) logrus->hit = 0;
803 if (isdigit(*line)) corwin->lmatch[i] = strtol(line, &line, 0);
805 corwin->lmatch[i] = -1;
    [all...]
  /external/svox/pico/lib/
picopr.c 2507 picoos_bool lmatch=FALSE; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 2868 milliseconds