Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Dptrlist.h165 #define PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY) \ argument
168 ptr = PTR_ENTRY(__list,__nr); \
176 #define DO_PREPARE(head, ptr, __head, __list, __nr, PTR_ENTRY) \ argument
183 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \
186 #define DO_NEXT(ptr, __head, __list, __nr, PTR_ENTRY) \ argument
188 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \
191 #define DO_RESET(ptr, __head, __list, __nr, PTR_ENTRY) \ argument
196 PTR_NEXT(ptr, __head, __list, __nr, PTR_ENTRY); \
203 #define DO_FOR_EACH(head, ptr, __head, __list, __nr, __name, PTR_ENTRY) do { \ argument
212 ptr = PTR_ENTRY(__list,__nr); \
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst621 * ptrlist: rename PTR_ENTRY() to PTR_ENTRY_UNTAG()