Searched refs:tests_memory_list (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmemory.c61 static struct header *tests_memory_list; variable in typeref:struct:header
113 for (hp = &tests_memory_list; *hp != NULL; hp = &((*hp)->next))
162 h->next = tests_memory_list;
163 tests_memory_list = h;
291 tests_memory_list = NULL;
306 if (tests_memory_list != NULL)
314 for (h = tests_memory_list; h != NULL; h = h->next)
/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dmemory.c57 struct header *tests_memory_list = NULL; variable in typeref:struct:header
66 for (hp = &tests_memory_list; *hp != NULL; hp = &((*hp)->next))
93 h->next = tests_memory_list;
94 tests_memory_list = h;
232 if (tests_memory_list != NULL)
240 for (h = tests_memory_list; h != NULL; h = h->next)

Completed in 69 milliseconds