Searched refs:io (Results 1 - 25 of 149) sorted by relevance

123456

/haiku-fatelf/src/add-ons/media/plugins/matroska/libMatroskaParser/
H A DStreamIO.cpp102 StreamIO *io;
103 io = (StreamIO *)malloc(sizeof(StreamIO));
104 if (!io)
107 io->filecache.read = &stream_read;
108 io->filecache.scan = &stream_scan;
109 // io->filecache.close = &stream_close;
110 io->filecache.getcachesize = &stream_getsize;
111 io->filecache.geterror = &stream_geterror;
112 io->filecache.memalloc = &stream_memalloc;
113 io
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/webp/
H A Ddecode_vp8.h29 // VP8Io io;
30 // VP8InitIo(&io);
31 // io.data = data;
32 // io.data_size = size;
33 // /* customize io's functions (setup()/put()/teardown()) if needed. */
60 int (*put)(const VP8Io* io);
64 int (*setup)(VP8Io* io);
67 void (*teardown)(const VP8Io* io);
94 // Must be called to make sure 'io' is initialized properly.
97 static inline int VP8InitIo(VP8Io* const io) { argument
[all...]
/haiku-fatelf/src/system/kernel/
H A Dint.cpp74 struct io_handler *io; local
89 for (io = sVectors[i].handler_list; io != NULL; io = io->next) {
93 status_t error = elf_debug_lookup_symbol_address((addr_t)io->func,
101 io->func);
103 kprintf("\t\t\t\t\t func %p", io->func);
105 kprintf(", data %p, handled ", io->data);
106 if (io
189 struct io_handler* io; local
310 struct io_handler *io = NULL; local
387 struct io_handler *io = NULL; local
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dwebp.c191 static int CustomPut(const VP8Io* io) { argument
192 Params *p = (Params*)io->opaque;
193 const int w = io->width;
194 const int mb_h = io->mb_h;
196 assert(!(io->mb_y & 1));
203 uint8_t* const y_dst = p->output + io->mb_y * p->stride;
204 uint8_t* const u_dst = p->u + (io->mb_y >> 1) * p->u_stride;
205 uint8_t* const v_dst = p->v + (io->mb_y >> 1) * p->v_stride;
208 memcpy(y_dst + j * p->stride, io->y + j * io
292 CustomSetup(VP8Io* io) argument
310 CustomTeardown(const VP8Io* io) argument
328 VP8Io io; local
[all...]
H A Dframe.c27 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) { argument
93 // prepare 'io'
94 io->width = dec->pic_hdr_.width_;
95 io->height = dec->pic_hdr_.height_;
96 io->mb_y = 0;
97 io->y = dec->cache_y_;
98 io->u = dec->cache_u_;
99 io->v = dec->cache_v_;
100 io->y_stride = dec->cache_y_stride_;
101 io
214 VP8FinishRow(VP8Decoder* const dec, VP8Io* io) argument
[all...]
H A Dvp8.c23 int VP8InitIoInternal(VP8Io* const io, int version) { argument
26 if (io) {
27 memset(io, 0, sizeof(*io));
184 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) { argument
195 if (io == NULL) {
200 buf = (uint8_t *)io->data;
201 buf_size = io->data_size;
275 io->width = pic_hdr->width_;
276 io
529 ParseFrame(VP8Decoder* const dec, VP8Io* io) argument
596 VP8Decode(VP8Decoder* const dec, VP8Io* const io) argument
[all...]
/haiku-fatelf/src/bin/diffutils/lib/
H A Dsetmode.c33 # include <io.h>
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-stdinc.h54 #include <io.h>
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DText.java5 import java.io.BufferedReader;
6 import java.io.InputStreamReader;
7 import java.io.InputStream;
8 import java.io.IOException;
9 import java.io.FileNotFoundException;
169 java.io.FileNotFoundException,
170 java.io.IOException,
189 java.io.FileNotFoundException,
190 java.io.IOException,
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-wb.c187 const struct id_off *io; local
205 len -= sizeof(*io) * nid;
206 io = (struct id_off *)(id + 1);
207 cp = (char *)(io + nid);
215 for (i = 0; i < nid && (u_char *)(io + 1) <= snapend; ++io, ++i) {
217 c, ipaddr_string(&io->id), EXTRACT_32BITS(&io->off));
271 const struct id_off *io, *ie; local
278 io
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfsync.c34 #include <io.h>
H A Dw32sock.h26 #include <io.h>
H A Dwrite.c35 # include <io.h>
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_nl.c48 #include <io.h>
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y78 %type <parse> vers_1 manfid funcid config cftab io mem irq timing
294 io: cftab IO NUMBER '-' NUMBER label
296 int n = $$->cftable_entry.io.nwin;
297 $$->cftable_entry.io.win[n].base = $3;
298 $$->cftable_entry.io.win[n].len = $5-$3+1;
299 $$->cftable_entry.io.nwin++;
301 | io ',' NUMBER '-' NUMBER
303 int n = $$->cftable_entry.io.nwin;
304 $$->cftable_entry.io.win[n].base = $3;
305 $$->cftable_entry.io
[all...]
/haiku-fatelf/src/documentation/docbook-xsl/extensions/
H A Dxalan25.jar ... .ElemExtensionCall) throws java.net.MalformedURLException java.io.FileNotFoundException java.io.IOException javax.xml ...
H A Dxalan27.jar ... .ElemExtensionCall) throws java.net.MalformedURLException java.io.FileNotFoundException java.io.IOException javax.xml ...
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile.am5 README jm-glibc-io.m4 Makefile.am.in \
18 jm-glibc-io.m4 \
43 echo " README jm-glibc-io.m4 Makefile.am.in" \
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dbinary-io.h45 # include <io.h> /* declares setmode() */
/haiku-fatelf/src/kits/mail/
H A Db_mail_message.cpp42 BMemoryIO io(text,length);
43 comp->SetDecodedData(&io);
57 BMemoryIO io(text,length);
58 comp->SetDecodedData(&io);
/haiku-fatelf/src/libs/stdc++/legacy/
H A Dioextend.cc75 get_array_element(ios& io, int index) argument
78 io._throw_failure();
79 register struct ptr_and_long *array = (ptr_and_long*)io._arrays;
100 io._arrays = (void*)new_array;
/haiku-fatelf/src/servers/app/drawing/html5/
H A DWebWorker.cpp68 BDataIO *io = fHandler->fData; local
69 BPositionIO *pio = dynamic_cast<BPositionIO *>(io);
114 else if (io)
115 readSize = io->Read(buffer, sizeof(buffer));
/haiku-fatelf/src/apps/cortex/RouteApp/
H A DConnectionIO.cpp336 MediaFormatIO io(m_outputFormat);
337 context.writeObject(&io);
370 MediaFormatIO io(m_inputFormat);
371 context.writeObject(&io);
379 MediaFormatIO io(m_requestedFormat);
384 context.writeObject(&io);
461 MediaFormatIO* io = dynamic_cast<MediaFormatIO*>(child); local
462 if(!io) {
469 err = io->getFormat(f);
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DText.java5 import java.io.BufferedReader;
6 import java.io.InputStreamReader;
7 import java.io.InputStream;
8 import java.io.IOException;
9 import java.io.FileNotFoundException;
173 java.io.FileNotFoundException,
174 java.io.IOException,
193 java.io.FileNotFoundException,
194 java.io.IOException,
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java5 import java.io.BufferedReader;
6 import java.io.InputStreamReader;
7 import java.io.InputStream;
8 import java.io.IOException;
9 import java.io.FileNotFoundException;

Completed in 178 milliseconds

123456