/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/ |
stream_salsa20.h | 8 int (*stream)(unsigned char *c, unsigned long long clen, member in struct:crypto_stream_salsa20_implementation
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ |
stream_chacha20.h | 8 int (*stream)(unsigned char *c, unsigned long long clen, member in struct:crypto_stream_chacha20_implementation
|
/src/common/dist/zlib/ |
compress.c | 26 z_stream stream; local in function:compress2 34 stream.zalloc = (alloc_func)0; 35 stream.zfree = (free_func)0; 36 stream.opaque = (voidpf)0; 38 err = deflateInit(&stream, level); 41 stream.next_out = dest; 42 stream.avail_out = 0; 43 stream.next_in = __UNCONST(source); 44 stream.avail_in = 0; 47 if (stream.avail_out == 0) [all...] |
uncompr.c | 27 an incomplete zlib stream. 31 z_stream stream; local in function:uncompress2 35 Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */ 47 stream.next_in = __UNCONST(source); 48 stream.avail_in = 0; 49 stream.zalloc = (alloc_func)0; 50 stream.zfree = (free_func)0; 51 stream.opaque = (voidpf)0; 53 err = inflateInit(&stream); 56 stream.next_out = dest [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/ |
amdgpu_clk_mgr.c | 56 const struct dc_stream_state *stream = context->streams[i]; local in function:clk_mgr_helper_get_active_display_cnt 59 * Only notify active stream or virtual stream. 60 * Need to notify virtual stream to work around 64 if (!stream->dpms_off || stream->signal == SIGNAL_TYPE_VIRTUAL)
|
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_va.c | 37 * struct vmw_stream - Overlay stream simple resource. 39 * @stream_id: The overlay stream id. 64 struct vmw_stream *stream = vmw_stream(res); local in function:vmw_stream_hw_destroy 67 ret = vmw_overlay_unref(dev_priv, stream->stream_id); 73 struct vmw_stream *stream = vmw_stream(res); local in function:vmw_stream_init 75 return vmw_overlay_claim(res->dev_priv, &stream->stream_id); 90 .type_name = "overlay stream", 149 * @inout_id: In: The user-space handle. Out: The stream id. 161 struct vmw_stream *stream; local in function:vmw_user_stream_lookup 168 stream = vmw_stream(res) [all...] |
vmwgfx_overlay.c | 57 * Each stream is a single overlay. In Xv these are called ports. 60 struct vmw_stream stream[VMW_MAX_NUM_STREAMS]; member in struct:vmw_overlay 246 * Stop or pause a stream. 248 * If the stream is paused the no evict flag is removed from the buffer 254 * @stream_id which stream to stop/pause. 262 struct vmw_stream *stream = &overlay->stream[stream_id]; local in function:vmw_overlay_stop 265 /* no buffer attached the stream is completely stopped */ 266 if (!stream->buf) 269 /* If the stream is paused this is already done * 310 struct vmw_stream *stream = &overlay->stream[arg->stream_id]; local in function:vmw_overlay_update_stream 381 struct vmw_stream *stream = &overlay->stream[i]; local in function:vmw_overlay_stop_all 412 struct vmw_stream *stream = &overlay->stream[i]; local in function:vmw_overlay_resume_all [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_perf.c | 35 struct i915_perf_stream *stream; local in function:test_stream 37 stream = kzalloc(sizeof(*stream), GFP_KERNEL); 38 if (!stream) 41 stream->perf = perf; 44 if (i915_oa_stream_init(stream, ¶m, &props)) { 45 kfree(stream); 46 stream = NULL; 50 return stream; 53 static void stream_destroy(struct i915_perf_stream *stream) 65 struct i915_perf_stream *stream; local in function:live_sanitycheck 116 struct i915_perf_stream *stream; local in function:live_noa_delay [all...] |
/src/sys/arch/evbarm/stand/gzboot/ |
gzboot.c | 91 z_stream stream; member in struct:state 92 int z_err; /* error code for last stream operation */ 201 s->stream.next_out = buf; 202 s->stream.avail_out = len; 204 while (s->stream.avail_out != 0) { 205 if (s->stream.avail_in == 0 && s->z_eof == 0) { 210 s->stream.avail_in = got; 211 s->stream.next_in = s->inbuf; 214 s->z_err = inflate(&s->stream, Z_NO_FLUSH); 219 (s->stream.next_out - start)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_color.c | 286 * amdgpu_dm_update_crtc_color_mgmt: Maps DRM color management to DC stream. 308 struct dc_stream_state *stream = crtc->stream; local in function:amdgpu_dm_update_crtc_color_mgmt 354 stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS; 355 stream->out_transfer_func->tf = TRANSFER_FUNCTION_SRGB; 357 r = __set_legacy_tf(stream->out_transfer_func, regamma_lut, 363 stream->out_transfer_func->type = TF_TYPE_DISTRIBUTED_POINTS; 364 stream->out_transfer_func->tf = TRANSFER_FUNCTION_LINEAR; 366 r = __set_output_tf(stream->out_transfer_func, regamma_lut, 375 stream->out_transfer_func->type = TF_TYPE_BYPASS [all...] |
amdgpu_dm.h | 374 struct dc_stream_state *stream; member in struct:dm_crtc_state
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dce110/ |
amdgpu_dce110_clk_mgr.c | 103 struct dc_stream_state *stream = context->streams[j]; local in function:dce110_get_min_vblank_time_us 106 uint32_t vertical_total_min = stream->timing.v_total; 107 struct dc_crtc_timing_adjust adjust = stream->adjust; 111 vertical_blank_in_pixels = stream->timing.h_total * 113 - stream->timing.v_addressable); 115 * 10000 / stream->timing.pix_clk_100hz; 134 const struct dc_stream_state *stream = context->streams[j]; local in function:dce110_fill_display_configs 140 if (stream == context->res_ctx.pipe_ctx[k].stream) { 147 /* only notify active stream */ [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/sysrandom/ |
randombytes_sysrandom.c | 99 static SysRandom stream = { variable in typeref:typename:SysRandom 257 stream.getrandom_available = 1; 261 stream.getrandom_available = 0; 265 if ((stream.random_data_source_fd = 283 if (stream.initialized == 0) { 285 stream.initialized = 1; 292 if (stream.initialized == 0) { 303 if (stream.random_data_source_fd != -1 && 304 close(stream.random_data_source_fd) == 0) { 305 stream.random_data_source_fd = -1 [all...] |
/src/usr.bin/dc/ |
bcode.h | 77 FILE *stream; member in union:source::__anonba4a7606020a
|
/src/usr.sbin/npf/npftest/ |
npftest.c | 51 "\t-s <file>: pcap stream\n" 198 char *benchmark, *config, *interface, *stream, *testname; local in function:main 210 stream = NULL; 233 stream = optarg; 260 * Either benchmark or test. If stream analysis, then the 264 if ((benchmark != NULL) == test && (stream && !interface)) { 357 if (stream) { 358 process_stream(stream, NULL, ifp);
|
/src/libexec/atrun/ |
atrun.c | 159 FILE *stream; local in function:run_file 195 stream = fopen(filename, "r"); 200 if (stream == NULL) { 209 if ((fd_in = dup(fileno(stream))) == -1) 245 if (fscanf(stream, fmt, &nuid, &ngid, mailbuf, &send_mail) != 4) 260 (void)fclose(stream);
|
/src/sys/arch/atari/stand/tostools/libtos/ |
cread.c | 77 z_stream stream; member in struct:sd 78 int z_err; /* error code for last stream operation */ 124 if (s->stream.avail_in == 0) { 134 s->stream.avail_in = got; 135 s->stream.next_in = s->inbuf; 137 s->stream.avail_in--; 138 return *(s->stream.next_in)++; 181 s->stream.avail_in++; 182 s->stream.next_in--; 184 s->z_err = s->stream.avail_in != 0 ? Z_OK : Z_STREAM_END [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn21/ |
amdgpu_rn_clk_mgr.c | 71 const struct dc_stream_state *stream = context->streams[i]; local in function:rn_get_active_display_cnt_wa 73 if (stream->signal == SIGNAL_TYPE_HDMI_TYPE_A || 74 stream->signal == SIGNAL_TYPE_DVI_SINGLE_LINK || 75 stream->signal == SIGNAL_TYPE_DVI_DUAL_LINK) 83 * Only notify active stream or virtual stream. 84 * Need to notify virtual stream to work around
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc_link_hwss.c | 116 if (pipes[i].stream != NULL && 117 pipes[i].stream->link == link) { 122 pipes[i].stream->timing.pix_clk_100hz; 241 /* MST disable link only when no stream use the link */ 320 if (pipes[i].stream != NULL && 322 pipes[i].stream->link != NULL && 324 pipes[i].stream->link == link) { 367 /* TODO: audio should be per stream rather than 402 struct dc *dc = pipe_ctx->stream->ctx->dc; 403 struct dc_stream_state *stream = pipe_ctx->stream local in function:dp_set_dsc_on_rx 420 struct dc_stream_state *stream = pipe_ctx->stream; local in function:dp_set_dsc_on_stream 524 struct dc_stream_state *stream = pipe_ctx->stream; local in function:dp_set_dsc_pps_sdp [all...] |
amdgpu_dc_stream.c | 47 void update_stream_signal(struct dc_stream_state *stream, struct dc_sink *sink) 50 stream->signal = stream->link->connector_signal; 52 stream->signal = sink->sink_signal; 54 if (dc_is_dvi_signal(stream->signal)) { 55 if (stream->ctx->dc->caps.dual_link_dvi && 56 (stream->timing.pix_clk_100hz / 10) > TMDS_MAX_PIXEL_CLOCK && 58 stream->signal = SIGNAL_TYPE_DVI_DUAL_LINK; 60 stream->signal = SIGNAL_TYPE_DVI_SINGLE_LINK; 64 static void dc_stream_construct(struct dc_stream_state *stream, 149 struct dc_stream_state *stream = container_of(kref, struct dc_stream_state, refcount); local in function:dc_stream_free 165 struct dc_stream_state *stream; local in function:dc_create_stream_for_sink 244 struct dc_stream_state *stream = pipe_ctx->stream; local in function:delay_cursor_until_vupdate [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/randombytes/salsa20/ |
randombytes_salsa20_random.c | 104 static TLS Salsa20Random stream = { variable in typeref:typename:TLS Salsa20Random 149 stream.nonce = sodium_hrtime(); 150 assert(stream.nonce != (uint64_t) 0U); 294 stream.nonce = sodium_hrtime(); 296 assert(stream.nonce != (uint64_t) 0U); 335 memset(stream.rnd32, 0, sizeof stream.rnd32); 336 stream.rnd32_outleft = (size_t) 0U; 373 crypto_stream_salsa20(stream.key, sizeof stream.key [all...] |
/src/sys/lib/libsa/ |
cread.c | 71 z_stream stream; member in struct:sd 72 int z_err; /* error code for last stream operation */ 154 if (s->stream.avail_in == 0) { 165 s->stream.avail_in = got; 166 s->stream.next_in = s->inbuf; 168 s->stream.avail_in--; 169 return *(s->stream.next_in)++; 213 s->stream.avail_in++; 214 s->stream.next_in--; 216 s->z_err = s->stream.avail_in != 0 ? Z_OK : Z_STREAM_END [all...] |
/src/common/dist/zlib/contrib/testzlib/ |
testzlib.c | 121 FILE* stream;
local in function:ReadFileMemory 124 stream=fopen(filename, "rb");
125 if (stream==NULL)
128 fseek(stream,0,SEEK_END);
130 *plFileSize=ftell(stream);
131 fseek(stream,0,SEEK_SET);
137 if (fread(ptr, 1, *plFileSize,stream) != (*plFileSize))
140 fclose(stream);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
dce_clk_mgr.c | 197 if (pipe_ctx->stream == NULL) 210 if (dc_is_dp_signal(pipe_ctx->stream->signal) && 506 const struct dc_stream_state *stream = context->streams[j]; local in function:dce110_fill_display_configs 512 if (stream == context->res_ctx.pipe_ctx[k].stream) { 519 /* only notify active stream */ 520 if (stream->dpms_off) 524 cfg->signal = pipe_ctx->stream->signal; 526 cfg->src_height = stream->src.height; 527 cfg->src_width = stream->src.width 555 struct dc_stream_state *stream = context->streams[j]; local in function:dce110_get_min_vblank_time_us [all...] |
/src/sys/dev/ic/ |
icp_ioctl.h | 113 char stream[16]; member in union:__anon07d367500308::__anon07d36750040a
|