Home
last modified time | relevance | path

Searched refs:LIST_NODE_NR (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dptrlist.h18 #define LIST_NODE_NR (13) macro
26 type *list[LIST_NODE_NR]; \
267 if (__list->nr == LIST_NODE_NR) { \
Dptrlist.c267 if (!list || (nr = (last = list->prev)->nr) >= LIST_NODE_NR) { in __add_ptr_list()
466 if (idx >= LIST_NODE_NR) { in copy_ptr_list()
Dsort.c122 const void *buffer[2 * LIST_NODE_NR]; in merge_block_seqs()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst153 * diet: use smaller LIST_NODE_NR (29 -> 13)