Home | History | Annotate | Download | only in masmx86

Lines Matching full:scan

74     scan            equ     dword ptr [esp+NbStack-64]

186 ; scan = window + strstart
188 mov scan,esi
194 ; scan_start = *scan
196 ; strend = scan + MAX_MATCH-1
361 ; calculate the good chain_length, and we'll compare scan and match string
429 mov esi,scan ; esi = scan
433 xor edx,[edi+3] ; and scan +3
458 ; here we now scan and match begin same
461 mov ecx,(MAX_MATCH-(2+4))/4 ; scan for at most MAX_MATCH bytes
483 sub esi,scan ; esi = len
500 mov ecx,scan
507 mov bx,[ecx-1] ; bx = *(scan+best_len-1) = scan_end
623 scan equ esp + 32 ; ptr to string wanting match
737 ;;; register Bytef *scan = s->window + s->strstart;
743 mov [scan], edi
745 ;;; Determine how many bytes the scan ptr is off from being
773 ;;; register ush scan_start = *(ushf*)scan;
774 ;;; register ush scan_end = *(ushf*)(scan+best_len-1);
835 mov edi, [scan]
878 mov edi, [scan]
899 ;;; scan_end = *(ushf*)(scan+best_len-1);