OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cur_match
(Results
1 - 8
of
8
) 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm
3
; IPos
cur_match
); /* current match */
36
;uInt longest_match(s,
cur_match
)
38
; IPos
cur_match
; /* current match */
169
;;; Retrieve the function arguments. r8d will hold
cur_match
325
;;; match = s->window +
cur_match
;
329
;;; } while ((
cur_match
= prev[
cur_match
& wmask]) > limit
452
;;; s->match_start =
cur_match
;
/external/chromium_org/third_party/zlib/
deflate.c
91
uInt longest_match OF((deflate_state *s, IPos
cur_match
, int clas));
93
local uInt longest_match OF((deflate_state *s, IPos
cur_match
, int clas));
[
all
...]
/external/qemu/distrib/zlib-1.2.3/
deflate.c
89
uInt longest_match OF((deflate_state *s, IPos
cur_match
));
91
local uInt longest_match OF((deflate_state *s, IPos
cur_match
));
94
local uInt longest_match_fast OF((deflate_state *s, IPos
cur_match
));
[
all
...]
/external/zlib/src/
deflate.c
90
uInt longest_match OF((deflate_state *s, IPos
cur_match
));
92
local uInt longest_match OF((deflate_state *s, IPos
cur_match
));
[
all
...]
/external/zlib/src/contrib/masmx64/
gvmat64.asm
3
; IPos
cur_match
); /* current match */
56
;uInt longest_match(s,
cur_match
)
58
; IPos
cur_match
; /* current match */
207
;;; Retrieve the function arguments. r8d will hold
cur_match
363
;;; match = s->window +
cur_match
;
367
;;; } while ((
cur_match
= prev[
cur_match
& wmask]) > limit
492
;;; s->match_start =
cur_match
;
/external/zlib/src/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
;
Completed in 176 milliseconds