Lines Matching refs:bytes
64 # efficient "by-1" code. This "by-1" code only handles up to 255 bytes, so
123 #### Calculate CRC of unaligned bytes of the buffer (if any)
140 ## compute num of bytes to be processed
141 movq len, tmp # save num bytes in tmp
155 ## eax contains floor(bytes / 24) = num 24-byte chunks to do
264 ## 6) LESS THAN 256-bytes REMAIN AT THIS POINT (8-bits of len are full)
291 crc32l (bufptmp), crc_init_dw # CRC of 4 bytes
298 crc32w (bufptmp), crc_init_dw # CRC of 2 bytes
317 ## jump table Table is 129 entries x 2 bytes each
332 ## Table is 128 entries x 2 words (8 bytes) each