Searched refs:buffer_size (Results 76 - 100 of 180) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_primary64.h345 buffer_size =
349 memory_mapper->MapPackedCounterArrayBuffer(buffer_size));
354 reinterpret_cast<uptr>(buffer), buffer_size); local
394 u64 buffer_size; member in class:SizeClassAllocator64::PackedCounterArray
785 uptr MapPackedCounterArrayBuffer(uptr buffer_size) { argument
788 // mapped_free_array to fit buffer_size bytes and use that space instead
791 MmapOrDieOnFatalError(buffer_size, "ReleaseToOSPageCounters"));
794 void UnmapPackedCounterArrayBuffer(uptr buffer, uptr buffer_size) { argument
795 UnmapOrDie(reinterpret_cast<void *>(buffer), buffer_size); local
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dmerge.h443 stringpool_to_buffer(unsigned char* buffer, section_size_type buffer_size) argument
444 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dmerge.h443 stringpool_to_buffer(unsigned char* buffer, section_size_type buffer_size) argument
444 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dmerge.h443 stringpool_to_buffer(unsigned char* buffer, section_size_type buffer_size) argument
444 { this->stringpool_.write_to_buffer(buffer, buffer_size); }
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dcirc.exp232 set buffer_size "((4 * $frame_size) + 10)"
241 gdb_test_no_output "set trace-buffer-size $buffer_size" \
267 gdb_test_no_output "set trace-buffer-size $buffer_size" \
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dcirc.exp230 set buffer_size "((4 * $frame_size) + 10)"
238 gdb_test_no_output "set trace-buffer-size $buffer_size" \
263 gdb_test_no_output "set trace-buffer-size $buffer_size" \
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-dbus.c286 if (handle->opt.buffer_size != 0)
287 dbus_connection_set_max_received_size(handlep->conn, handle->opt.buffer_size);
H A Dpcap-nit.c234 if (p->opt.buffer_size != 0)
235 nioc.nioc_bufspace = p->opt.buffer_size;
H A Dpcap-snf.c280 (p->opt.buffer_size > 0 && p->opt.buffer_size < 1048576) ? 1048576 : p->opt.buffer_size, /* default to SNF_DATARING_SIZE from env */
H A Dpcap-snoop.c246 if (p->opt.buffer_size != 0)
247 v = p->opt.buffer_size;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc.c131 int buffer_size = comm->hdr.packet_size + offset; local
133 LogDebug("Increasing communication buffer to %d bytes.", buffer_size);
134 buffer = realloc(comm->buf, buffer_size);
136 LogError("realloc of %d bytes failed.", buffer_size);
139 comm->buf_size = buffer_size;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc.c202 int buffer_size = comm->hdr.packet_size + offset; local
204 LogDebug("Increasing communication buffer to %d bytes.", buffer_size);
205 buffer = realloc(comm->buf, buffer_size);
207 LogError("realloc of %d bytes failed.", buffer_size);
210 comm->buf_size = buffer_size;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dsysinfo.cc311 DWORD buffer_size = 0; local
316 GetLogicalProcessorInformation(nullptr, &buffer_size);
317 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
318 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size))
323 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc313 DWORD buffer_size = 0; local
318 GetLogicalProcessorInformation(nullptr, &buffer_size);
319 UPtr buff((PInfo*)malloc(buffer_size), &std::free);
320 if (!GetLogicalProcessorInformation(buff.get(), &buffer_size))
325 PInfo* end = buff.get() + (buffer_size / sizeof(PInfo));
/netbsd-current/external/bsd/cron/dist/
H A Dmisc.c68 glue_strings(char *buffer, size_t buffer_size, const char *a, const char *b, argument
74 if (buffer_size == 0)
76 buf_end = buffer + buffer_size;
/netbsd-current/external/mit/libcbor/dist/test/
H A Dcbor_serialize_test.c289 size_t buffer_size; local
290 assert_int_equal(37, cbor_serialize_alloc(item, &buffer, &buffer_size));
291 assert_int_equal(64, buffer_size);
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_i2c_hw.c104 return dce_i2c_hw->buffer_size -
618 dce_i2c_hw->buffer_size = I2C_HW_BUFFER_SIZE_DCE;
635 dce_i2c_hw->buffer_size = I2C_HW_BUFFER_SIZE_DCE100;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDisasm.cc386 size_t buffer_size, // limit on symbol length
410 snprintf (buffer, buffer_size, NTXT ("%s"), s);
414 snprintf (buffer, buffer_size, NTXT ("%s"), name);
380 get_sym_name(disasm_handle_t, uint64_t target_address, uint64_t inst_address, int use_relocation, char *buffer, size_t buffer_size, int *, uint64_t *offset, void *pass_through) argument
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dzfstream.h215 std::streamsize buffer_size; member in class:gzfilebuf
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dzfstream.h215 std::streamsize buffer_size; member in class:gzfilebuf
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dzfstream.h215 std::streamsize buffer_size; member in class:gzfilebuf
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dzfstream.h215 std::streamsize buffer_size; member in class:gzfilebuf
/netbsd-current/common/dist/zlib/contrib/iostream3/
H A Dzfstream.h215 std::streamsize buffer_size; member in class:gzfilebuf
/netbsd-current/lib/libossaudio/
H A Doss_dsp.c247 idat = tmpinfo.play.buffer_size / tmpinfo.blocksize;
248 idat = (tmpinfo.play.buffer_size / idat) & -4;
254 INTARG = tmpinfo.play.buffer_size / tmpinfo.blocksize;
303 tmpinfo.record.buffer_size / tmpinfo.blocksize;
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_private.h108 size_t buffer_size; member in struct:archive_read_filter

Completed in 386 milliseconds

12345678