Searched refs:__nr (Results 1 – 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
D | ptrlist.h | 96 DO_PREPARE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 99 DO_NEXT(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 102 DO_RESET(ptr, __head##ptr, __list##ptr, __nr##ptr, PTR_ENTRY_UNTAG) 105 DO_FINISH(ptr, __head##ptr, __list##ptr, __nr##ptr) 108 DO_REVERSE(ptr, __head##ptr, __list##ptr, __nr##ptr, __rname##new, \ 109 new, __head##new, __list##new, __nr##new, PTR_ENTRY_UNTAG) 113 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr, PTR_ENTRY_NOTAG) 116 DO_FOR_EACH(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr, PTR_ENTRY_UNTAG) 119 DO_END_FOR_EACH(ptr, __head##ptr, __list##ptr, __nr##ptr, __name##ptr) 122 DO_FOR_EACH_REVERSE(head, ptr, __head##ptr, __list##ptr, __nr##ptr, __rname##ptr, PTR_ENTRY_NOTAG) [all …]
|