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

/freebsd-current/stand/uboot/
H A Dglue.c110 unsigned char *sp, *spend; local
119 spend = sp + API_SIG_SEARCH_LEN - API_SIG_MAGLEN;
121 while (sp < spend) {
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_refclock.c731 const char *sp, *spend; local
741 spend = sp + rbufp->recv_length;
743 while (sp != spend && dp != dpend) {

Completed in 132 milliseconds