Searched refs:Best_Len (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
89 move.w -MIN_MATCH-1(Scan_Ini,Best_Len.w),Scan_End
94 move.b -MIN_MATCH-1(Scan_Ini,Best_Len.w),Scan_End
96 move.b -MIN_MATCH(Scan_Ini,Best_Len.w),Scan_End
104 move.w -MIN_MATCH-1(Scan_Ini,Best_Len.w),Scan_End
106 move.b -MIN_MATCH-1(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
[all...]
H A Ddeflate.s281 Best_Len reg d1 ; unsigned int, kept valid as long label
308 move.w (prev_length,pc),Best_Len
319 cmp.w (good_match,pc),Best_Len
339 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,Sca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dmatch.S267 #define Best_Len reg(d0) /* unsigned */ define
315 movel _prev_length,Best_Len
325 cmpl invert_maybe(_good_match,Best_Len)
332 movew IndBaseNdxw(-MIN_MATCH-1,Scan_Ini,Best_Len),Scan_End
337 moveb IndBaseNdxw(-MIN_MATCH-1,Scan_Ini,Best_Len),Scan_End
339 moveb IndBaseNdxw(-MIN_MATCH,Scan_Ini,Best_Len),Scan_End
345 movew IndBaseNdxw(-MIN_MATCH-1,Scan_Ini,Best_Len),Scan_End
347 moveb IndBaseNdxw(-MIN_MATCH-1,Scan_Ini,Best_Len),Scan_End
349 moveb IndBaseNdxw(-MIN_MATCH,Scan_Ini,Best_Len),Scan_End
363 cmpw invert_maybe(IndBaseNdxw(-MIN_MATCH-1,Match,Best_Len),Scan_En
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/qdos/
H A Dmatch.s24 ;;Best_Len equr d1

Completed in 112 milliseconds