Searched defs:new_size (Results 1 - 25 of 77) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataBufferHeap.cpp49 uint64_t DataBufferHeap::SetByteSize(uint64_t new_size) { argument
H A DDataEncoder.cpp94 uint32_t new_size = GetByteSize(); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cpp25 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { argument
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_indirect_births.c133 uint64_t new_size; local
/freebsd-13-stable/sys/netinet/
H A Dip_id.c192 ip_initid(int new_size) argument
/freebsd-13-stable/lib/geom/virstor/
H A Dgeom_virstor.c205 size_t new_size = rounddown(md.md_chunk_size, MAXPHYS); local
/freebsd-13-stable/contrib/bmake/
H A Dstr.c207 size_t new_size; local
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c387 size_t new_size; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp52 static inline void DTLS_Resize(uptr new_size) { argument
H A Dsanitizer_allocator_combined.h97 void *Reallocate(AllocatorCache *cache, void *p, uptr new_size, argument
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dheap.c126 size_t new_size; local
/freebsd-13-stable/sys/net/route/
H A Dnhop_utils.h43 uint32_t new_size = 0; local
/freebsd-13-stable/sys/cam/
H A Dcam_queue.c98 camq_resize(struct camq *queue, int new_size) argument
268 cam_ccbq_resize(struct cam_ccbq *ccbq, int new_size) argument
[all...]
/freebsd-13-stable/usr.bin/dc/
H A Dstack.c138 size_t new_size; local
/freebsd-13-stable/usr.bin/patch/
H A Dinp.c118 size_t new_size; local
/freebsd-13-stable/contrib/libevent/
H A Dkqueue.c237 kq_grow_events(struct kqop *kqop, size_t new_size) argument
291 int new_size = kqop->events_size; local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c359 uintptr_t new_size = emutls_new_data_array_size(index); local
368 uintptr_t new_size = emutls_new_data_array_size(index); local
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp162 size_t new_size = max<size_t>(static_cast<size_t>(__alsize_), 2*old_size); local
/freebsd-13-stable/contrib/expat/tests/
H A Dminicheck.c87 size_t new_size = sizeof(tcase_test_function) * nalloc; local
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Dkqueue.c237 kq_grow_events(struct kqop *kqop, size_t new_size) argument
290 int new_size = kqop->events_size; local
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_extattr.c799 ext2_extattr_get_size(struct ext2fs_extattr_entry *first_entry, struct ext2fs_extattr_entry *exist_entry, int header_size, int name_len, int new_size) argument
/freebsd-13-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c436 size_t new_size = num; local
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_heap.c82 heap_resize(struct dn_heap *h, unsigned int new_size) argument
[all...]
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_rx.c253 sdp_get_recv_bytes(struct sdp_sock *ssk, u32 new_size) argument
260 sdp_init_buffers(struct sdp_sock *ssk, u32 new_size) argument
270 sdp_resize_buffers(struct sdp_sock *ssk, u32 new_size) argument
295 u32 new_size = ntohl(buf->size); local
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp153 const size_t new_size = curr_size + scalar_size; local
165 const size_t new_size = curr_size + vector_size; local
179 const size_t new_size = curr_size + src_len; local

Completed in 113 milliseconds

1234