Home
last modified time | relevance | path

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

/external/zlib/src/contrib/masmx64/
Dgvmat64.asm154 COMM nice_match:DWORD
157 nicematch equ nice_match
190 nice_match equ [ rcx + dsNiceMatch] define
/external/zlib/src/contrib/gcc_gvmat64/
Dgvmat64.S166 #define nice_match [ rcx + dsNiceMatch] macro
242 mov eax, nice_match
/external/u-boot/lib/zlib/
Ddeflate.c443 s->nice_match = configuration_table[level].nice_length;
464 s->nice_match = nice_length;
1031 s->nice_match = configuration_table[s->level].nice_length;
1070 int nice_match = s->nice_match; /* stop if match long enough */ local
1104 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1189 if (len >= nice_match) break;
Ddeflate.h188 int nice_match; /* Stop searching when current match exceeds this */ member
/external/python/cpython2/Modules/zlib/
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;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/src/
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;
Ddeflate.h194 int nice_match; /* Stop searching when current match exceeds this */ member
/external/zlib/src/contrib/masmx86/
Dmatch686.asm59 nice_match equ dword ptr [esp+NbStack-60] define
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dlsr-on-unrolled-loops.ll441 %nice_match.0.ph = select i1 %33, i32 %32, i32 %10 ; <i32> [#uses=1]
599 %82 = icmp slt i32 %80, %nice_match.0.ph ; <i1> [#uses=1]