OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PTR_NORM
(Results
1 - 2
of
2
) sorted by null
/external/srec/portable/src/
pmalloc.c
282
passert(
_PTR_NORM
((char *)q + q->_Size) <=
283
_PTR_NORM
((char *)q->_Next));
284
passert(
_PTR_NORM
(q) <
_PTR_NORM
(q->_Next));
465
||
_PTR_NORM
(q) <
_PTR_NORM
(_Aldata._Head))
484
&&
_PTR_NORM
(nextCell) <
_PTR_NORM
(q))
496
&&
_PTR_NORM
(nextCell) <
_PTR_NORM
(q)
[
all
...]
/external/srec/portable/include/
pmalloc.h
77
/* #define
_PTR_NORM
(p) (void __huge *)(p) should have worked */
78
#define
_PTR_NORM
(p) \
82
#define
_PTR_NORM
(p) (p)
Completed in 137 milliseconds