Lines Matching full:than
18 // of CRC since adler-32 is faster than CRC.
57 // 3. size_in_bytes is less than 2^19 bytes.
93 // Size is too large, must be strictly less than 512 KB. in CalculateAdlerChecksum()
131 // Size is too large, must be strictly less than 512 KB. in AdlerMemcpyC()
172 // Size is too large, must be strictly less than 512 KB. in AdlerMemcpyWarmC()
265 // Size is too large. Must be less than 2^19 bytes = 512 KB. in AdlerMemcpyAsm()
321 // than 2^16 additions => more than 2^17 words => more than 2^19 bytes so in AdlerMemcpyAsm()
322 // if size_in_bytes > 2^19 than overflow occurs. in AdlerMemcpyAsm()
349 // Unless remaining_words becomes less than 4 words(16 bytes) in AdlerMemcpyAsm()
354 // less than 4 but not zero then also break the code and go off to END. in AdlerMemcpyAsm()
380 // seems like Adler128 (since size of each part is 4 byte rather than in AdlerMemcpyAsm()
410 // Size is too large. Must be less than 2^19 bytes = 512 KB. in AdlerMemcpyAsm()
469 // than 2^16 additions => more than 2^17 words => more than 2^19 bytes so in AdlerMemcpyAsm()
470 // if size_in_bytes > 2^19 than overflow occurs. in AdlerMemcpyAsm()
498 // seems like Adler128 (since size of each part is 4 byte rather than in AdlerMemcpyAsm()