Searched refs:stream (Results 226 - 250 of 595) sorted by relevance

1234567891011>>

/haiku-fatelf/headers/private/app/
H A DMessageUtils.h31 write_helper(BDataIO *stream, const void *data, size_t size) argument
33 status_t error = stream->Write(data, size);
41 TReadHelper(BDataIO *stream) argument
42 : fStream(stream),
48 TReadHelper(BDataIO *stream, bool swap) argument
49 : fStream(stream),
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.h184 status_t auich_stream_set_audioparms(auich_stream *stream, uint8 channels,
186 status_t auich_stream_commit_parms(auich_stream *stream);
187 status_t auich_stream_get_nth_buffer(auich_stream *stream, uint8 chan, uint8 buf,
189 void auich_stream_start(auich_stream *stream, void (*inth) (void *), void *inthparam);
190 void auich_stream_halt(auich_stream *stream);
192 void auich_stream_delete(auich_stream *stream);
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.h36 Parser(BPositionIO &stream);
56 virtual void Parse(char first, BDataIO &stream, char &last) throw (status_t) = 0;
82 virtual void Parse(char first, BDataIO &stream, char &last) throw (status_t);
99 virtual void Parse(char first, BDataIO &stream, char &last) throw (status_t);
116 virtual void Parse(char first, BDataIO &stream, char &last) throw (status_t);
135 virtual void Parse(char first, BDataIO &stream, char &last) throw (status_t);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetndelim2.c1 /* getndelim2 - Read a line from a stream, stopping at one of 2 delimiters,
72 int delim1, int delim2, FILE *stream)
104 flockfile (stream);
116 buffer = freadptr (stream, &buffer_len);
131 c = getc (stream);
199 if (buffer && freadseek (stream, buffer_len))
211 funlockfile (stream);
71 getndelim2(char **lineptr, size_t *linesize, size_t offset, size_t nmax, int delim1, int delim2, FILE *stream) argument
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcrx-dis.c489 PTR stream = info->stream; local
495 func (stream, "%s", getcopregname (a->cr, CRX_C_REGTYPE));
499 func (stream, "%s", getcopregname (a->cr, CRX_CS_REGTYPE));
504 func (stream, "%s", getprocregname (a->r));
506 func (stream, "%s", getregname (a->r));
511 func (stream, "%s", gettrapstring (a->constant));
514 func (stream, "%s", getcinvstring (a->constant));
528 func (stream, "%s", string);
531 func (stream, "
[all...]
H A Dip2k-dis.c94 (*info->fprintf_func) (info->stream, "%s", "(IP)");
105 (*info->fprintf_func) (info->stream, "%s","(DP)");
107 (*info->fprintf_func) (info->stream, "$%x%s",offsetvalue, "(DP)");
115 (*info->fprintf_func) (info->stream, "%s", "(SP)");
117 (*info->fprintf_func) (info->stream, "$%x%s", offsetvalue,"(SP)");
125 (*info->fprintf_func) (info->stream, "%s", ke->name);
130 (*info->fprintf_func) (info->stream, "$%02x", value);
144 (*info->fprintf_func) (info->stream, "$%x", value);
158 (*info->fprintf_func) (info->stream, "$%02x", value);
172 (*info->fprintf_func) (info->stream, "
[all...]
H A Ddis-buf.c57 info->fprintf_func (info->stream, _("Unknown error %d\n"), status);
61 info->fprintf_func (info->stream,
80 (*info->fprintf_func) (info->stream, "0x%s", buf);
H A Dm10200-dis.c199 (*info->fprintf_func) (info->stream, _("unknown\t0x%02x"), insn);
257 (*info->fprintf_func) (info->stream, "%s\t", op->name);
286 (*info->fprintf_func) (info->stream, ",");
294 (*info->fprintf_func) (info->stream, "d%d", value);
301 (*info->fprintf_func) (info->stream, "a%d", value);
305 (*info->fprintf_func) (info->stream, "psw");
308 (*info->fprintf_func) (info->stream, "mdr");
313 (*info->fprintf_func) (info->stream, ")");
316 (*info->fprintf_func) (info->stream, "(");
329 (*info->fprintf_func) (info->stream, "
[all...]
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Ddump.cpp82 dump_data_stream(const bfs_inode *inode, const data_stream *stream, bool showOffsets) argument
89 if (!stream->direct[i].IsZero()) {
98 dump_block_run("", stream->direct[i], buffer);
100 offset += stream->direct[i].length * inode->inode_size;
103 Print(" max_direct_range = %Lu\n", stream->max_direct_range);
105 if (!stream->indirect.IsZero())
106 dump_block_run(" indirect = ", stream->indirect);
108 Print(" max_indirect_range = %Lu\n", stream->max_indirect_range);
110 if (!stream->double_indirect.IsZero()) {
112 stream
[all...]
H A Ddump.h19 extern void dump_data_stream(const bfs_inode* inode, const data_stream* stream,
/haiku-fatelf/src/add-ons/translators/shared/
H A DStreamBuffer.h19 StreamBuffer(BPositionIO *stream, size_t bufferSize, bool toRead = true);
26 // copy nbytes from the stream into pinto
29 // copy nbytes from the stream into pinto
32 // seek the stream to the given position
38 // Load the stream buffer from the stream
41 // stream object this object is buffering
51 // whether the stream is to be read.
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtop.h82 extern void do_restore_instream_cleanup (void *stream);
H A Dprintcmd.c104 this in the I/O stream once we have GNU stdio. */
277 /* Print value VAL on stream according to FORMAT, a letter or 0.
285 struct ui_file *stream)
301 + val_print_string (VALUE_ADDRESS (val), -1, 1, stream);
315 + gdb_print_insn (VALUE_ADDRESS (val), stream);
331 value_print (val, stream, format, Val_pretty_default);
337 format, size, stream);
350 struct ui_file *stream)
362 print_octal_chars (stream, valaddr, len);
366 print_decimal_chars (stream, valadd
282 print_formatted(struct value *val, int format, int size, struct ui_file *stream) argument
335 format, size, stream); local
347 print_scalar_formatted(void *valaddr, struct type *type, int format, int size, struct ui_file *stream) argument
444 stream, 0, Val_pretty_default); local
535 print_address_symbolic(CORE_ADDR addr, struct ui_file *stream, int do_demangle, char *leadin) argument
699 print_address_numeric(CORE_ADDR addr, int use_local, struct ui_file *stream) argument
722 print_address(CORE_ADDR addr, struct ui_file *stream) argument
734 print_address_demangle(CORE_ADDR addr, struct ui_file *stream, int do_demangle) argument
1721 print_variable_value(struct symbol *var, struct frame_info *frame, struct ui_file *stream) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui.h95 extern struct ui_out *tui_out_new (struct ui_file *stream);
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging_p.h24 FILE *stream; member in struct:log_file_desc
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dstream.cc28 #include "stream.h"
43 strstreambuf stream(buf, EndBuffer-buf-1, buf);
46 stream.vform(format, ap);
48 stream.sputc(0);
49 next_chunk = buf + stream.pcount();
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DLink.h20 Link(const Stream &stream);
/haiku-fatelf/src/add-ons/media/plugins/avi_reader/
H A Davi_reader.cpp51 unsigned stream; member in struct:avi_cookie
116 TRACE("aviReader::Sniff: this stream seems to be supported\n");
155 cookie->stream = streamNumber;
169 stream_header = fFile->StreamFormat(cookie->stream);
171 ERROR("aviReader::GetStreamInfo: stream %d has no header\n", cookie->stream);
176 TRACE("aviReader::AllocateCookie: stream %ld (%s)\n", streamNumber, fFile->IsAudio(cookie->stream) ? "audio" : fFile->IsVideo(cookie->stream) ? "video" : "unknown");
178 if (fFile->IsAudio(cookie->stream)) {
[all...]
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dasf.c32 asf_fileio_read_cb(void *stream, void *buffer, int size) argument
36 ret = fread(buffer, 1, size, stream);
37 if (!ret && !feof(stream))
44 asf_fileio_seek_cb(void *stream, int64_t offset) argument
46 return fseek(stream, offset, SEEK_SET);
53 asf_iostream_t stream; local
60 stream.read = asf_fileio_read_cb;
61 stream.write = NULL;
62 stream.seek = asf_fileio_seek_cb;
63 stream
[all...]
/haiku-fatelf/src/system/kernel/fs/
H A Drootfs.cpp71 struct rootfs_stream stream; member in struct:rootfs_vnode
167 vnode->stream.type = type;
174 list_init(&vnode->stream.dir.cookies);
175 mutex_init(&vnode->stream.dir.cookie_lock, "rootfs dir cookies");
187 if (!force_delete && (v->stream.dir.dir_head != NULL || v->dir_next != NULL))
193 if (S_ISDIR(v->stream.type))
194 mutex_destroy(&v->stream.dir.cookie_lock);
210 &dir->stream.dir.cookies, cookie)) != NULL) {
228 for (vnode = dir->stream.dir.dir_head; vnode; vnode = vnode->dir_next) {
242 struct rootfs_vnode* node = dir->stream
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.cpp89 dump_data_stream(data_stream *stream) argument
93 if (!stream->direct[i].IsZero()) {
95 dump_block_run("",stream->direct[i]);
98 Print(" max_direct_range = %Lu\n", stream->max_direct_range);
100 if (!stream->indirect.IsZero())
101 dump_block_run(" indirect = ", stream->indirect);
103 Print(" max_indirect_range = %Lu\n", stream->max_indirect_range);
105 if (!stream->double_indirect.IsZero())
106 dump_block_run(" double_indirect = ", stream->double_indirect);
108 Print(" max_double_indirect_range = %Lu\n", stream
[all...]
/haiku-fatelf/headers/os/interface/
H A DPicture.h35 status_t Flatten(BDataIO* stream);
36 status_t Unflatten(BDataIO* stream);
/haiku-fatelf/headers/private/debug/
H A DDebugEventStream.h42 status_t SetTo(BDataIO* stream);
76 status_t SetTo(BDataIO* stream, uint32 flags,
/haiku-fatelf/headers/private/kernel/boot/
H A Dstdio.h38 extern int fprintf(FILE *stream, char const *format, ...) __PRINTFLIKE(2,3);
43 extern int vfprintf(FILE *stream, char const *format, va_list ap);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DCompilerOutputter.h64 std::ostream &stream );
72 std::ostream &stream );

Completed in 127 milliseconds

1234567891011>>