Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
H A Dptrlist.h18 #define LIST_NODE_NR (13) macro
26 type *list[LIST_NODE_NR]; \
267 if (__list->nr == LIST_NODE_NR) { \
H A 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()
H A Dsort.c41 // Sort one fragment. LIST_NODE_NR (==29) is a bit too high for my
122 const void *buffer[2 * LIST_NODE_NR]; in merge_block_seqs()

Completed in 2 milliseconds