Home
last modified time | relevance | path

Searched defs:skipBytes (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/RoaringBitmap/roaring/
H A Dbyte_input.go19 skipBytes(n int) error methodSpec
86 func (b *byteBuffer) skipBytes(n int) error { func
151 func (b *byteInputAdapter) skipBytes(n int) error { func
/dports/games/spring/spring_98.0/rts/System/Net/
H A DUnpackPacket.cpp10 UnpackPacket::UnpackPacket(boost::shared_ptr<const RawPacket> packet, size_t skipBytes) in UnpackPacket()
/dports/editors/libreoffice/libreoffice-7.2.6.2/hwpfilter/source/
H A Dhstream.cxx41 size_t HStream::skipBytes(size_t aToSkip) in skipBytes() function in HStream
/dports/archivers/laszip/LASzip-3.4.3/src/
H A Dbytestreamin.hpp82 virtual BOOL skipBytes(const U32 num_bytes) { I64 curr = tell(); return seek(curr + num_bytes); }; in skipBytes() function in ByteStreamIn
/dports/editors/libreoffice6/libreoffice-6.4.7.2/hwpfilter/source/
H A Dhstream.cxx44 size_t HStream::skipBytes(size_t aToSkip) in skipBytes() function in HStream
/dports/misc/lastools/LAStools-8ff2694/LASzip/src/
H A Dbytestreamin.hpp82 virtual BOOL skipBytes(const U32 num_bytes) { I64 curr = tell(); return seek(curr + num_bytes); }; in skipBytes() function in ByteStreamIn
/dports/graphics/ming/libming-ming-0_4_8/util/
H A Doutputfdb.c22 int skipBytes, ret; in outputBlock() local
/dports/graphics/p5-ming/libming-ming-0_4_8/util/
H A Doutputfdb.c22 int skipBytes, ret; in outputBlock() local
/dports/graphics/py-ming/libming-ming-0_4_8/util/
H A Doutputfdb.c22 int skipBytes, ret; in outputBlock() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx53 void SAL_CALL InputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in gio::InputStream
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/zipapi/
H A DMemoryByteGrabber.hxx49 void skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in MemoryByteGrabber
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/zipapi/
H A DMemoryByteGrabber.hxx49 void skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in MemoryByteGrabber
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/gio/
H A Dgio_inputstream.cxx53 void SAL_CALL InputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in gio::InputStream
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java127 public void skipBytes(int n) throws in skipBytes() method in InputStreamToXInputStreamAdapter
/dports/editors/libreoffice6/libreoffice-6.4.7.2/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java127 public void skipBytes(int n) throws in skipBytes() method in InputStreamToXInputStreamAdapter
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/streaming/
H A Dstreamhelper.cxx86 void SAL_CALL OInputStreamHelper::skipBytes(sal_Int32 nBytesToSkip) in skipBytes() function in utl::OInputStreamHelper
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/streaming/
H A Dstreamhelper.cxx85 void SAL_CALL OInputStreamHelper::skipBytes(sal_Int32 nBytesToSkip) in skipBytes() function in utl::OInputStreamHelper
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dselfterminatefilestream.cxx75 void SAL_CALL OSelfTerminateFileStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in OSelfTerminateFileStream
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dselfterminatefilestream.cxx75 void SAL_CALL OSelfTerminateFileStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() function in OSelfTerminateFileStream
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DByteStream.cpp45 void ByteStream::skipBytes(uint32 nbytes) { in skipBytes() function in RawSpeed::ByteStream
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/io/
H A DByteStream.h123 inline void skipBytes(size_type nbytes) { pos += check(nbytes); } in skipBytes() function
124 inline void skipBytes(size_type nmemb, size_type size_) { in skipBytes() function
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/io/
H A DByteStream.h123 inline void skipBytes(size_type nbytes) { pos += check(nbytes); } in skipBytes() function
124 inline void skipBytes(size_type nmemb, size_type size_) { in skipBytes() function
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/io/
H A DByteStream.h121 inline void skipBytes(size_type nbytes) { pos += check(nbytes); } in skipBytes() function
122 inline void skipBytes(size_type nmemb, size_type size_) { in skipBytes() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java168 public synchronized void skipBytes(int p0) in skipBytes() method in MyInputStream
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/UCB/
H A DMyInputStream.java168 public synchronized void skipBytes(int p0) in skipBytes() method in MyInputStream

12345678910>>...29