Home
last modified time | relevance | path

Searched refs:NUM_SOURCES (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dtry.c241 #define NUM_SOURCES 5 macro
251 struct source_t s[NUM_SOURCES];
281 struct source_each_t s[NUM_SOURCES];
303 char src[NUM_SOURCES];
2221 int s[NUM_SOURCES];
2324 for (i = 0; i < NUM_SOURCES; i++) in print_each()
2361 for (i = 0; i < NUM_SOURCES; i++) in print_all()
3018 for (i = 0; i < NUM_SOURCES; i++) in pointer_setup()
3077 for (i = 0; i < NUM_SOURCES; i++) in try_one()
3093 for (i = 0; i < NUM_SOURCES; i++) in try_one()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/
H A DChangeLog7580 * tests/devel/try.c (NUM_SOURCES): Increased to 5.
7581 (struct try_t): Use NUM_SOURCES and NUM_DESTS constants.
7587 (overlap_array): Extended for larger NUM_SOURCES.