| /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_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) {
|
| 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;
|
| 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
|
| 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...] |
| 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/liblzma/common/ |
| index.c | 100 /// memory usage in case someone concatenates many Streams that 108 /// Every index_stream is a node in the tree of Streams. 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); 462 lzma_index_memusage(lzma_vli streams, lzma_vli blocks 767 index_tree *streams; member in struct:__anon354 [all...] |
| index.c | 100 /// memory usage in case someone concatenates many Streams that 108 /// Every index_stream is a node in the tree of Streams. 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); 462 lzma_index_memusage(lzma_vli streams, lzma_vli blocks 767 index_tree *streams; member in struct:__anon354 [all...] |
| /src/external/public-domain/xz/dist/tests/ |
| test_index.c | 39 // amount of Streams and Blocks. It will be an upperbound, 43 // The maximum number of Streams should be UINT32_MAX in the 54 // Number of Streams must be non-zero 63 lzma_vli streams = 1; local 66 // Test 100 different increasing values for Streams and Block 68 uint64_t current = lzma_index_memusage(streams, blocks); 71 streams += 29; 149 // both streams. The extra 24 bytes are for the size of the indexes 150 // for both streams. This allows us to maximize the unpadded sum 354 // Test with multiple Streams [all...] |
| test_index.c | 39 // amount of Streams and Blocks. It will be an upperbound, 43 // The maximum number of Streams should be UINT32_MAX in the 54 // Number of Streams must be non-zero 63 lzma_vli streams = 1; local 66 // Test 100 different increasing values for Streams and Block 68 uint64_t current = lzma_index_memusage(streams, blocks); 71 streams += 29; 149 // both streams. The extra 24 bytes are for the size of the indexes 150 // for both streams. This allows us to maximize the unpadded sum 354 // Test with multiple Streams [all...] |
| /src/lib/libc/isc/ |
| eventlib_p.h | 250 /* Streams. */ 251 evStream *streams; member in struct:__anon376
|
| 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
|
| 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
|
| eventlib_p.h | 250 /* Streams. */ 251 evStream *streams; member in struct:__anon7190
|
| /src/external/public-domain/xz/dist/src/xz/ |
| list.c | 18 /// Combined Index of all Streams in the file 67 N_("Streams:"), 205 uint64_t streams; member in struct:__anon421 554 // - 5.0.0 doesn't support empty LZMA2 streams and thus empty 744 // TRANSLATORS: These are column headings. From Strms (Streams) 823 // Print information about the Streams. 1147 totals.streams += lzma_index_stream_count(xfi->idx); 1182 uint64_to_str(totals.streams, 0), 1222 print_adv_helper(totals.streams, totals.blocks, 1249 totals.streams, [all...] |
| list.c | 18 /// Combined Index of all Streams in the file 67 N_("Streams:"), 205 uint64_t streams; member in struct:__anon421 554 // - 5.0.0 doesn't support empty LZMA2 streams and thus empty 744 // TRANSLATORS: These are column headings. From Strms (Streams) 823 // Print information about the Streams. 1147 totals.streams += lzma_index_stream_count(xfi->idx); 1182 uint64_to_str(totals.streams, 0), 1222 print_adv_helper(totals.streams, totals.blocks, 1249 totals.streams, [all...] |
| /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
|