Home
last modified time | relevance | path

Searched defs:resize (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/usr.bin/mkimg/
H A Dformat.h36 int (*resize)(lba_t); member
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h60 void resize(typename StorageT::size_type s) { resize() function
H A DPagedVector.h116 void resize(size_t NewSize) { in resize() function
H A DPackedVector.h110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
H A DDenseSet.h92 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
H A DSmallVector.h639 void resize(size_type N) { resizeImpl<false>(N); } in resize() function
651 void resize(size_type N, ValueParamT NV) { in resize() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h49 void resize(unsigned N) { in resize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h62 void resize(uptr NewSize) { in resize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h136 void resize(unsigned NumSUnits) { in resize() function
/freebsd/usr.bin/systat/
H A Dmain.c125 resize(int signo __unused) in resize() function
/freebsd/contrib/llvm-project/libc/src/__support/CPP/
H A Dstring.h144 LIBC_INLINE void resize(size_t size) { in resize() function
/freebsd/sys/contrib/xen/io/
H A Dfbif.h75 struct xenfb_resize resize; member
/freebsd/contrib/atf/atf-c/detail/
H A Ddynstr.c45 resize(atf_dynstr_t *ad, size_t newsize) in resize() function
/freebsd/sys/dev/mlx5/
H A Dcq.h104 } resize; member
/freebsd/sys/geom/
H A Dgeom.h113 g_resize_t *resize; member
146 g_resize_t *resize; member
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() function
/freebsd/contrib/bsddialog/lib/
H A Dslider.c377 unsigned long *end, bool resize, unsigned int nblocks, in bsddialog_slider()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize() function
/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb_log.c199 resize(kdb_hlog_t *ulog, uint32_t ulogentries, int ulogfd, in resize() function
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h1358 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::resize(size_type __sz) { in resize() function
1367 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::resize(size_type __sz, const_reference … in resize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h116 void resize(unsigned i) { Frames.resize(i); } in resize() function
/freebsd/contrib/ofed/libbnxtre/
H A Dverbs.c527 uint32_t resize = 0; in bnxt_re_resize_cq() local
890 uint32_t *resize) in bnxt_re_poll_one()
1086 uint32_t resize = 0; in bnxt_re_poll_cq() local
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c815 bool resize; in slider_builder() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h572 void resize(uptr new_size) { in resize() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp297 void resize(size_t Sz) { Vals.resize(Sz); } in resize() function in __anon4233e3b50111::VectorWithUndo

12