Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dptrlist.h18 #define LIST_NODE_NR (13) macro
26 type *list[LIST_NODE_NR]; \
246 if (__list->nr == LIST_NODE_NR) { \
H A Dptrlist.c257 if (!list || (nr = (last = list->prev)->nr) >= LIST_NODE_NR) { in __add_ptr_list()
461 if (idx >= LIST_NODE_NR) { in copy_ptr_list()
H A Dsort.c122 const void *buffer[2 * LIST_NODE_NR]; in merge_block_seqs()