Searched refs:read (Results 1 - 25 of 510) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dbyteio.c27 int read = 0, tmp; local
29 if (!iostream->read) {
33 while ((tmp = iostream->read(iostream->opaque, data+read, size-read)) > 0) {
34 read += tmp;
35 if (read == size) {
36 return read;
40 /* FIXME: should return tmp if any bytes were read, but the
/haiku-fatelf/headers/private/input/
H A Dshared_cursor_area.h17 int32 read; member in struct:shared_cursor
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfMatrixAttribute.cpp80 Xdr::read <StreamIO> (is, _value[0][0]);
81 Xdr::read <StreamIO> (is, _value[0][1]);
82 Xdr::read <StreamIO> (is, _value[0][2]);
84 Xdr::read <StreamIO> (is, _value[1][0]);
85 Xdr::read <StreamIO> (is, _value[1][1]);
86 Xdr::read <StreamIO> (is, _value[1][2]);
88 Xdr::read <StreamIO> (is, _value[2][0]);
89 Xdr::read <StreamIO> (is, _value[2][1]);
90 Xdr::read <StreamIO> (is, _value[2][2]);
132 Xdr::read <StreamI
[all...]
H A DImfChromaticitiesAttribute.cpp75 Xdr::read <StreamIO> (is, _value.red.x);
76 Xdr::read <StreamIO> (is, _value.red.y);
77 Xdr::read <StreamIO> (is, _value.green.x);
78 Xdr::read <StreamIO> (is, _value.green.y);
79 Xdr::read <StreamIO> (is, _value.blue.x);
80 Xdr::read <StreamIO> (is, _value.blue.y);
81 Xdr::read <StreamIO> (is, _value.white.x);
82 Xdr::read <StreamIO> (is, _value.white.y);
H A DImfKeyCodeAttribute.cpp75 Xdr::read <StreamIO> (is, tmp);
78 Xdr::read <StreamIO> (is, tmp);
81 Xdr::read <StreamIO> (is, tmp);
84 Xdr::read <StreamIO> (is, tmp);
87 Xdr::read <StreamIO> (is, tmp);
90 Xdr::read <StreamIO> (is, tmp);
93 Xdr::read <StreamIO> (is, tmp);
H A DImfBoxAttribute.cpp73 Xdr::read <StreamIO> (is, _value.min.x);
74 Xdr::read <StreamIO> (is, _value.min.y);
75 Xdr::read <StreamIO> (is, _value.max.x);
76 Xdr::read <StreamIO> (is, _value.max.y);
103 Xdr::read <StreamIO> (is, _value.min.x);
104 Xdr::read <StreamIO> (is, _value.min.y);
105 Xdr::read <StreamIO> (is, _value.max.x);
106 Xdr::read <StreamIO> (is, _value.max.y);
H A DImfRationalAttribute.cpp68 Xdr::read <StreamIO> (is, _value.n);
69 Xdr::read <StreamIO> (is, _value.d);
H A DImfPreviewImageAttribute.cpp82 Xdr::read <StreamIO> (is, width);
83 Xdr::read <StreamIO> (is, height);
92 Xdr::read <StreamIO> (is, pixels[i].r);
93 Xdr::read <StreamIO> (is, pixels[i].g);
94 Xdr::read <StreamIO> (is, pixels[i].b);
95 Xdr::read <StreamIO> (is, pixels[i].a);
H A DImfVecAttribute.cpp73 Xdr::read <StreamIO> (is, _value.x);
74 Xdr::read <StreamIO> (is, _value.y);
99 Xdr::read <StreamIO> (is, _value.x);
100 Xdr::read <StreamIO> (is, _value.y);
126 Xdr::read <StreamIO> (is, _value.x);
127 Xdr::read <StreamIO> (is, _value.y);
128 Xdr::read <StreamIO> (is, _value.z);
154 Xdr::read <StreamIO> (is, _value.x);
155 Xdr::read <StreamIO> (is, _value.y);
156 Xdr::read <StreamI
[all...]
H A DImfChannelListAttribute.cpp101 Xdr::read <StreamIO> (is, sizeof (name), name);
115 Xdr::read <StreamIO> (is, type);
116 Xdr::read <StreamIO> (is, pLinear);
118 Xdr::read <StreamIO> (is, xSampling);
119 Xdr::read <StreamIO> (is, ySampling);
H A DImfTileDescriptionAttribute.cpp74 Xdr::read <StreamIO> (is, _value.xSize);
75 Xdr::read <StreamIO> (is, _value.ySize);
78 Xdr::read <StreamIO> (is, tmp);
H A DImfTimeCodeAttribute.cpp70 Xdr::read <StreamIO> (is, tmp);
73 Xdr::read <StreamIO> (is, tmp);
H A DImfCompressionAttribute.cpp71 Xdr::read <StreamIO> (is, tmp);
H A DImfEnvmapAttribute.cpp70 Xdr::read <StreamIO> (is, tmp);
H A DImfLineOrderAttribute.cpp72 Xdr::read <StreamIO> (is, tmp);
H A DImfTestFile.cpp60 Xdr::read <StreamIO> (is, magic);
61 Xdr::read <StreamIO> (is, version);
102 Xdr::read <StreamIO> (is, magic);
103 Xdr::read <StreamIO> (is, version);
/haiku-fatelf/src/bin/coreutils/man/
H A Dtee.x2 tee \- read from standard input and write to standard output and files
/haiku-fatelf/src/bin/gdb/gdb/
H A Duser-regs.h38 registers are added, read, and modified. At present they are kind
39 of assumed to be read-only. Should it, for instance, return a
65 user_reg_read_ftype *read);
69 user_reg_read_ftype *read);
/haiku-fatelf/src/apps/soundrecorder/
H A DFileUtils.cpp59 fprintf(stderr, "Failed to read file: %s\n", strerror(
89 fprintf(stderr, "Failed to read info for attribute '%s'\n",
97 ssize_t read = src.ReadAttr(attrName, info.type, offset, buffer, local
99 if (read < 0) {
101 return (status_t)read;
104 while (read >= 0) {
106 buffer, read);
107 if (written != read) {
114 offset += read;
115 read
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg/
H A Dexif_parser.cpp48 static status_t parse_tiff_directory(TReadHelper& read, set<off_t>& visited,
195 parse_tiff_tag(TReadHelper& read, tiff_tag& tag, off_t& offset) argument
197 read(tag.tag);
198 read(tag.type);
199 read(tag.length);
201 offset = read.Position() + 4;
229 read(position);
231 read.Seek(position, SEEK_SET);
237 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, off_t offset, argument
245 read
293 parse_tiff_directory(TReadHelper& read, set<off_t>& visited, BMessage& target, const convert_tag* tags, size_t tagCount) argument
[all...]
/haiku-fatelf/src/add-ons/input_server/devices/wacom/
H A DDeviceReader.cpp45 // read 8 bytes from the file and initialize
118 ssize_t read = fDeviceFile->Read(buffer, requested); local
119 if (read > kHeaderSize) {
121 size_t bytesToCopy = min_c(size, read - (size_t)kHeaderSize);
122 PRINT(("requested: %ld, read: %ld, user wants: %lu, copy bytes: %ld\n",
123 requested, read, size, bytesToCopy));
129 // read = bytesToCopy;
130 // if (read != (ssize_t)size)
131 // PRINT(("user wanted: %lu, returning: %ld\n", size, read));
132 read
[all...]
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngrio.c26 to read more then 64K on a 16 bit machine. */
34 png_error(png_ptr, "Call to NULL read function");
97 png_size_t read, remaining, err; local
102 read = MIN(NEAR_BUF_SIZE, remaining);
105 if ( !ReadFile((HANDLE)(io_ptr), buf, read, &err, NULL) )
109 err = fread(buf, (png_size_t)1, read, io_ptr);
111 png_memcpy(data, buf, read); /* copy far buffer to near buffer */
112 if(err != read)
116 data += read;
117 remaining -= read;
[all...]
/haiku-fatelf/src/bin/hid_decode/
H A Dhid_decode.cpp40 ssize_t read = file.Read(reportDescriptor, descriptorLength); local
41 if (read != descriptorLength) {
42 printf("failed to read file of %lld bytes: %s\n", descriptorLength,
43 strerror(read));
/haiku-fatelf/src/bin/zip/beos/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n)
/haiku-fatelf/src/tools/zip/unix/
H A Dzipup.h16 #define zread(f,b,n) read(f,b,n)

Completed in 127 milliseconds

1234567891011>>