Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmalloc.c282 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 …]
/external/srec/portable/include/
Dpmalloc.h78 #define _PTR_NORM(p) \ macro
82 #define _PTR_NORM(p) (p) macro