| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | iosfwd | 52 * streams, which were not templates. 131 /// Base class for @c char streams. 137 /// Base class for @c char input streams. 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 149 /// Class for @c char input memory streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 161 /// Class for @c char input file streams. 164 /// Class for @c char output file streams. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | iosfwd | 52 * streams, which were not templates. 131 /// Base class for @c char streams. 137 /// Base class for @c char input streams. 140 /// Base class for @c char output streams. 143 /// Base class for @c char mixed input and output streams. 149 /// Class for @c char input memory streams. 152 /// Class for @c char output memory streams. 155 /// Class for @c char mixed input and output memory streams. 161 /// Class for @c char input file streams. 164 /// Class for @c char output file streams. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | lto-section-out.c | 194 lto_output_decl_index (obs, &decl_state->streams[LTO_DECL_STREAM_FIELD_DECL], in lto_output_field_decl_index() 205 lto_output_decl_index (obs, &decl_state->streams[LTO_DECL_STREAM_FN_DECL], in lto_output_fn_decl_index() 217 &decl_state->streams[LTO_DECL_STREAM_NAMESPACE_DECL], in lto_output_namespace_decl_index() 228 lto_output_decl_index (obs, &decl_state->streams[LTO_DECL_STREAM_VAR_DECL], in lto_output_var_decl_index() 239 lto_output_decl_index (obs, &decl_state->streams[LTO_DECL_STREAM_TYPE_DECL], in lto_output_type_decl_index() 250 lto_output_decl_index (obs, &decl_state->streams[LTO_DECL_STREAM_TYPE], in lto_output_type_ref_index() 311 lto_init_tree_ref_encoder (&state->streams[i]); in lto_new_out_decl_state() 328 lto_destroy_tree_ref_encoder (&state->streams[i]); in lto_delete_out_decl_state() 370 if (state->streams[i].tree_hash_table) in lto_record_function_out_decl_state() 372 delete state->streams[i].tree_hash_table; in lto_record_function_out_decl_state() [all …]
|
| /netbsd-src/external/mit/libuv/dist/docs/code/ |
| H A D | Makefile | 18 proc-streams\ 49 all: $(examples) plugin/plugin proc-streams/test cgi/tick multi-echo-server/worker uvwget/uvwget 60 proc-streams/test: proc-streams/test.c 61 gcc -g -Wall -o proc-streams/test proc-streams/test.c 77 rm -rf proc-streams/test proc-streams/test.dSYM
|
| /netbsd-src/external/public-domain/xz/dist/src/liblzma/common/ |
| H A D | index.c | 149 index_tree streams; member 384 index_tree_init(&i->streams); in index_init_plain() 410 index_tree_append(&i->streams, &s->node); in lzma_index_init() 422 index_tree_end(&i->streams, allocator, &index_stream_end); in lzma_index_end() 442 lzma_index_memusage(lzma_vli streams, lzma_vli blocks) in lzma_index_memusage() argument 470 const uint64_t streams_mem = streams * stream_base; in lzma_index_memusage() 480 if (streams == 0 || streams > UINT32_MAX || blocks > LZMA_VLI_MAX in lzma_index_memusage() 481 || streams > limit / stream_base in lzma_index_memusage() 493 return lzma_index_memusage(i->streams.count, i->record_count); in lzma_index_memused() 507 return i->streams.count; in lzma_index_stream_count() [all …]
|
| /netbsd-src/lib/libtelnet/ |
| H A D | enc_des.c | 82 } streams[2]; member 128 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, CFB); in cfb64_init() 129 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, CFB); in cfb64_init() 137 fb[CFB].streams[0].str_flagshift = SHIFT_VAL(0, OFB); in ofb64_init() 138 fb[CFB].streams[1].str_flagshift = SHIFT_VAL(1, OFB); in ofb64_init() 272 fb64_stream_iv((void *)data, &fbp->streams[DIR_DECRYPT-1]); in fb64_is() 340 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 349 fb64_stream_iv(fbp->temp_feed, &fbp->streams[DIR_ENCRYPT-1]); in fb64_reply() 391 fb64_stream_key(&fbp->krbdes_key, &fbp->streams[DIR_ENCRYPT-1]); in fb64_session() 392 fb64_stream_key(&fbp->krbdes_key, &fbp->streams[DIR_DECRYP in fb64_session() [all...] |
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | index.rst | 27 of the file, the various streams contained within, the format of individual 64 within a file". It contains multiple streams (aka files) which can represent 65 arbitrary data, and these streams are divided into blocks which may not 68 the streams (files) are laid out within the MSF. 77 The PDB format contains a number of streams which describe various information 79 of a program, as well as some additional streams containing hash tables that are 82 as the specific toolchain used, and more. A summary of streams contained in a 92 | | | - Map of named streams to stream indices | 98 | | | - Indices of individual module streams | 99 | | | - Indices of public / global streams | [all …]
|
| H A D | PdbStream.rst | 45 the other streams, will change if the value is something other than ``VC70``. 69 file. Note that not all streams are named (for example, the 72 of named streams and these are enumerated in the table of streams in :doc:`index`. 75 discover the stream's MSF stream index. Several important streams (such as the 81 Some streams are located by fixed indices (e.g TPI Stream has index 2), but 82 other streams are located by fixed names (e.g. the string table is called
|
| /netbsd-src/distrib/amiga/stand/ |
| H A D | update | 4 githubdir=https://github.com/rvalles/device-streams 20 srctar=device-streams-$version-src.tar.gz 25 exelha=device-streams-$version.lha 26 ftp -o $exelha $githubdir/releases/download/$version/device-streams.lha 33 mv devstreams/README.md device-streams.README.md
|
| H A D | Makefile | 6 MISC_FILES= runbootblock.README device-streams.README.md 7 UUDECODE_FILES= device-streams-2.2.1-src.tar.gz device-streams-2.2.1.lha \
|
| H A D | device-streams.README.md | 1 # device-streams 2 Amiga tool for copying between block devices and streams/files, similar to UNIX `dd`. 7 https://github.com/rvalles/device-streams
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | ev_streams.c | 77 if (ctx->streams != NULL) in evWrite() 78 ctx->streams->prev = new; in evWrite() 80 new->next = ctx->streams; in evWrite() 81 ctx->streams = new; in evWrite() 111 if (ctx->streams != NULL) in evRead() 112 ctx->streams->prev = new; in evRead() 114 new->next = ctx->streams; in evRead() 115 ctx->streams = new; in evRead() 164 ctx->streams = old->next; in evCancelRW()
|
| /netbsd-src/lib/libc/isc/ |
| H A D | ev_streams.c | 85 if (ctx->streams != NULL) in evWrite() 86 ctx->streams->prev = new; in evWrite() 88 new->next = ctx->streams; in evWrite() 89 ctx->streams = new; in evWrite() 119 if (ctx->streams != NULL) in evRead() 120 ctx->streams->prev = new; in evRead() 122 new->next = ctx->streams; in evRead() 123 ctx->streams = new; in evRead() 172 ctx->streams = old->next; in evCancelRW()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | lto-section-out.cc | 206 lto_init_tree_ref_encoder (&state->streams[i]); in lto_new_out_decl_state() 223 lto_destroy_tree_ref_encoder (&state->streams[i]); in lto_delete_out_decl_state() 265 if (state->streams[i].tree_hash_table) in lto_record_function_out_decl_state() 267 delete state->streams[i].tree_hash_table; in lto_record_function_out_decl_state() 268 state->streams[i].tree_hash_table = NULL; in lto_record_function_out_decl_state()
|
| /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/ |
| H A D | bad-doh-duplicates.conf | 22 streams-per-connection 100; 29 streams-per-connection 100; 37 http-streams-per-connection 100;
|
| H A D | bad-dot-nocert.conf | 21 streams-per-connection 100; 29 http-streams-per-connection 100;
|
| H A D | bad-dot-nokey.conf | 21 streams-per-connection 100; 29 http-streams-per-connection 100;
|
| H A D | good-doh-1.conf | 22 streams-per-connection 100; 30 http-streams-per-connection 100;
|
| H A D | good-doh-tlsopts.conf | 27 streams-per-connection 100; 35 http-streams-per-connection 100;
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc.c | 309 struct dc_stream_state **streams, int num_streams, in dc_stream_get_crtc_position() argument 313 const struct dc_stream_state *stream = streams[0]; in dc_stream_get_crtc_position() 519 struct dc_stream_state **streams, in dc_stream_set_static_screen_params() argument 529 struct dc_stream_state *stream = streams[i]; in dc_stream_set_static_screen_params() 786 if (old_stream == context->streams[j]) { in disable_dangling_plane() 1038 if (dc->current_state->streams[i] != context->streams[i]) in context_changed() 1165 struct dc_stream_state *streams[], in dc_enable_stereo() argument 1178 if (streams[j] && streams[j] == pipe->stream && in dc_enable_stereo() 1202 dc_streams[i] = context->streams[i]; in dc_commit_state_no_check() 1208 if (context->streams[i]->apply_seamless_boot_optimization) in dc_commit_state_no_check() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ |
| H A D | README.contrib | 28 A C++ I/O streams interface to the zlib gz* functions 31 Another C++ I/O streams interface 35 Yet another C++ I/O streams interface
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ |
| H A D | README.contrib | 28 A C++ I/O streams interface to the zlib gz* functions 31 Another C++ I/O streams interface 35 Yet another C++ I/O streams interface
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ |
| H A D | README.contrib | 28 A C++ I/O streams interface to the zlib gz* functions 31 Another C++ I/O streams interface 35 Yet another C++ I/O streams interface
|
| /netbsd-src/common/dist/zlib/contrib/ |
| H A D | README.contrib | 28 A C++ I/O streams interface to the zlib gz* functions 31 Another C++ I/O streams interface 35 Yet another C++ I/O streams interface
|
| /netbsd-src/common/dist/zlib/contrib/delphi/ |
| H A D | readme.txt | 50 - The ability to read and write raw deflate streams, without the 51 zlib stream header and trailer. Raw deflate streams are used 54 - The ability to read and write gzip streams, used in the GZIP
|