OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmatch
(Results
1 - 3
of
3
) 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
...]
Completed in 487 milliseconds