Searched refs:init_bytes (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c79 size_t init_bytes; local
88 /* unroll loop into 'init_bytes' odd bytes followed by
93 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
94 words = (len - init_bytes) >> 2;
95 end_bytes = (len - init_bytes) & 3;
97 for (i = 0; i < init_bytes; i++) {
149 size_t init_bytes; local
160 init_bytes = min((uintptr_t)p32 - (uintptr_t)p8, len);
161 words = (len - init_bytes) >> 2;
162 end_bytes = (len - init_bytes)
216 size_t init_bytes; local
296 size_t init_bytes; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_crc32.c61 * init_bytes - the number of initial bytes that need to be procesed before
534 uint32_t init_bytes)
541 running_length = ((length - init_bytes) / 8) * 8;
542 end_bytes = length - init_bytes - running_length;
544 for (li = 0; li < init_bytes; li++)
531 sctp_crc32c_sb8_64_bit(uint32_t crc, const unsigned char *p_buf, uint32_t length, uint32_t init_bytes) argument

Completed in 600 milliseconds