Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc500 unsigned int next_output; member
536 unsigned int to = kernargs->output_data.next_output; in gomp_print_output()
711 kernargs->output_data.next_output = 0; in main()
H A Dgcn-run.c648 unsigned int next_output; member
684 unsigned int to = kernargs->output_data.next_output; in gomp_print_output()
859 kernargs->output_data.next_output = 0; in main()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c648 unsigned int next_output; member
684 unsigned int to = kernargs->output_data.next_output; in gomp_print_output()
859 kernargs->output_data.next_output = 0; in main()
/netbsd/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c257 unsigned int next_output; member
1904 kernargs->output_data.next_output = 0; in create_kernel_dispatch()
1947 unsigned int to = kernargs->output_data.next_output; in console_output()
/netbsd/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c259 unsigned int next_output; member
1904 kernargs->output_data.next_output = 0; in create_kernel_dispatch()
1947 unsigned int to = kernargs->output_data.next_output; in console_output()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201931844 * config/gcn/gcn-run.c (struct output): Make next_output unsigned.