OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_match
(Results
1 - 4
of
4
) sorted by null
/external/elfutils/libdw/
dwarf_getsrc_file.c
73
size_t
cur_match
= 0;
local
130
for (inner = 0; inner <
cur_match
; ++inner)
134
if (inner <
cur_match
151
if (
cur_match
< max_match)
153
if (
cur_match
== act_match)
169
match[
cur_match
++] = line;
175
if (
cur_match
== max_match)
181
if (
cur_match
> 0)
185
*nsrcs =
cur_match
;
/external/elfutils/libdwfl/
dwfl_module_getsrc_file.c
72
size_t
cur_match
= 0;
local
131
for (inner = 0; inner <
cur_match
; ++inner)
135
if (inner <
cur_match
152
if (
cur_match
< max_match)
154
if (
cur_match
== act_match)
170
match[
cur_match
++] = &cu->lines->idx[cnt];
175
if (
cur_match
> 0)
179
*nsrcs =
cur_match
;
/external/zlib/contrib/masmx86/
match686.asm
37
;uInt longest_match(s,
cur_match
)
39
; IPos
cur_match
; /* current match */
42
cur_match
equ dword ptr[esp+NbStack-0]
define
209
;;; Retrieve the function arguments. ecx will hold
cur_match
305
;;; match = s->window +
cur_match
;
309
;;; } while ((
cur_match
= prev[
cur_match
& wmask]) > limit
410
;;; s->match_start =
cur_match
;
gvmat32.asm
51
;uInt longest_match_7fff(s,
cur_match
)
53
; IPos
cur_match
; /* current match */
56
cur_match
equ dword ptr[esp+NbStack-0]
define
219
mov eax,
cur_match
234
; eax = ax =
cur_match
250
;
cur_match
= prev[
cur_match
& wmask]
253
; if
cur_match
> limit, go to exitloop
262
; if (scan_start==*(
cur_match
+window)) goto normalbeg2
270
;
cur_match
= prev[cur_match & wmask]
[
all
...]
Completed in 90 milliseconds