Searched refs:stream (Results 101 - 125 of 595) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A DOpenDMLFile.cpp148 // assigned to each stream when the stream has no
163 for (int stream = 0; stream < fStreamCount; stream++) {
164 TRACE("OpenDMLFile::InitData: stream %d\n", stream);
166 fStreamData[stream].info = fParser->StreamInfo(stream);
167 fStreamData[stream]
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcp-valprint.c67 struct ui_file *stream)
84 fprintf_filtered (stream, "<unknown>");
116 fputs_filtered ("?? <not supported with HP aCC>", stream);
141 fprintf_filtered (stream, "&");
142 fputs_filtered (kind, stream);
146 fprintf_filtered (stream, "<badly mangled name %s>",
150 fputs_filtered (demangled_name, stream);
156 fprintf_filtered (stream, "(");
157 type_print (type, "", stream, -1);
158 fprintf_filtered (stream, ")
65 cp_print_class_method(char *valaddr, struct type *type, struct ui_file *stream) argument
230 cp_print_value_fields(struct type *type, struct type *real_type, char *valaddr, int offset, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb, int dont_print_statmem) argument
296 fputs_filtered (type_name_no_tag (type), stream); local
361 0, 0, stream, format, 0, recurse + 1, pretty); local
377 stream, format, recurse + 1, local
426 stream, format, 0, recurse + 1, pretty); local
492 cp_print_value(struct type *type, struct type *real_type, char *valaddr, int offset, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, struct type **dont_print_vb) argument
633 cp_print_static_field(struct type *type, struct value *val, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
676 cp_print_class_member(char *valaddr, struct type *domain, struct ui_file *stream, char *prefix) argument
726 fputs_filtered (TYPE_FIELD_NAME (domain, i), stream); local
751 cp_print_hpacc_virtual_table_entries(struct type *type, int *vfuncs, struct value *v, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
791 stream, format, 0, recurse + 1, pretty); local
[all...]
H A Df-valprint.c232 f77_create_arrayprint_offset_tbl (struct type *type, struct ui_file *stream) argument
244 fprintf_filtered (stream, "<assumed size array> ");
282 CORE_ADDR address, struct ui_file *stream, int format,
292 fprintf_filtered (stream, "( ");
296 stream, format, deref_ref, recurse, pretty, elts);
297 fprintf_filtered (stream, ") ");
300 fprintf_filtered (stream, "...");
311 stream, format, deref_ref, recurse, pretty); local
314 fprintf_filtered (stream, ", ");
317 fprintf_filtered (stream, "
281 f77_print_array_1(int nss, int ndimensions, struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, int *elts) argument
326 f77_print_array(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
364 f_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
451 stream, local
[all...]
H A Dada-valprint.c44 struct ui_file *stream; member in struct:ada_val_print_args
93 print_optional_low_bound (struct ui_file *stream, struct type *type)
128 ada_print_scalar (index_type, (LONGEST) low_bound, stream);
129 fprintf_filtered (stream, " => ");
142 int bitoffset, struct ui_file *stream,
177 fprintf_filtered (stream, ",\n");
178 print_spaces_filtered (2 + 2 * recurse, stream);
182 fprintf_filtered (stream, ", ");
207 val_print (elttype, VALUE_CONTENTS (v0), 0, 0, stream, format,
210 fprintf_filtered (stream, " <repeat
92 print_optional_low_bound(struct ui_file *stream, struct type *type) argument
140 val_print_packed_array_elements(struct type *type, char *valaddr, int bitoffset, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
258 ada_emit_char(int c, struct ui_file *stream, int quoter, int type_len) argument
301 ada_print_floating(char *valaddr, struct type *type, struct ui_file *stream) argument
354 ada_printchar(int c, struct ui_file *stream) argument
365 ada_print_scalar(struct type *type, LONGEST val, struct ui_file *stream) argument
407 ada_print_scalar (TYPE_TARGET_TYPE (type), val, stream); local
441 printstr(struct ui_file *stream, char *string, unsigned int length, int force_ellipses, int type_len) argument
492 ada_emit_char (char_at (string, i, type_len), stream, '\\'', local
510 ada_emit_char (char_at (string, i, type_len), stream, '"', local
530 ada_printstr(struct ui_file *stream, char *string, unsigned int length, int width, int force_ellipses) argument
557 ada_val_print(struct type *type, char *valaddr0, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
591 ada_val_print_1(struct type *type, char *valaddr0, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
728 1, stream); local
865 VALUE_ADDRESS (deref_val), stream, format, local
881 print_variant_part(struct type *type, int field_num, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, int comma_needed, struct type *outer_type, char *outer_valaddr) argument
901 ada_value_print(struct value *val0, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
960 print_record(struct type *type, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
992 print_field_values(struct type *type, char *valaddr, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty, int comma_needed, struct type *outer_type, char *outer_valaddr) argument
1085 stream, format, 0, recurse + 1, pretty); local
[all...]
H A Dvalprint.c107 the inferior at address ADDRESS, onto stdio stream STREAM according to
128 CORE_ADDR address, struct ui_file *stream, int format, int deref_ref,
145 fprintf_filtered (stream, "<incomplete type>");
146 gdb_flush (stream);
151 stream, format, deref_ref, recurse, pretty));
154 /* Print the value VAL in C-ish syntax on stream STREAM.
160 value_print (struct value *val, struct ui_file *stream, int format,
173 return LA_VALUE_PRINT (val, stream, format, pretty);
182 struct ui_file *stream)
192 print_longest (stream, '
126 val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
159 value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
180 val_print_type_code_int(struct type *type, char *valaddr, struct ui_file *stream) argument
230 print_longest(struct ui_file *stream, int format, int use_c_format, LONGEST val_long) argument
287 print_floating(char *valaddr, struct type *type, struct ui_file *stream) argument
303 fputs_filtered (floatformat_mantissa (fmt, valaddr), stream); local
347 print_binary_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
407 print_octal_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
554 print_decimal_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
689 print_hex_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
720 print_char_chars(struct ui_file *stream, unsigned char *valaddr, unsigned len) argument
760 val_print_array_elements(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, unsigned int i) argument
882 val_print_string(CORE_ADDR addr, int len, int width, struct ui_file *stream) argument
[all...]
H A Dm2-lang.c34 static void m2_printstr (struct ui_file * stream, char *string,
48 m2_emit_char (int c, struct ui_file *stream, int quoter) argument
57 fputs_filtered ("\\", stream);
59 fprintf_filtered (stream, "%c", c);
66 fputs_filtered ("\\n", stream);
69 fputs_filtered ("\\b", stream);
72 fputs_filtered ("\\t", stream);
75 fputs_filtered ("\\f", stream);
78 fputs_filtered ("\\r", stream);
81 fputs_filtered ("\\e", stream);
97 m2_printchar(int c, struct ui_file *stream) argument
112 m2_printstr(struct ui_file *stream, char *string, unsigned int length, int width, int force_ellipses) argument
[all...]
H A Ddisasm.h36 extern int gdb_print_insn (CORE_ADDR memaddr, struct ui_file *stream);
/haiku-fatelf/src/bin/findutils/lib/
H A Dlistfile.c163 static void print_name_with_quoting (register char *p, FILE *stream);
172 STREAM is the stdio stream to print on. */
180 FILE *stream)
195 fprintf (stream, "%6s ",
200 fprintf (stream, "%4s ",
208 fprintf (stream, "%s%3lu ", modebuf, (unsigned long) statp->st_nlink);
212 fprintf (stream, "%-8s ", user_name);
214 fprintf (stream, "%-8lu ", (unsigned long) statp->st_uid);
218 fprintf (stream, "%-8s ", group_name);
220 fprintf (stream, "
175 list_file(char *name, char *relname, struct stat *statp, time_t current_time, int output_block_size, FILE *stream) argument
302 print_name_with_quoting(register char *p, FILE *stream) argument
[all...]
/haiku-fatelf/src/kits/media/
H A DMediaExtractor.cpp32 MediaExtractorChunkProvider(MediaExtractor* extractor, int32 stream) argument
35 fStream(stream)
81 // initialize stream infos
100 // create all stream cookies
106 ERROR("MediaExtractor::MediaExtractor: AllocateCookie for stream %"
125 "stream %" B_PRId32 " failed\n", i);
150 // free all stream cookies
206 MediaExtractor::EncodedFormat(int32 stream) argument
208 return &fStreamInfo[stream].encodedFormat;
213 MediaExtractor::CountFrames(int32 stream) cons
254 Seek(int32 stream, uint32 seekTo, int64* _frame, bigtime_t* _time) argument
277 FindKeyFrame(int32 stream, uint32 seekTo, int64* _frame, bigtime_t* _time) const argument
291 GetNextChunk(int32 stream, const void** _chunkBuffer, size_t* _chunkSize, media_header* mediaHeader) argument
325 CreateDecoder(int32 stream, Decoder** _decoder, media_codec_info* codecInfo) argument
389 GetStreamMetaData(int32 stream, BMessage* _data) const argument
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dw65-dis.c27 static void *stream; variable
64 fpr (stream, "%s", name);
70 fpr (stream, "0x%x", val);
74 fpr (stream, "%c", c);
92 stream = info->stream;
103 fpr (stream, "%s", op->name);
H A Ddis-init.c25 init_disassemble_info (struct disassemble_info *info, void *stream, argument
35 info->stream = stream;
H A Dmcore-dis.c94 void *stream = info->stream; local
122 fprintf (stream, ".short 0x%04x", inst);
127 fprintf (stream, "%s", op->name);
135 fprintf (stream, "\t%d", inst & 0x3);
141 fprintf (stream, "\t%s", name);
145 fprintf (stream, "\t%s, %s", name, crname[(inst >> 4) & 0x1F]);
149 fprintf (stream, "\t%s, r1", name);
154 fprintf (stream, "\t%s, %s", name, grname[(inst >> 4) & 0xF]);
158 fprintf (stream, "\tr
[all...]
H A Da29k-dis.c48 (*info->fprintf_func) (info->stream, "gr%d", num);
50 (*info->fprintf_func) (info->stream, "lr%d", num - 128);
85 (*info->fprintf_func) (info->stream, spec0_names[num]);
87 (*info->fprintf_func) (info->stream, spec128_names[num-128]);
89 (*info->fprintf_func) (info->stream, spec160_names[num-160]);
91 (*info->fprintf_func) (info->stream, "sr%d", num);
174 (*info->fprintf_func) (info->stream,"nop");
187 (*info->fprintf_func) (info->stream, "%s ", opcode->name);
205 (*info->fprintf_func) (info->stream, "%d", insn0);
209 (*info->fprintf_func) (info->stream, "
[all...]
H A Dd10v-dis.c84 (*info->fprintf_func) (info->stream, "@-");
89 (*info->fprintf_func) (info->stream, "-");
94 (*info->fprintf_func) (info->stream, "+");
99 (*info->fprintf_func) (info->stream, "@");
104 (*info->fprintf_func) (info->stream, "@(");
129 (*info->fprintf_func) (info->stream, "%s",
132 (*info->fprintf_func) (info->stream, "%s",
143 (*info->fprintf_func) (info->stream, "a");
145 (*info->fprintf_func) (info->stream, "cr");
147 (*info->fprintf_func) (info->stream, "
[all...]
H A Di860-dis.c76 (*info->fprintf_func) (info->stream, "0x%08x", adj);
82 (*info->fprintf_func) (info->stream, "\t// ");
125 (*info->fprintf_func) (info->stream, ".long %#08x", insn);
137 (*info->fprintf_func) (info->stream, "d.%s\t", opcode->name);
139 (*info->fprintf_func) (info->stream, "%s\t", opcode->name);
147 (*info->fprintf_func) (info->stream, "%s%s", I860_REG_PREFIX,
153 (*info->fprintf_func) (info->stream, "%s%s", I860_REG_PREFIX,
159 (*info->fprintf_func) (info->stream, "%s%s", I860_REG_PREFIX,
165 (*info->fprintf_func) (info->stream, "%s%s", I860_REG_PREFIX,
171 (*info->fprintf_func) (info->stream, "
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/audio/echo/
H A Decho.cpp153 /* Echo stream functions */
158 echo_stream_set_audioparms(echo_stream *stream, uint8 channels, argument
170 if (stream->pipe >= 0) {
171 close_params.wPipeIndex = stream->pipe;
172 status = stream->card->pEG->CloseAudio(&close_params);
182 open_params.Pipe.bIsInput = stream->use == ECHO_USE_RECORD ? TRUE : FALSE;
186 status = stream->card->pEG->OpenAudio(&open_params, &stream->pipe);
194 status = stream->card->pEG->VerifyAudioOpen(stream
286 echo_stream_get_nth_buffer(echo_stream *stream, uint8 chan, uint8 buf, char** buffer, size_t *stride) argument
304 echo_stream_curaddr(echo_stream *stream) argument
313 echo_stream_start(echo_stream *stream, void (*inth) (void *), void *inthparam) argument
331 echo_stream_halt(echo_stream *stream) argument
348 echo_stream *stream; local
386 echo_stream_delete(echo_stream *stream) argument
421 echo_stream* stream; local
[all...]
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DChunkSuperIndex.h35 uint32 stream; member in struct:ChunkIndex
48 void AddChunkIndex(uint32 stream, uint32 chunkid, off_t chunk_start);
49 uint32 getChunkSize(uint32 stream, uint32 chunkid, off_t chunk_start);
H A DChunkSuperIndex.cpp37 void ChunkSuperIndex::AddChunkIndex(uint32 stream, uint32 chunkid, off_t chunk_start) argument
41 aChunkIndexPtr->stream = stream;
48 uint32 ChunkSuperIndex::getChunkSize(uint32 stream, uint32 chunkid, off_t chunk_start) argument
58 // Assert stream
/haiku-fatelf/src/add-ons/translators/wonderbrush/
H A DWonderBrushImage.cpp25 WonderBrushImage::SetTo(BPositionIO* stream) argument
27 if (!stream)
30 // try to load the stream as a BMessage and probe it
33 status_t status = fArchive.Unflatten(stream);
/haiku-fatelf/src/apps/cortex/Persistence/
H A Dxml_export_utils.h46 // Writes the correct number of spaces to the given stream,
74 ostream& stream,
77 stream << endl << context.indentString() << key;
78 pad_with_spaces(stream, key, context) << " = '" << value << '\'';
71 write_attr( const char* key, T value, ostream& stream, ExportContext& context) argument
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DDumpMessage.h7 status_t DumpMessageToStream(BMessage *message, BDataIO &stream, int tabCount = 0, BMessage *names = NULL);
/haiku-fatelf/src/apps/icon-o-matic/import_export/svg/
H A DSVGExporter.h33 virtual status_t Export(const Icon* icon, BPositionIO* stream);
45 BPositionIO* stream);
47 BPositionIO* stream);
53 BPositionIO* stream);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/null/
H A Dnull_hardware.c12 null_hw_create_virtual_buffers(device_stream_t* stream, const char* name) argument
19 buffer_size = stream->num_channels
20 * format_to_sample_size(stream->format)
21 * stream->buffer_length;
24 area_size = buffer_size * stream->num_buffers;
27 stream->buffer_area = create_area("null_audio_buffers", (void**)&buffer,
30 if (stream->buffer_area < B_OK)
31 return stream->buffer_area;
35 for (i = 0; i < stream->num_buffers; i++)
36 stream
[all...]
/haiku-fatelf/src/add-ons/translators/exr/
H A DIStreamWrapper.cpp9 IStreamWrapper::IStreamWrapper(const char *filename, BPositionIO *stream) argument
11 fStream(stream, 2048)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dreadtokens.h1 /* readtokens.h -- Functions for reading tokens from an input stream.
36 readtoken (FILE *stream, const char *delim, size_t n_delim,
39 readtokens (FILE *stream, size_t projected_n_tokens,

Completed in 201 milliseconds

1234567891011>>