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

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-interp.c 233 ui_file *old_stream = m_cli_uiout->set_stream (gdb_stdout); local
234 SCOPE_EXIT { m_cli_uiout->set_stream (old_stream); };
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-interp.c 232 ui_file *old_stream = m_cli_uiout->set_stream (gdb_stdout); local
233 SCOPE_EXIT { m_cli_uiout->set_stream (old_stream); };
  /src/external/gpl3/binutils/dist/opcodes/
z80-dis.c 782 void *old_stream;
809 old_stream = info->stream;
817 info->stream = old_stream;
779 void *old_stream; local
  /src/external/gpl3/binutils.old/dist/opcodes/
z80-dis.c 782 void *old_stream;
809 old_stream = info->stream;
817 info->stream = old_stream;
779 void *old_stream; local
  /src/external/gpl3/gdb/dist/opcodes/
z80-dis.c 782 void *old_stream;
809 old_stream = info->stream;
817 info->stream = old_stream;
779 void *old_stream; local
  /src/external/gpl3/gdb.old/dist/opcodes/
z80-dis.c 782 void *old_stream;
809 old_stream = info->stream;
817 info->stream = old_stream;
779 void *old_stream; local
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c 781 struct dc_stream_state *old_stream = local
786 if (old_stream == context->streams[j]) {
791 if (should_disable && old_stream) {
792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context);
793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context);
795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
amdgpu_dc_resource.c 1570 struct dc_stream_state *old_stream, struct dc_stream_state *stream)
1573 if (!are_stream_backends_same(old_stream, stream))
1576 if (old_stream->ignore_msa_timing_param != stream->ignore_msa_timing_param)
1586 struct dc_stream_state *old_stream, struct dc_stream_state *stream)
1588 if (old_stream == stream)
1591 if (old_stream == NULL || stream == NULL)
1594 if (memcmp(&old_stream->src,
1599 if (memcmp(&old_stream->dst,
1703 struct dc_stream_state *old_stream = old_context->streams[i]; local
1705 if (are_stream_backends_same(old_stream, stream)
    [all...]

Completed in 62 milliseconds