Home
last modified time | relevance | path

Searched refs:Best_Len (Results 1 – 7 of 7) sorted by relevance

/dports/archivers/zip/zip30/human68k/
H A Dmatch.s23 Best_Len reg d1 label
71 move.l _prev_length,Best_Len
81 cmp.l _good_match,Best_Len
96 move.b -MIN_MATCH(Scan_Ini,Best_Len.w),Scan_End
108 move.b -MIN_MATCH(Scan_Ini,Best_Len.w),Scan_End
123 cmp.w -MIN_MATCH-1(Match,Best_Len.w),Scan_End
130 move.b -MIN_MATCH(Match,Best_Len.w),Scan_Test
148 cmp.l Best_Len,Scan
150 move.l Scan,Best_Len
152 cmp.l _nice_match,Best_Len
[all …]
H A Ddeflate.s339 move.b -1(Scan_Ini,Best_Len.w),Scan_End
341 move.b 0(Scan_Ini,Best_Len.w),Scan_End
345 move.b -1(Scan_Ini,Best_Len.w),Scan_End
347 move.b 0(Scan_Ini,Best_Len.w),Scan_End
362 move.b -MIN_MATCH-1(Match,Best_Len.w),Scan_Test
364 move.b -MIN_MATCH(Match,Best_Len.w),Scan_Test
381 cmp.w Best_Len,Scan
383 MOVINT Scan,Best_Len
385 cmp.w (nice_match,pc),Best_Len
399 move.w -1(Scan_Ini,Best_Len.w),Scan_End
[all …]
/dports/archivers/zip/zip30/amiga/
H A Dmatch.a25 Best_Len reg d1
78 move.l _prev_length,Best_Len
88 cmp.l _good_match,Best_Len
106 move.b -MIN_MATCH(Scan_Ini,Best_Len.L),Scan_End
122 move.b -MIN_MATCH(Scan_Ini,Best_Len.L),Scan_End
139 cmp.w -MIN_MATCH-1(Match,Best_Len.L),Scan_End
148 move.b -MIN_MATCH(Match,Best_Len.L),Scan_Test
167 cmp.l Best_Len,Scan
169 move.l Scan,Best_Len
171 cmp.l _nice_match,Best_Len
[all …]
H A Dmatch_68.a110 Best_Len equr d1
139 move.l _prev_length,Best_Len
150 cmp.l _good_match,Best_Len
172 move.b 0(Scan_Ini,Best_Len),Scan_End
178 move.b 0(Scan_Ini,Best_Len),Scan_End
209 cmp.l Best_Len,Scan
211 move.l Scan,Best_Len
213 cmp.l _nice_match,Best_Len
259 cmp.l Best_Len,Scan
261 move.l Scan,Best_Len
[all …]
H A Ddeflate.a302 move.w prev_length,Best_Len
313 cmp.w good_match,Best_Len
333 move.b -1(Scan_Ini,Best_Len.w),Scan_End
335 move.b 0(Scan_Ini,Best_Len.w),Scan_End
341 move.b 0(Scan_Ini,Best_Len.w),Scan_End
375 cmp.w Best_Len,Scan
377 MOVINT Scan,Best_Len
379 cmp.w nice_match,Best_Len
454 cmp.w Best_Len,Scan
456 MOVINT Scan,Best_Len
[all …]
/dports/archivers/zip/zip30/
H A Dmatch.S267 #define Best_Len reg(d0) /* unsigned */ macro
315 movel _prev_length,Best_Len
325 cmpl invert_maybe(_good_match,Best_Len)
339 moveb IndBaseNdxw(-MIN_MATCH,Scan_Ini,Best_Len),Scan_End
349 moveb IndBaseNdxw(-MIN_MATCH,Scan_Ini,Best_Len),Scan_End
368 moveb IndBaseNdxw(-MIN_MATCH-1,Match,Best_Len),Scan_Test
370 moveb IndBaseNdxw(-MIN_MATCH,Match,Best_Len),Scan_Test
388 cmpl invert_maybe(Best_Len,Scan)
390 movel Scan,Best_Len
393 cmpl invert_maybe(imm(MAX_MATCH),Best_Len)
[all …]
/dports/archivers/zip/zip30/qdos/
H A Dmatch.s24 ;;Best_Len equr d1