Searched refs:cur_match (Results 1 – 8 of 8) sorted by relevance
/external/zlib/contrib/masmx86/ |
D | gvmat32c.c | 28 IPos cur_match); /* current match */ 33 IPos cur_match); /* current match */ 37 IPos cur_match); /* current match */ 49 IPos cur_match) /* current match */ in longest_match() argument 52 return longest_match_686(s,cur_match); in longest_match() 55 return longest_match_686(s,cur_match); in longest_match() 58 return longest_match_7fff(s,cur_match); in longest_match()
|
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 208 ;;; Retrieve the function arguments. ecx will hold cur_match
|
D | gvmat32.asm | 791 ;;; match = s->window + cur_match; 795 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit 896 ;;; s->match_start = cur_match;
|
/external/llvm/test/CodeGen/X86/ |
D | fold-add.ll | 9 define fastcc i32 @longest_match(i32 %cur_match) nounwind { 17 %1 = zext i32 %cur_match to i64 ; <i64> [#uses=1]
|
/external/qemu/distrib/zlib-1.2.3/ |
D | deflate.c | 89 uInt longest_match OF((deflate_state *s, IPos cur_match)); 91 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); 1027 local uInt longest_match(s, cur_match) in longest_match() argument 1029 IPos cur_match; /* current match */ 1075 Assert(cur_match < s->strstart, "no future"); 1076 match = s->window + cur_match; 1153 s->match_start = cur_match; 1163 } while ((cur_match = prev[cur_match & wmask]) > limit 1175 local uInt longest_match_fast(s, cur_match) in longest_match_fast() argument [all …]
|
/external/zlib/ |
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 1065 IPos cur_match; /* current match */ 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 1214 IPos cur_match; /* current match */ [all …]
|
/external/zlib/contrib/masmx64/ |
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
|
/external/llvm/test/CodeGen/ARM/ |
D | lsr-on-unrolled-loops.ll | 391 define i32 @longest_match(%struct.internal_state* %s, i32 %cur_match) nounwind optsize { 449 %cur_match_addr.0 = phi i32 [ %cur_match, %bb2 ], [ %90, %bb24 ] ; <i32> [#uses=14]
|