Home
last modified time | relevance | path

Searched defs:nbytes (Results 176 – 200 of 16250) sorted by relevance

12345678910>>...650

/dports/devel/aegis/aegis-4.25.D510/common/
H A Dmem.cc64 aix_touch(void *vp, size_t nbytes) in aix_touch()
246 operator new(size_t nbytes) in operator new()
256 operator new(size_t nbytes, const char *file, int line) in operator new()
266 operator new[](size_t nbytes) in operator new[]()
276 operator new[](size_t nbytes, const char *file, int line) in operator new[]()
333 operator new(size_t nbytes, std::nothrow_t &) in operator new()
343 operator new(size_t nbytes, std::nothrow_t &, const char *file, int line) in operator new()
353 operator new[](size_t nbytes, std::nothrow_t &) in operator new[]()
/dports/devel/radare2/radare2-5.1.1/libr/magic/
H A Dascmagic.c66 int file_ascmagic(RMagic *ms, const ut8 *buf, size_t nbytes) { in file_ascmagic()
492 static int looks_ascii(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in looks_ascii()
505 static int looks_latin1(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in looks_latin1()
519 static int looks_extended(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in looks_extended()
607 int file_looks_utf8(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in file_looks_utf8()
683 static int looks_utf8_with_BOM(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in looks_utf8_with_BOM()
690 static int looks_ucs16(const ut8 *buf, size_t nbytes, unichar *ubuf, size_t *ulen) { in looks_ucs16()
811 static void from_ebcdic(const ut8 *buf, size_t nbytes, ut8 *out) { in from_ebcdic()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dset.c173 register long int nbytes, nbyte, bufsize; in set_off() local
244 register long int nbytes,i, bufsize, nbyte; in set_on() local
339 long int nbytes; in set_init() local
414 register long int i, nbytes; in set_empty() local
663 register long int nbyte, bit, element, nbytes, bufsize, i; in set_min() local
757 register long int nbyte, bit, element, nbytes, bufsize, i; in set_max() local
855 register long int nbyte,bit,n=0, nbytes; in num_in_set() local
981 register long int nbytes, nbyte, bufsize; in set_assign() local
1160 register long int i, nbytes; in set_intersection() local
/dports/www/trafficserver/trafficserver-9.1.1/mgmt/utils/
H A DMgmtMarshall.cc216 MgmtMarshallInt nbytes = 0; in mgmt_message_length_v() local
253 ssize_t nbytes; in mgmt_message_write() local
267 ssize_t nbytes = 0; in mgmt_message_write_v() local
314 ssize_t nbytes; in mgmt_message_read() local
328 ssize_t nbytes = 0; in mgmt_message_read_v() local
377 ssize_t nbytes = 0; in mgmt_message_marshall() local
391 ssize_t nbytes = 0; in mgmt_message_marshall_v() local
461 MgmtMarshallInt nbytes = 0; in mgmt_message_parse() local
475 ssize_t nbytes = 0; in mgmt_message_parse_v() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_listener.c137 jint nbytes; in recv_fully() local
165 jint nbytes; in recv_u1() local
178 jint nbytes; in recv_u2() local
191 jint nbytes; in recv_u4() local
204 jint nbytes; in recv_id() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_listener.c137 jint nbytes; in recv_fully() local
165 jint nbytes; in recv_u1() local
178 jint nbytes; in recv_u2() local
191 jint nbytes; in recv_u4() local
204 jint nbytes; in recv_id() local
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dreadwrite.c28 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes) in apr_file_read()
152 APR_DECLARE(apr_status_t) apr_file_write(apr_file_t *thefile, const void *buf, apr_size_t *nbytes) in apr_file_write()
239 apr_size_t nvec, apr_size_t *nbytes) in apr_file_writev()
274 apr_size_t nbytes = 1; in apr_file_putc() local
287 apr_size_t nbytes = 1; in apr_file_getc() local
322 apr_size_t nbytes; in apr_file_gets() local
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py2.5/Modules/_processing/
H A Dconnection.h112 Py_ssize_t nbytes; in Connection_recvbytes() local
116 nbytes = conn_recv_string(self, self->buffer, BUFFER_SIZE, &freeme); in Connection_recvbytes() local
137 Py_ssize_t nbytes, length, offset=0; in Connection_recvbytes_into() local
154 nbytes = conn_recv_string(self, buffer+offset, length-offset, &freeme); in Connection_recvbytes_into() local
221 Py_ssize_t nbytes; in Connection_recv_obj() local
225 nbytes = conn_recv_string(self, self->buffer, BUFFER_SIZE, &freeme); in Connection_recv_obj() local
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/usrp2p/
H A Dspi_flash.c65 spi_flash_page_program_start(uint32_t flash_addr, size_t nbytes, const void *buf) in spi_flash_page_program_start()
117 spi_flash_erase(uint32_t flash_addr, size_t nbytes) in spi_flash_erase()
132 spi_flash_program(uint32_t flash_addr, size_t nbytes, const void *buf) in spi_flash_program()
167 uint32_t flash_addr, size_t nbytes) in spi_flash_async_erase_start()
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/libdeflate/
H A Dcrc32.c235 crc32_slice1(u32 remainder, const u8 *buffer, size_t nbytes) in crc32_slice1()
249 crc32_slice4(u32 remainder, const u8 *buffer, size_t nbytes) in crc32_slice4()
279 crc32_slice8(u32 remainder, const u8 *buffer, size_t nbytes) in crc32_slice8()
345 static u32 dispatch(u32 remainder, const u8 *buffer, size_t nbytes) in dispatch()
363 libdeflate_crc32(u32 remainder, const void *buffer, size_t nbytes) in libdeflate_crc32()
/dports/devel/ga/ga-5.8/armci/tcgmsg/ipcv5.0/
H A Dcopyall.c35 register long nbytes = (127 & (unsigned long) dest); in copyto() local
107 register long nbytes = n; in copyto() local
139 register long nbytes = (127 & (unsigned long) src); in copyfrom() local
211 register long nbytes = n; in copyfrom() local
H A Dcopyall.save.c33 register long nbytes = (127 & (unsigned long) dest); in copyto() local
105 register long nbytes = n; in copyto() local
134 register long nbytes = (127 & (unsigned long) src); in copyfrom() local
206 register long nbytes = n; in copyfrom() local
/dports/devel/libcii/libcii-1.1/src/
H A Dmem.c8 void *Mem_alloc(long nbytes, const char *file, int line){ in Mem_alloc()
21 void *Mem_calloc(long count, long nbytes, in Mem_calloc()
40 void *Mem_resize(void *ptr, long nbytes, in Mem_resize()
/dports/lang/eisl/eisl-2.35/cii/src/
H A Dmem.c8 void *Mem_alloc(long nbytes, const char *file, int line){ in Mem_alloc()
21 void *Mem_calloc(long count, long nbytes, in Mem_calloc()
40 void *Mem_resize(void *ptr, long nbytes, in Mem_resize()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dfile.cc146 Result<int64_t> Read(int64_t nbytes, void* out) { in Read()
152 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) { in ReadAt()
246 Result<std::shared_ptr<Buffer>> ReadBuffer(int64_t nbytes) { in ReadBuffer()
321 Result<int64_t> ReadableFile::DoRead(int64_t nbytes, void* out) { in DoRead()
333 Result<std::shared_ptr<Buffer>> ReadableFile::DoRead(int64_t nbytes) { in DoRead()
543 void advance(int64_t nbytes) { position_ = position_ + nbytes; } in advance()
657 int64_t nbytes) { in ReadAt()
688 Result<int64_t> MemoryMappedFile::Read(int64_t nbytes, void* out) { in Read()
695 Result<std::shared_ptr<Buffer>> MemoryMappedFile::Read(int64_t nbytes) { in Read()
744 Status MemoryMappedFile::Write(const void* data, int64_t nbytes) { in Write()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/io/
H A Dfile.cc146 Result<int64_t> Read(int64_t nbytes, void* out) { in Read()
152 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) { in ReadAt()
246 Result<std::shared_ptr<Buffer>> ReadBuffer(int64_t nbytes) { in ReadBuffer()
338 Result<int64_t> ReadableFile::DoRead(int64_t nbytes, void* out) { in DoRead()
350 Result<std::shared_ptr<Buffer>> ReadableFile::DoRead(int64_t nbytes) { in DoRead()
557 void advance(int64_t nbytes) { position_ = position_ + nbytes; } in advance()
671 int64_t nbytes) { in ReadAt()
702 Result<int64_t> MemoryMappedFile::Read(int64_t nbytes, void* out) { in Read()
709 Result<std::shared_ptr<Buffer>> MemoryMappedFile::Read(int64_t nbytes) { in Read()
758 Status MemoryMappedFile::Write(const void* data, int64_t nbytes) { in Write()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/io/
H A Dfile.cc146 Result<int64_t> Read(int64_t nbytes, void* out) { in Read()
152 Result<int64_t> ReadAt(int64_t position, int64_t nbytes, void* out) { in ReadAt()
246 Result<std::shared_ptr<Buffer>> ReadBuffer(int64_t nbytes) { in ReadBuffer()
321 Result<int64_t> ReadableFile::DoRead(int64_t nbytes, void* out) { in DoRead()
333 Result<std::shared_ptr<Buffer>> ReadableFile::DoRead(int64_t nbytes) { in DoRead()
543 void advance(int64_t nbytes) { position_ = position_ + nbytes; } in advance()
657 int64_t nbytes) { in ReadAt()
688 Result<int64_t> MemoryMappedFile::Read(int64_t nbytes, void* out) { in Read()
695 Result<std::shared_ptr<Buffer>> MemoryMappedFile::Read(int64_t nbytes) { in Read()
744 Status MemoryMappedFile::Write(const void* data, int64_t nbytes) { in Write()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/gpu/
H A Dcuda_memory.cc178 Status CudaBuffer::CopyToHost(const int64_t position, const int64_t nbytes, in CopyToHost()
184 int64_t nbytes) { in CopyFromHost()
192 int64_t nbytes) { in CopyFromDevice()
201 int64_t nbytes) { in CopyFromAnotherDevice()
277 Result<int64_t> CudaBufferReader::DoReadAt(int64_t position, int64_t nbytes, in DoReadAt()
286 Result<int64_t> CudaBufferReader::DoRead(int64_t nbytes, void* buffer) { in DoRead()
295 int64_t nbytes) { in DoReadAt()
302 Result<std::shared_ptr<Buffer>> CudaBufferReader::DoRead(int64_t nbytes) { in DoRead()
373 Status Write(const void* data, int64_t nbytes) { in Write()
397 Status WriteAt(int64_t position, const void* data, int64_t nbytes) { in WriteAt()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/filter/
H A Dfilter_buffer.cc51 const tdb_shared_ptr<Buffer>& buffer, uint64_t offset, uint64_t nbytes) { in BufferOrView()
120 Status FilterBuffer::init(void* data, uint64_t nbytes) { in init()
139 Status FilterBuffer::set_fixed_allocation(void* buffer, uint64_t nbytes) { in set_fixed_allocation()
176 uint64_t nbytes, ConstBuffer* buffer) const { in get_const_buffer()
221 Status FilterBuffer::read(void* buffer, uint64_t nbytes) { in read()
266 Status FilterBuffer::write(const void* buffer, uint64_t nbytes) { in write()
331 Status FilterBuffer::write(FilterBuffer* other, uint64_t nbytes) { in write()
417 void FilterBuffer::advance_offset(uint64_t nbytes) { in advance_offset()
441 Status FilterBuffer::prepend_buffer(uint64_t nbytes) { in prepend_buffer()
481 const FilterBuffer* other, uint64_t offset, uint64_t nbytes) { in append_view()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc50 static void TouchCacheLines(uint8_t* data, int64_t nbytes) { in TouchCacheLines()
64 const int64_t nbytes = state.range(0); in TouchArea() local
83 const int64_t nbytes = state.range(0); in AllocateDeallocate() local
97 const int64_t nbytes = state.range(0); in AllocateTouchDeallocate() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx35 DWORD nbytes = sz * sizeof(WCHAR); in GetOfficeInstallationPathW() local
53 DWORD nbytes = sz * sizeof(WCHAR); in GetOfficeProductNameW() local
71 DWORD nbytes = sz * sizeof(WCHAR); in GetQuickstarterLinkNameW() local
80 DWORD nbytes = sz * sizeof(WCHAR); in GetQuickstarterLinkNameW() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/setup_native/source/win32/customactions/quickstarter/
H A Dquickstarter.cxx35 DWORD nbytes = sz * sizeof(WCHAR); in GetOfficeInstallationPathW() local
53 DWORD nbytes = sz * sizeof(WCHAR); in GetOfficeProductNameW() local
71 DWORD nbytes = sz * sizeof(WCHAR); in GetQuickstarterLinkNameW() local
80 DWORD nbytes = sz * sizeof(WCHAR); in GetQuickstarterLinkNameW() local
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc50 static void TouchCacheLines(uint8_t* data, int64_t nbytes) { in TouchCacheLines()
64 const int64_t nbytes = state.range(0); in TouchArea() local
83 const int64_t nbytes = state.range(0); in AllocateDeallocate() local
97 const int64_t nbytes = state.range(0); in AllocateTouchDeallocate() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dmemory_pool_benchmark.cc50 static void TouchCacheLines(uint8_t* data, int64_t nbytes) { in TouchCacheLines()
64 const int64_t nbytes = state.range(0); in TouchArea() local
83 const int64_t nbytes = state.range(0); in AllocateDeallocate() local
97 const int64_t nbytes = state.range(0); in AllocateTouchDeallocate() local
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dreadwrite.c29 apr_size_t *nbytes) in file_read_buffered()
85 APR_DECLARE(apr_status_t) apr_file_read(apr_file_t *thefile, void *buf, apr_size_t *nbytes) in apr_file_read()
147 APR_DECLARE(apr_status_t) apr_file_write(apr_file_t *thefile, const void *buf, apr_size_t *nbytes) in apr_file_write()
227 apr_size_t nvec, apr_size_t *nbytes) in apr_file_writev()
286 apr_size_t nbytes = 1; in apr_file_putc() local
299 apr_size_t nbytes = 1; in apr_file_getc() local
406 apr_size_t nbytes; local

12345678910>>...650