OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_stream
(Results
1 - 10
of
10
) 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/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_stream.h
260
struct dc_stream_state *
old_stream
, struct dc_stream_state *stream);
262
struct dc_stream_state *
old_stream
, struct dc_stream_state *stream);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
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
...]
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);
/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/amdgpu_dm/
amdgpu_dm.c
3026
struct dc_stream_state *
old_stream
)
3768
const struct dc_stream_state *
old_stream
)
3803
if(
old_stream
) {
3804
timing_out->vic =
old_stream
->timing.vic;
3805
timing_out->flags.HSYNC_POSITIVE_POLARITY =
old_stream
->timing.flags.HSYNC_POSITIVE_POLARITY;
3806
timing_out->flags.VSYNC_POSITIVE_POLARITY =
old_stream
->timing.flags.VSYNC_POSITIVE_POLARITY;
4005
const struct dc_stream_state *
old_stream
)
4093
&mode, &aconnector->base, con_state,
old_stream
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026