Searched refs:_max (Results 1 – 3 of 3) sorted by relevance
90 const uint8_t *_max; variable94 bool isEnd() const { return _current == _max; } in isEnd()
80 _max = _current + size;
287 #define pktq_psetmax(pq, prec, _max) ((pq)->q[prec].max = (_max)) argument