/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86 4 ; for MASM. This is as assembly version of longest_match 15 ; this file contain two implementation of longest_match 17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro 20 ; for using an assembly version of longest_match, you need define ASMV in project 37 ;uInt longest_match(s, cur_match) 99 public longest_match 162 ;;; match686.asm -- Pentium-Pro-optimized version of longest_match() 190 ;;; uInt longest_match(deflate_state *deflatestate, IPos curmatch) 194 longest_match proc near label
|
A D | readme.txt | 5 longest_match() and inflate_fast().
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | readme.txt | 4 longest_match() and inflate_fast(), for 64 bits x86 (both AMD64 and Intel EM64t), 8 assembly optimized version from Jean-loup Gailly original longest_match function
|
A D | gvmat64.asm | 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64 10 ; File written by Gilles Vollant, by converting to assembly the longest_match 56 ;uInt longest_match(s, cur_match) 60 longest_match PROC label
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ |
A D | README.contrib | 30 assembler to replace longest_match() and inflate_fast() 50 replace longest_match() and inflate_fast(), also masm x86 54 x86 asm code to replace longest_match() and inflate_fast(),
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/asm686/ |
A D | match.S | 25 #define longest_match _longest_match macro 81 .globl match_init, longest_match 88 longest_match: label
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/gcc_gvmat64/ |
A D | gvmat64.S | 55 # define longest_match _longest_match macro 60 .globl match_init, longest_match 62 longest_match: label
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/amd64/ |
A D | amd64-match.S | 13 # define longest_match _longest_match macro 56 .globl match_init, longest_match 145 longest_match: label
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); 92 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1063 local uInt longest_match(s, cur_match) in longest_match() function 1212 local uInt longest_match(s, cur_match) in longest_match() function 1557 s->match_length = longest_match (s, hash_head); 1657 s->match_length = longest_match (s, hash_head);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | deflate.c | 93 uInt longest_match OF((deflate_state *s, IPos cur_match)); 95 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 1236 local uInt longest_match(s, cur_match) in longest_match() function 1385 local uInt longest_match(s, cur_match) in longest_match() function 1861 s->match_length = longest_match (s, hash_head); 1967 s->match_length = longest_match (s, hash_head);
|
A D | ChangeLog | 412 - Add contrib/gcc_gvmat64 for longest_match and inflate_fast [Vollant] 1221 386 asm code replacing longest_match(). 1431 - optimized fill_window, put longest_match inline for gcc
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | run-test262.c | 1132 int longest_match(const char *str, const char *find, int pos, int *ppos, int line, int *pline) in longest_match() function 1280 longest_match(buf, msg, pos, &pos, pos_line, &error_line); in eval_buf() 1304 longest_match(buf, "runTestCase", pos, &pos, pos_line, &error_line); in eval_buf() 1306 longest_match(buf, p, pos, &pos, pos_line, &error_line); in eval_buf()
|