HomeSort by: relevance | last modified time | path
    Searched defs:next_output (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgomp/config/gcn/
libgomp-gcn.h 77 unsigned int next_output; member in struct:output
  /src/external/gpl3/gcc.old/dist/gcc/config/gcn/
gcn-run.cc 500 unsigned int next_output; member in struct:kernargs::output
525 flag, or "next_output" is reached. The buffer is circular, but the
527 if "next_output" wraps (becomes smaller than "consumed"). */
536 unsigned int to = kernargs->output_data.next_output;
711 kernargs->output_data.next_output = 0;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 257 unsigned int next_output; member in struct:kernargs::output
1904 kernargs->output_data.next_output = 0;
1947 unsigned int to = kernargs->output_data.next_output;

Completed in 150 milliseconds