Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Dnet_util.c345 int nleft = len; in in_cksum() local
349 while(nleft > 1) { in in_cksum()
351 nleft -= 2; in in_cksum()
354 if (nleft == 1) { in in_cksum()