Home
last modified time | relevance | path

Searched refs:nice_match (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/
A Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c443 s->nice_match = configuration_table[level].nice_length;
464 s->nice_match = nice_length;
1033 s->nice_match = configuration_table[s->level].nice_length;
1072 int nice_match = s->nice_match; /* stop if match long enough */ local
1106 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1191 if (len >= nice_match) break;
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.c609 s->nice_match = configuration_table[level].nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
1245 int nice_match = s->nice_match; /* stop if match long enough */ local
1279 if ((uInt)nice_match > s->lookahead) nice_match = (int)s->lookahead;
1364 if (len >= nice_match) break;
A Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define

Completed in 29 milliseconds