OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nice_match
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm
116
extern
nice_match
:DWORD
119
%define nicematch
nice_match
152
%define
nice_match
[ rcx + dsNiceMatch]
218
;;; if ((uInt)
nice_match
> s->lookahead)
nice_match
= s->lookahead;
222
; on infozip
nice_match
= [
nice_match
]
224
mov eax,
nice_match
454
;;; if (len >=
nice_match
) break;
/external/zlib/src/contrib/masmx64/
gvmat64.asm
154
COMM
nice_match
:DWORD
157
nicematch equ
nice_match
190
nice_match
equ [ rcx + dsNiceMatch]
define
256
;;; if ((uInt)
nice_match
> s->lookahead)
nice_match
= s->lookahead;
260
; on infozip
nice_match
= [
nice_match
]
262
mov eax,
nice_match
494
;;; if (len >=
nice_match
) break;
/external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S
138
printf("#define dsNiceMatch %u\n",(int)(((char*)&(s->
nice_match
))-((char*)s)));
166
#define
nice_match
[ rcx + dsNiceMatch]
define
238
//;;; if ((uInt)
nice_match
> s->lookahead)
nice_match
= s->lookahead;
242
mov eax,
nice_match
515
;;; if (len >=
nice_match
) break;
/external/chromium_org/third_party/zlib/
deflate.c
449
s->
nice_match
= configuration_table[level].nice_length;
470
s->
nice_match
= nice_length;
1148
int
nice_match
= s->
nice_match
; \/* stop if match long enough *\/
local
[
all
...]
deflate.h
193
int
nice_match
; /* Stop searching when current match exceeds this */
member in struct:internal_state
/external/qemu/distrib/zlib-1.2.3/
deflate.c
446
s->
nice_match
= configuration_table[level].nice_length;
467
s->
nice_match
= nice_length;
1036
int
nice_match
= s->
nice_match
; \/* stop if match long enough *\/
local
[
all
...]
deflate.h
188
int
nice_match
; /* Stop searching when current match exceeds this */
member in struct:internal_state
/external/zlib/src/
deflate.c
523
s->
nice_match
= configuration_table[level].nice_length;
544
s->
nice_match
= nice_length;
1157
int
nice_match
= s->
nice_match
; \/* stop if match long enough *\/
local
[
all
...]
deflate.h
191
int
nice_match
; /* Stop searching when current match exceeds this */
member in struct:internal_state
/external/zlib/src/contrib/masmx86/
match686.asm
59
nice_match
equ dword ptr [esp+NbStack-60]
define
242
;;; if ((uInt)
nice_match
> s->lookahead)
nice_match
= s->lookahead;
412
;;; if (len >=
nice_match
) break;
Completed in 291 milliseconds