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 194 long lmatch[2]; // line number of match member in struct:sedcmd
286 if (*command->lmatch || *command->rmatch) {
292 if (!(lm = command->lmatch[1])) {
304 if (!(lm = *command->lmatch)) {
310 if (!command->lmatch[1] && !command->rmatch[1]) miss = 1;
317 if (miss || command->lmatch[1] == TT.count) command->hit = 0;
774 if (isdigit(*line)) command->lmatch[i] = strtol(line, &line, 0);
776 command->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 210 milliseconds