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

  /src/external/bsd/zstd/dist/tests/fuzz/
huf_decompress.c 28 /* Select random parameters: #streams, X1 or X2 decoding, bmi2 */
29 int const streams = FUZZ_dataProducer_int32Range(producer, 0, 1); local
57 if (streams == 0)
huf_round_trip.c 44 /* Select random parameters: #streams, X1 or X2 decoding, bmi2 */
45 int const streams = FUZZ_dataProducer_int32Range(producer, 0, 1); local
113 if (streams == 0) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Minidump.h 35 /// Returns the list of streams (stream directory entries) in this file.
36 ArrayRef<minidump::Directory> streams() const { return Streams; } function in class:llvm::object::MinidumpFile
165 ArrayRef<minidump::Directory> Streams,
167 : Binary(ID_Minidump, Source), Header(Header), Streams(Streams),
185 ArrayRef<minidump::Directory> Streams;
  /src/sys/external/bsd/drm2/include/drm/
i915_mei_hdcp_interface.h 35 struct hdcp2_streamid_type *streams; member in struct:hdcp_port_data
  /src/lib/libtelnet/
enc_des.c 82 } streams[2]; member in struct:fb
128 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB);
129 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB);
137 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB);
138 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB);
272 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]);
340 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
349 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]);
391 fb64_stream_key(&fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]);
392 fb64_stream_key(&fbp->krbdes_key, &fbp->streams[DIR_DECRYPT-1])
    [all...]
  /src/external/public-domain/xz/dist/src/xz/
list.c 19 /// Combined Index of all Streams in the file
103 uint64_t streams; member in struct:__anon24653
361 // needed to show the offsets of the Streams correctly.
673 // TRANSLATORS: These are column headings. From Strms (Streams)
717 printf(_(" Streams: %s\n"),
753 // Print information about the Streams.
758 puts(_(" Streams:\n Stream Blocks"
1005 totals.streams += lzma_index_stream_count(xfi->idx);
1040 uint64_to_str(totals.streams, 0),
1073 print_adv_helper(totals.streams, totals.blocks
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/common/
index.c 100 /// memory usage in case someone concatenates many Streams that
148 /// are many concatenated Streams.
149 index_tree streams; member in struct:lzma_index_s
157 /// Total number of Records in all Streams in this lzma_index
160 /// Size of the List of Records field if all the Streams in this
384 index_tree_init(&i->streams);
410 index_tree_append(&i->streams, &s->node);
422 index_tree_end(&i->streams, allocator, &index_stream_end);
442 lzma_index_memusage(lzma_vli streams, lzma_vli blocks)
470 const uint64_t streams_mem = streams * stream_base
736 index_tree *streams; member in struct:__anon24602
    [all...]
  /src/lib/libc/isc/
eventlib_p.h 250 /* Streams. */
251 evStream *streams; member in struct:__anon376
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_hdcp.h 52 * Protected content streams are classified into 2 types:
216 struct hdcp2_streamid_type streams[HDCP_2_2_MAX_CONTENT_STREAMS_CNT]; member in struct:hdcp2_rep_stream_manage
  /src/external/bsd/libbind/dist/isc/
eventlib_p.h 250 /* Streams. */
251 evStream *streams; member in struct:__anon7190
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
core_types.h 355 * @streams: Stream properties
364 struct dc_stream_state *streams[MAX_PIPES]; member in struct:dc_state
  /src/external/gpl3/gcc/dist/gcc/
lto-streamer.h 235 /* Indices to the various function, type and symbol streams. */
493 /* Array of lto_in_decl_buffers to store type and decls streams. */
494 vec<tree, va_gc> *streams[LTO_N_DECL_STREAMS]; variable
527 struct lto_tree_ref_encoder streams[LTO_N_DECL_STREAMS]; member in struct:lto_out_decl_state
  /src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.h 235 /* Indices to the various function, type and symbol streams. */
491 /* Array of lto_in_decl_buffers to store type and decls streams. */
492 vec<tree, va_gc> *streams[LTO_N_DECL_STREAMS]; variable
525 struct lto_tree_ref_encoder streams[LTO_N_DECL_STREAMS]; member in struct:lto_out_decl_state
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 800 /* vertex from the streams, may be negative */
877 * If numStreams < SVGA3D_MAX_VERTEX_ARRAYS, the remaining streams
1509 SVGAGBVertexStream streams[SVGA3D_MAX_VERTEX_ARRAYS]; member in struct:__anon5634
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 1832 /* We can apparently see multiple zlib streams concatenated
3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2.
3751 int streams; local
3851 streams = ((hdr >> 2) & 3) == 0 ? 1 : 4;
3865 streams = 4;
3880 streams = 4;
3943 if (streams == 1)
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 1832 /* We can apparently see multiple zlib streams concatenated
3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2.
3751 int streams; local
3851 streams = ((hdr >> 2) & 3) == 0 ? 1 : 4;
3865 streams = 4;
3880 streams = 4;
3943 if (streams == 1)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 1832 /* We can apparently see multiple zlib streams concatenated
3513 /* There are two independent FSE streams, tracked by STATE1 and STATE2.
3751 int streams; local
3851 streams = ((hdr >> 2) & 3) == 0 ? 1 : 4;
3865 streams = 4;
3880 streams = 4;
3943 if (streams == 1)

Completed in 62 milliseconds