Lines Matching defs:rem
129 int rem;131 rem = 4 - ((uintptr_t)buf) & 3;132 if (rem != 0) {133 if (len < rem) {134 rem = len;136 sctp_crc_byte(&crc32, buf, rem);137 buf = buf + rem;138 len = len - rem;145 rem = len & 3;146 if (rem != 0) {147 sctp_crc_byte(&crc32, buf + len - rem, rem);