Home
last modified time | relevance | path

Searched +defs:buff +defs:size (Results 1 – 25 of 9675) sorted by relevance

12345678910>>...387

/dports/devel/py-srsly/srsly-2.4.2/srsly/msgpack/
H A Dbuff_converter.h6 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
13 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
19 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/internal/
H A Dbuff_converter.h6 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
13 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
19 buff_to_buff(char *buff, Py_ssize_t size) in buff_to_buff()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddwgreader.cpp136 duint16 size = dbuf->getBERawShort16(); in readDwgHandles() local
253 int size = dbuf->getModularShort(); in readDwgTables() local
321 int size = dbuf->getModularShort(); in readDwgTables() local
379 duint32 size = dbuf->getModularShort(); in readDwgTables() local
437 int size = dbuf->getModularShort(); in readDwgTables() local
554 int size = dbuf->getModularShort(); in readDwgTables() local
614 int size = dbuf->getModularShort(); in readDwgTables() local
647 int size = dbuf->getModularShort(); in readDwgTables() local
732 int size = dbuf->getModularShort(); in readDwgBlocks() local
949 int size = dbuf->getModularShort(); in readDwgEntity() local
[all …]
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddwgreader.cpp137 duint16 size = dbuf->getBERawShort16(); in readDwgHandles() local
257 int size = dbuf->getModularShort(); in readDwgTables() local
327 int size = dbuf->getModularShort(); in readDwgTables() local
387 duint32 size = dbuf->getModularShort(); in readDwgTables() local
447 int size = dbuf->getModularShort(); in readDwgTables() local
568 int size = dbuf->getModularShort(); in readDwgTables() local
630 int size = dbuf->getModularShort(); in readDwgTables() local
664 int size = dbuf->getModularShort(); in readDwgTables() local
753 int size = dbuf->getModularShort(); in readDwgBlocks() local
972 int size = dbuf->getModularShort(); in readDwgEntity() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Ddwgreader.cpp167 duint16 size = dbuf->getBERawShort16(); in readDwgHandles() local
305 int size = dbuf->getModularShort(); in readDwgTables() local
344 int size = dbuf->getModularShort(); in readDwgTables() local
387 int size = dbuf->getModularShort(); in readDwgTables() local
426 int size = dbuf->getModularShort(); in readDwgTables() local
457 duint32 size = dbuf->getModularShort(); in readDwgTables() local
528 int size = dbuf->getModularShort(); in readDwgTables() local
670 int size = dbuf->getModularShort(); in readDwgTables() local
888 int size = dbuf->getModularShort(); in readDwgBlocks() local
1160 int size = dbuf->getModularShort(); in readDwgEntity() local
[all …]
/dports/audio/sfront/sfront-0.99/src/lib/nsys/
H A Dnet_jrecv.c57 long * fill, long size) in nsys_netin_journal_recovery()
1154 long size) in nsys_netin_jrec_param()
1850 unsigned char * buff, in nsys_netin_jrec_tune()
1911 unsigned char * buff, in nsys_netin_jrec_scj()
1912 long * fill, long size) in nsys_netin_jrec_scj()
2000 unsigned char * buff, in nsys_netin_jrec_sck()
2001 long * fill, long size) in nsys_netin_jrec_sck()
2088 unsigned char * buff, in nsys_netin_jrec_rty()
2089 long * fill, long size) in nsys_netin_jrec_rty()
2121 unsigned char * buff, in nsys_netin_jrec_rtz()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddwgreader.cpp189 duint16 size = dbuf->getBERawShort16(); in readDwgHandles() local
335 int size = dbuf->getModularShort(); in readDwgTables() local
375 int size = dbuf->getModularShort(); in readDwgTables() local
418 int size = dbuf->getModularShort(); in readDwgTables() local
457 int size = dbuf->getModularShort(); in readDwgTables() local
488 duint32 size = dbuf->getModularShort(); in readDwgTables() local
558 int size = dbuf->getModularShort(); in readDwgTables() local
700 int size = dbuf->getModularShort(); in readDwgTables() local
921 int size = dbuf->getModularShort(); in readDwgBlocks() local
1202 int size = dbuf->getModularShort(); in readDwgEntity() local
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dmemory_store.cpp73 size_t CMemStore::Append(const void* buff, size_t size) in Append()
113 size_t CMemStore::Read(void* buff, size_t size) in Read()
157 size_t CMemStore::Peek(void* buff, size_t size) const in Peek()
169 size_t CMemStore::PeekAt(void* buff, size_t start, size_t size) const in PeekAt()
297 size_t CMemStore::Write(const void* buff, size_t size) in Write()
352 size_t CMemStore::Truncate(size_t size) in Truncate()
400 size_t CMemStore::Insert(const void* buff, size_t size) in Insert()
483 size_t CMemStore::Delete(size_t size) in Delete()
557 char* buff = new char[m_BlockSize]; in CMemStore() local
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dmemory_store.cpp73 size_t CMemStore::Append(const void* buff, size_t size) in Append()
113 size_t CMemStore::Read(void* buff, size_t size) in Read()
157 size_t CMemStore::Peek(void* buff, size_t size) const in Peek()
169 size_t CMemStore::PeekAt(void* buff, size_t start, size_t size) const in PeekAt()
297 size_t CMemStore::Write(const void* buff, size_t size) in Write()
352 size_t CMemStore::Truncate(size_t size) in Truncate()
400 size_t CMemStore::Insert(const void* buff, size_t size) in Insert()
483 size_t CMemStore::Delete(size_t size) in Delete()
557 char* buff = new char[m_BlockSize]; in CMemStore() local
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dsdp.c45 static void dest_write(char *buff, int size, const char *dest_addr, int ttl) in dest_write()
56 static void sdp_write_header(char *buff, int size, struct sdp_session_level *s) in sdp_write_header()
70 static int get_address(char *dest_addr, int size, int *ttl, const char *url) in get_address()
80 char buff[64]; in get_address() local
147 static char *data_to_hex(char *buff, const uint8_t *src, int s) in data_to_hex()
180 static char *sdp_media_attributes(char *buff, int size, AVCodecContext *c, int payload_type) in sdp_media_attributes()
251 static void sdp_write_media(char *buff, int size, AVCodecContext *c, const char *dest_addr, int por… in sdp_write_media()
277 int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) in avf_sdp_create()
319 int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size) in avf_sdp_create()
/dports/games/holotz-castle/holotz-castle-1.3.14-src/JLib/JLib/Util/
H A DJRW.cpp10 u32 JRW::ZRead(void **buff) in ZRead()
79 u32 size = f.Seek(0, SEEK_END); in Import() local
82 u8 *buff = new u8[size]; in Import() local
103 u32 JRW::ZWrite(const void *buff, u32 size, s32 level) in ZWrite()
141 u32 JRW::Export(const char *filename, u32 size) in Export()
150 u8 *buff = new u8[size]; in Export() local
H A DJRW.h80 bool Create(void *mem, int size) in Create()
92 bool Create(const void *mem, int size) in Create()
154 u32 Read8(u8 *buff) {if (0 < SDL_RWread(rwops, buff, 1, 1)) return 1; return 0;} in Read8()
160 u32 Read8(s8 *buff) {if (0 < SDL_RWread(rwops, buff, 1, 1)) return 1; return 0;} in Read8()
237 u32 WriteBool(bool *buff) {u8 b = (*buff)? 1 : 0; return SDL_RWwrite(rwops, &b, 1, 1);} in WriteBool()
243 u32 Write8(u8 *buff) {return SDL_RWwrite(rwops, buff, 1, 1);} in Write8()
249 u32 Write8(s8 *buff) {return SDL_RWwrite(rwops, buff, 1, 1);} in Write8()
255 u32 WriteLE16(u16 *buff) {u16 v = SDL_SwapLE16(*buff); return SDL_RWwrite(rwops, &v, 2, 1);} in WriteLE16()
261 u32 WriteLE16(s16 *buff) {s16 v = SDL_SwapLE16(*buff); return SDL_RWwrite(rwops, &v, 2, 1);} in WriteLE16()
267 u32 WriteBE16(u16 *buff) {u16 v = SDL_SwapBE16(*buff); return SDL_RWwrite(rwops, &v, 2, 1);} in WriteBE16()
[all …]
/dports/dns/idnkit/idnkit-1.0-src/wsock/common/
H A Ddump.c55 dumpAddr(const char FAR *addr, int len, char *buff, size_t size) { in dumpAddr()
78 dumpHost(const struct hostent FAR *hp, char *buff, size_t size) { in dumpHost()
92 dumpName(const char *name, char *buff, size_t size) { in dumpName()
/dports/dns/bind911/bind-9.11.37/contrib/idn/idnkit-1.0-src/wsock/common/
H A Ddump.c55 dumpAddr(const char FAR *addr, int len, char *buff, size_t size) { in dumpAddr()
78 dumpHost(const struct hostent FAR *hp, char *buff, size_t size) { in dumpHost()
92 dumpName(const char *name, char *buff, size_t size) { in dumpName()
/dports/net/yaph/yaph-0.91/yaph/
H A Dtcp_utils.c33 int read_line(int fd, char *buff, size_t size) in read_line()
55 int read_n_bytes(int fd,char *buff, size_t size) in read_n_bytes()
72 int read_until_close(int fd, char *buff,size_t size) in read_until_close()
84 int write_n_bytes(int fd,char *buff,size_t size) in write_n_bytes()
/dports/news/inn-current/inn-2.7-20211226/innfeed/
H A Dbuffer.c56 newBuffer(size_t size) in newBuffer()
96 newBufferByCharP(const char *ptr, size_t size, size_t dataSize) in newBufferByCharP()
131 delBuffer(Buffer buff) in delBuffer()
167 bufferTakeRef(Buffer buff) in bufferTakeRef()
232 bufferBase(Buffer buff) in bufferBase()
238 bufferSize(Buffer buff) in bufferSize()
244 bufferDataSize(Buffer buff) in bufferDataSize()
250 bufferIncrDataSize(Buffer buff, size_t size) in bufferIncrDataSize()
259 bufferDecrDataSize(Buffer buff, size_t size) in bufferDecrDataSize()
267 bufferSetDataSize(Buffer buff, size_t size) in bufferSetDataSize()
[all …]
/dports/news/inn/inn-2.6.4/innfeed/
H A Dbuffer.c55 Buffer newBuffer (size_t size) in newBuffer()
94 Buffer newBufferByCharP (const char *ptr, size_t size, size_t dataSize) in newBufferByCharP()
128 void delBuffer (Buffer buff) in delBuffer()
166 Buffer bufferTakeRef (Buffer buff) in bufferTakeRef()
228 void *bufferBase (Buffer buff) in bufferBase()
233 size_t bufferSize (Buffer buff) in bufferSize()
238 size_t bufferDataSize (Buffer buff) in bufferDataSize()
243 void bufferIncrDataSize (Buffer buff, size_t size) in bufferIncrDataSize()
251 void bufferDecrDataSize (Buffer buff, size_t size) in bufferDecrDataSize()
258 void bufferSetDataSize (Buffer buff, size_t size) in bufferSetDataSize()
[all …]
/dports/sysutils/shlock/inn-2.6.4/innfeed/
H A Dbuffer.c55 Buffer newBuffer (size_t size) in newBuffer()
94 Buffer newBufferByCharP (const char *ptr, size_t size, size_t dataSize) in newBufferByCharP()
128 void delBuffer (Buffer buff) in delBuffer()
166 Buffer bufferTakeRef (Buffer buff) in bufferTakeRef()
228 void *bufferBase (Buffer buff) in bufferBase()
233 size_t bufferSize (Buffer buff) in bufferSize()
238 size_t bufferDataSize (Buffer buff) in bufferDataSize()
243 void bufferIncrDataSize (Buffer buff, size_t size) in bufferIncrDataSize()
251 void bufferDecrDataSize (Buffer buff, size_t size) in bufferDecrDataSize()
258 void bufferSetDataSize (Buffer buff, size_t size) in bufferSetDataSize()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/swift/Sources/
H A DTBinaryProtocol.swift68 let size: Int32 = try read() in readMessageBegin() variable
136 let size: Int32 = try read() in readMapBegin() variable
151 let size: Int32 = try read() in readSetBegin() variable
165 let size: Int32 = try read() in readListBegin() variable
187 var buff = Data() in read() variable
195 var buff = Data() in read() variable
205 var buff = Data() in read() variable
218 var buff = Data() in read() variable
240 let size = Int(try read() as Int32) in read() variable
336 var buff = Data() in write() variable
[all …]

12345678910>>...387