Searched refs:_PTR_NORM (Results 1 – 2 of 2) sorted by relevance
282 passert(_PTR_NORM((char *)q + q->_Size) <= in _OK_Altab()283 _PTR_NORM((char *)q->_Next)); in _OK_Altab()284 passert(_PTR_NORM(q) < _PTR_NORM(q->_Next)); in _OK_Altab()465 || _PTR_NORM(q) < _PTR_NORM(_Aldata._Head))484 && _PTR_NORM(nextCell) < _PTR_NORM(q))496 && _PTR_NORM(nextCell) < _PTR_NORM(q))523 && _PTR_NORM(nextCell) < _PTR_NORM(q))538 if (_PTR_NORM((char *)q) < _PTR_NORM(qpp))540 else if (_PTR_NORM(qpp) == _PTR_NORM((char *)q))546 else if (qp->_Next != 0 && _PTR_NORM((char *)qp->_Next)[all …]
78 #define _PTR_NORM(p) \ macro82 #define _PTR_NORM(p) (p) macro