Lines Matching refs:BIG_CHAR
31 # define BIG_CHAR CHAR_MAX macro
39 # define BIG_CHAR WCHAR_MAX macro
100 do_test (0, i, SIZE_MAX - i, BIG_CHAR); in do_overflow_tests()
101 do_test (0, i, i - buf_addr, BIG_CHAR); in do_overflow_tests()
102 do_test (0, i, -buf_addr - i, BIG_CHAR); in do_overflow_tests()
103 do_test (0, i, SIZE_MAX - buf_addr - i, BIG_CHAR); in do_overflow_tests()
104 do_test (0, i, SIZE_MAX - buf_addr + i, BIG_CHAR); in do_overflow_tests()
110 do_test (0, i, len - i, BIG_CHAR); in do_overflow_tests()
111 do_test (0, i, len + i, BIG_CHAR); in do_overflow_tests()
112 do_test (0, i, len - buf_addr - i, BIG_CHAR); in do_overflow_tests()
113 do_test (0, i, len - buf_addr + i, BIG_CHAR); in do_overflow_tests()
115 do_test (0, i, ~len - i, BIG_CHAR); in do_overflow_tests()
116 do_test (0, i, ~len + i, BIG_CHAR); in do_overflow_tests()
117 do_test (0, i, ~len - buf_addr - i, BIG_CHAR); in do_overflow_tests()
118 do_test (0, i, ~len - buf_addr + i, BIG_CHAR); in do_overflow_tests()
120 do_test (0, i, -buf_addr, BIG_CHAR); in do_overflow_tests()
121 do_test (0, i, j - buf_addr, BIG_CHAR); in do_overflow_tests()
122 do_test (0, i, -buf_addr - j, BIG_CHAR); in do_overflow_tests()
298 do_test (0, i, 5000, BIG_CHAR); in test_main()
301 do_test (i, i, 5000, BIG_CHAR); in test_main()
305 do_test (0, 1 << i, 5000, BIG_CHAR); in test_main()
306 do_test (1, 1 << i, 5000, BIG_CHAR); in test_main()
314 do_test (i, length, 512, BIG_CHAR); in test_main()
315 do_test (char_per_page - i, length, 512, BIG_CHAR); in test_main()