OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stream1
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/demos/guide/
quic-multi-stream.c
138
SSL *
stream1
= NULL, *stream2 = NULL, *stream3 = NULL;
local
268
stream1
= SSL_new_stream(ssl, 0);
270
if (
stream1
== NULL || stream2 == NULL) {
276
if (!write_a_request(
stream1
, request1_start, hostname)) {
299
while (SSL_read_ex(
stream1
, buf, sizeof(buf), &readbytes)) {
320
switch (SSL_get_error(
stream1
, 0)) {
330
switch (SSL_get_stream_read_state(
stream1
)) {
436
SSL_free(
stream1
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
resource.h
116
struct dc_stream_state *
stream1
,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_resource.c
368
struct dc_stream_state *
stream1
,
371
if (
stream1
->timing.h_total != stream2->timing.h_total)
374
if (
stream1
->timing.v_total != stream2->timing.v_total)
377
if (
stream1
->timing.h_addressable
381
if (
stream1
->timing.v_addressable
385
if (
stream1
->timing.pix_clk_100hz
389
if (
stream1
->clamping.c_depth != stream2->clamping.c_depth)
392
if (
stream1
->phy_pix_clk != stream2->phy_pix_clk
393
&& (!dc_is_dp_signal(
stream1
->signal)
397
if (
stream1
->view_format != stream2->view_format
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026