• Home
  • Raw
  • Download

Lines Matching refs:crc

139 	mov	eax, [ebp + 24]		;		ax <- br->read_crc (a.k.a. crc)
145 ;; eax (ax) crc a.k.a. br->read_crc
154 .c0b0: xor dl, ah ; dl <- (crc>>8)^(word>>24)
156 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word>>24)]
157 shl eax, 8 ; ax <- (crc<<8)
158 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word>>24)]
159 .c0b1: xor dh, ah ; dh <- (crc>>8)^((word>>16)&0xff))
161 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
162 shl eax, 8 ; ax <- (crc<<8)
163 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
165 .c0b2: xor dl, ah ; dl <- (crc>>8)^((word>>8)&0xff))
167 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
168 shl eax, 8 ; ax <- (crc<<8)
169 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
170 .c0b3: xor dh, ah ; dh <- (crc>>8)^(word&0xff)
172 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word&0xff)]
173 shl eax, 8 ; ax <- (crc<<8)
174 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word&0xff)]
176 mov [ebp + 24], eax ; br->read_crc <- crc
215 mov eax, [ebp + 24] ; ax <- br->read_crc (a.k.a. crc)
221 ;; eax (ax) crc a.k.a. br->read_crc
230 .c1b0: xor dl, ah ; dl <- (crc>>8)^(word>>24)
232 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word>>24)]
233 shl eax, 8 ; ax <- (crc<<8)
234 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word>>24)]
235 .c1b1: xor dh, ah ; dh <- (crc>>8)^((word>>16)&0xff))
237 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
238 shl eax, 8 ; ax <- (crc<<8)
239 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
241 .c1b2: xor dl, ah ; dl <- (crc>>8)^((word>>8)&0xff))
243 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
244 shl eax, 8 ; ax <- (crc<<8)
245 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
246 .c1b3: xor dh, ah ; dh <- (crc>>8)^(word&0xff)
248 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word&0xff)]
249 shl eax, 8 ; ax <- (crc<<8)
250 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word&0xff)]
252 mov [ebp + 24], eax ; br->read_crc <- crc
436 mov eax, [ebp + 24] ; ax <- br->read_crc (a.k.a. crc)
442 ;; eax (ax) crc a.k.a. br->read_crc
451 .c2b0: xor dl, ah ; dl <- (crc>>8)^(word>>24)
453 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word>>24)]
454 shl eax, 8 ; ax <- (crc<<8)
455 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word>>24)]
456 .c2b1: xor dh, ah ; dh <- (crc>>8)^((word>>16)&0xff))
458 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
459 shl eax, 8 ; ax <- (crc<<8)
460 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>16)&0xff))]
462 .c2b2: xor dl, ah ; dl <- (crc>>8)^((word>>8)&0xff))
464 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
465 shl eax, 8 ; ax <- (crc<<8)
466 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^((word>>8)&0xff))]
467 .c2b3: xor dh, ah ; dh <- (crc>>8)^(word&0xff)
469 mov ecx, [ebx*4 + edi] ; cx <- FLAC__crc16_table[(crc>>8)^(word&0xff)]
470 shl eax, 8 ; ax <- (crc<<8)
471 xor eax, ecx ; crc <- ax <- (crc<<8) ^ FLAC__crc16_table[(crc>>8)^(word&0xff)]
473 mov [ebp + 24], eax ; br->read_crc <- crc