Searched refs:__nr (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | ptrlist.h | 80 DO_PREPARE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 83 DO_NEXT(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 86 DO_RESET(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 89 DO_FINISH(ptr, __head##ptr, __list##ptr, __nr##ptr) 92 DO_REVERSE(ptr, __head##ptr, __list##ptr, __nr##ptr, \ 93 new, __head##new, __list##new, __nr##new, PTR_ENTRY_UNTAG) 97 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_NOTAG) 100 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 103 DO_END_FOR_EACH(ptr, __head##ptr, __list##ptr, __nr##ptr) 106 DO_FOR_EACH_REVERSE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_NOTAG) [all …]
|