/external/v8/src/regexp/ |
regexp-ast.h | 195 virtual int max_match() = 0; 220 int max_match() override { return max_match_; } 244 int max_match() override { return max_match_; } 272 int max_match() override { return 0; } 291 int max_match() override { return 1; } 327 int max_match() override { return data_.length(); } 346 int max_match() override { return length_; } 369 if (max > 0 && body->max_match() > kInfinity / max) { 372 max_match_ = max * body->max_match(); 384 int max_match() override { return max_match_; [all...] |
regexp-ast.cc | 82 if (node->max_match() > 0) { 97 if (node->max_match() > 0) { 303 max_match_ = first_alternative->max_match(); 307 max_match_ = Max(max_match_, alternative->max_match()); 330 int node_max_match = node->max_match();
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 106 MAX_MATCH equ 258
108 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
112 MAX_MATCH equ 258
114 MIN_LOOKAHEAD equ (MAX_MATCH + MIN_MATCH + 1)
115 MAX_MATCH_8_ equ ((MAX_MATCH + 7) AND 0FFF0h)
388 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
394 cmp eax, MAX_MATCH
432 mov dword ptr [bestlen], MAX_MATCH
|
/external/elfutils/libdw/ |
dwarf_getsrc_file.c | 51 size_t max_match = *nsrcs ?: ~0u; local 138 if (cur_match < max_match) 162 if (cur_match == max_match)
|
/external/zlib/src/contrib/amd64/ |
amd64-match.S | 39 #define MAX_MATCH (258) 41 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1) 42 #define MAX_MATCH_8 ((MAX_MATCH + 7) & ~7) 389 /* Calculate the length of the match. If it is longer than MAX_MATCH, */ 394 cmpl $MAX_MATCH, %eax 429 movl $MAX_MATCH, %bestlend
|
/external/zlib/src/contrib/asm686/ |
match.S | 28 #define MAX_MATCH (258) 30 #define MIN_LOOKAHEAD (MAX_MATCH + MIN_MATCH + 1) 31 #define MAX_MATCH_8 ((MAX_MATCH + 7) & ~7) 285 /* Calculate the length of the match. If it is longer than MAX_MATCH, */ 291 cmpl $MAX_MATCH, %eax 329 movl $MAX_MATCH, bestlen(%esp)
|
/external/elfutils/libdwfl/ |
dwfl_module_getsrc_file.c | 68 size_t max_match = *nsrcs ?: ~0u; local 137 if (cur_match < max_match)
|
/external/zlib/src/contrib/gcc_gvmat64/ |
gvmat64.S | 93 #define MAX_MATCH 258
95 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1)
488 //;;; Calculate the length of the match. If it is longer than MAX_MATCH,
493 cmp eax, MAX_MATCH
538 mov r11d,MAX_MATCH
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 120 MAX_MATCH equ 258
122 MIN_LOOKAHEAD equ (MAX_MATCH+MIN_MATCH+1)
471 ;;; Calculate the length of the match. If it is longer than MAX_MATCH,
476 cmp eax, MAX_MATCH
513 mov r11d,MAX_MATCH
|
/external/opencv3/3rdparty/zlib/ |
deflate.c | [all...] |
deflate.h | 120 * wSize-MAX_MATCH bytes, but this ensures that IO is always 281 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) 291 #define WIN_INIT MAX_MATCH
|
zutil.h | 76 #define MAX_MATCH 258
|
trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
trees.c | 104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n"); 357 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { 359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); [all...] |
/external/pdfium/third_party/zlib_v128/ |
deflate.c | [all...] |
deflate.h | 120 * wSize-MAX_MATCH bytes, but this ensures that IO is always 281 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) 291 #define WIN_INIT MAX_MATCH
|
zutil.h | 78 #define MAX_MATCH 258
|
trees.h | 103 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
trees.c | 104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 356 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n"); 357 for (i = 0; i < MAX_MATCH-MIN_MATCH+1; i++) { 359 SEPARATOR(i, MAX_MATCH-MIN_MATCH, 20)); [all...] |
/external/zlib/src/ |
deflate.c | [all...] |
deflate.h | 120 * wSize-MAX_MATCH bytes, but this ensures that IO is always 281 #define MIN_LOOKAHEAD (MAX_MATCH+MIN_MATCH+1) 291 #define WIN_INIT MAX_MATCH
|
zutil.h | 76 #define MAX_MATCH 258
|
trees.h | 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
/external/freetype/src/gzip/ |
zutil.h | 65 #define MAX_MATCH 258
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
zutil.h | 65 #define MAX_MATCH 258
|