Home
last modified time | relevance | path

Searched refs:ptr_list_nth_entry (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dptrlist.h47 extern void *ptr_list_nth_entry(struct ptr_list *, unsigned int idx);
84 (PTRLIST_TYPE(lst)) ptr_list_nth_entry(head, nth);\
Dptrlist.c133 void *ptr_list_nth_entry(struct ptr_list *list, unsigned int idx) in ptr_list_nth_entry() function
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst942 * ptrlist: add ptr_list_nth_entry()