Home
last modified time | relevance | path

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

/math/
A Dtest-nan-overflow.c26 #define STRING_SIZE (2 * STACK_LIM) macro
36 char *nanstr = malloc (STRING_SIZE); in do_test()
42 memset (nanstr, '0', STRING_SIZE - 1); in do_test()
43 nanstr[STRING_SIZE - 1] = 0; in do_test()

Completed in 5 milliseconds