Searched refs:pos (Results 151 - 175 of 800) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A DDataStream.h26 status_t FindBlock(off_t pos, off_t& physical,
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcompress.h29 extern s64 ntfs_compressed_attr_pread(ntfs_attr *na, s64 pos, s64 count,
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamFilterInterface.cpp63 CamFilterInterface::ReadAt(off_t pos, void *buffer, size_t size) argument
65 (void)pos;
82 CamFilterInterface::WriteAt(off_t pos, const void *buffer, size_t size) argument
84 (void)pos;
/haiku-fatelf/src/add-ons/translators/exr/
H A DIStreamWrapper.h22 virtual void seekg(Int64 pos);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_tvp.h157 char *pos; member in struct:__anon2758
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioChannelConverter.h25 virtual status_t Read(void* buffer, int64 pos, int64 frames);
H A DAudioFormatConverter.h26 virtual status_t Read(void* buffer, int64 pos, int64 frames);
H A DAudioVolumeConverter.h24 virtual status_t Read(void* buffer, int64 pos, int64 frames);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.c40 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
41 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
42 # define re_match(bufp, string, size, pos, regs) \
43 __re_match (bufp, string, size, pos, regs)
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.c36 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
37 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
38 # define re_match(bufp, string, size, pos, regs) \
39 __re_match (bufp, string, size, pos, regs)
/haiku-fatelf/src/bin/gawk/
H A Dregex.c30 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
31 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
32 # define re_match(bufp, string, size, pos, regs) \
33 __re_match (bufp, string, size, pos, regs)
/haiku-fatelf/src/bin/makeudfimage/
H A DExtentStream.h27 virtual status_t _GetExtent(off_t pos, size_t size, data_extent &extent);
/haiku-fatelf/src/bin/network/wget/src/
H A Dhash.h53 void *pos, *end; /* private members */ member in struct:__anon4471
/haiku-fatelf/src/system/kernel/device_manager/
H A DAbstractModuleDevice.cpp69 AbstractModuleDevice::Read(void* cookie, off_t pos, void* buffer, size_t* _length) argument
71 return Module()->read(cookie, pos, buffer, _length);
76 AbstractModuleDevice::Write(void* cookie, off_t pos, const void* buffer, size_t* _length) argument
78 return Module()->write(cookie, pos, buffer, _length);
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregex.c39 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
40 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
41 # define re_match(bufp, string, size, pos, regs) \
42 __re_match (bufp, string, size, pos, regs)
/haiku-fatelf/src/tools/restest/
H A DOffsetFile.cpp71 OffsetFile::ReadAt(off_t pos, void *buffer, size_t size) argument
73 //printf("ReadAt(%Lx + %Lx, %lu)\n", pos, fOffset, size);
74 return fFile.ReadAt(pos + fOffset, buffer, size);
79 OffsetFile::WriteAt(off_t pos, const void *buffer, size_t size) argument
81 return fFile.WriteAt(pos + fOffset, buffer, size);
/haiku-fatelf/headers/private/kernel/boot/net/
H A DRemoteDisk.h23 virtual ssize_t ReadAt(void *cookie, off_t pos, void *buffer,
25 virtual ssize_t WriteAt(void *cookie, off_t pos, const void *buffer,
37 ssize_t _ReadFromPacket(off_t &pos, uint8 *&buffer, size_t &bufferSize);
/haiku-fatelf/src/add-ons/kernel/drivers/disk/virtual/remote_disk/
H A DRemoteDisk.h25 ssize_t ReadAt(off_t pos, void *buffer,
27 ssize_t WriteAt(off_t pos, const void *buffer,
44 ssize_t _ReadFromPacket(off_t& pos, uint8*& buffer,
/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A DOpenDMLParser.cpp323 uint64 pos = 0; local
325 while (pos < (uint64)fSize) {
331 maxsize = fSize - pos;
334 ERROR("OpenDMLParser::Parse: remaining size too small for RIFF AVI chunk data at pos %lld\n", pos);
338 if (fSource->ReadAt(pos, &dword, 4) != 4) {
339 ERROR("OpenDMLParser::Parse: read error at pos %llu\n", pos);
342 pos += 4;
346 if (fSource->ReadAt(pos,
423 uint64 pos = start; local
857 uint64 pos = start; local
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfStdIO.h82 virtual void seekg (Int64 pos);
122 virtual void seekp (Int64 pos);
144 virtual void seekp (Int64 pos);
H A DImfTestFile.cpp96 Int64 pos = is.tellg(); local
98 if (pos != 0)
105 is.seekg (pos);
/haiku-fatelf/src/bin/gdb/libiberty/
H A Ddyn-string.c260 dyn_string_insert (dest, pos, src)
262 int pos;
273 for (i = dest->length; i >= pos; --i)
276 strncpy (dest->s + pos, src->s, src->length);
288 dyn_string_insert_cstr (dest, pos, src)
290 int pos;
299 for (i = dest->length; i >= pos; --i)
302 strncpy (dest->s + pos, src, length);
313 dyn_string_insert_char (dest, pos, c)
315 int pos;
[all...]
/haiku-fatelf/src/preferences/cpufrequency/
H A DColorStepView.h49 void SetSliderPosition(float pos) { argument
50 fSlider->SetPosition(pos);
51 fSliderPosition = pos;
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DFile.cpp48 File::ReadAt(void *cookie, off_t pos, void *buffer, size_t bufferSize) argument
50 status_t status = fStream.ReadAt(pos, (uint8 *)buffer, &bufferSize);
59 File::WriteAt(void *cookie, off_t pos, const void *buffer, size_t bufferSize) argument
/haiku-fatelf/src/system/boot/loader/net/
H A DRemoteDisk.cpp92 RemoteDisk::ReadAt(void */*cookie*/, off_t pos, void *_buffer, argument
99 if (!buffer || pos < 0)
107 ssize_t bytesRead = _ReadFromPacket(pos, buffer, bufferSize);
115 request.offset = htonll(pos);
142 size_t packetBytesRead = _ReadFromPacket(pos, buffer, bufferSize);
154 RemoteDisk::WriteAt(void */*cookie*/, off_t pos, const void *buffer, argument
238 RemoteDisk::_ReadFromPacket(off_t &pos, uint8 *&buffer, size_t &bufferSize) argument
246 if (packetOffset > (uint64)pos || packetOffset + packetSize <= (uint64)pos)
250 size_t toCopy = size_t(packetOffset + packetSize - (uint64)pos);
[all...]

Completed in 157 milliseconds

1234567891011>>