Searched refs:cur_match (Results 1 – 4 of 4) sorted by relevance
/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() argument 1111 Assert(cur_match < s->strstart, "no future"); 1112 match = s->window + cur_match; 1189 s->match_start = cur_match; 1199 } while ((cur_match = prev[cur_match & wmask]) > limit 1212 local uInt longest_match(s, cur_match) in longest_match() argument 1228 Assert(cur_match < s->strstart, "no future"); 1230 match = s->window + cur_match; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | gvmat64.asm | 3 ; IPos cur_match); /* current match */ 56 ;uInt longest_match(s, cur_match) 58 ; IPos cur_match; /* current match */ 207 ;;; Retrieve the function arguments. r8d will hold cur_match
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 37 ;uInt longest_match(s, cur_match) 39 ; IPos cur_match; /* current match */ 42 cur_match equ dword ptr[esp+NbStack-0] define 209 ;;; Retrieve the function arguments. ecx will hold cur_match
|
/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() argument 1284 Assert(cur_match < s->strstart, "no future"); 1285 match = s->window + cur_match; 1362 s->match_start = cur_match; 1372 } while ((cur_match = prev[cur_match & wmask]) > limit 1385 local uInt longest_match(s, cur_match) in longest_match() argument 1401 Assert(cur_match < s->strstart, "no future"); 1403 match = s->window + cur_match; [all …]
|
Completed in 10 milliseconds