Searched refs:pmax (Results 1 – 2 of 2) sorted by relevance
22 const char *pmax = p + size; in write() local23 while (p < pmax) { in write()
91 char *pmax = p + num; in _tx_memset() local92 while (p < pmax) *p++ = (char) value; in _tx_memset()