OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nice_match
(Results
1 - 9
of
9
) sorted by null
/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/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/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;
/external/opencv3/3rdparty/zlib/
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/pdfium/third_party/zlib_v128/
deflate.c
522
s->
nice_match
= configuration_table[level].nice_length;
543
s->
nice_match
= nice_length;
1156
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/
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
Completed in 253 milliseconds