Home
last modified time | relevance | path

Searched refs:nleft (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
Dnet_util.c346 int nleft = len; in in_cksum() local
350 while(nleft > 1) { in in_cksum()
352 nleft -= 2; in in_cksum()
355 if (nleft == 1) { in in_cksum()