Searched defs:resize (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/usr.bin/mkimg/
H A Dformat.h34 int (*resize)(lba_t); member in struct:mkimg_format
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DValueList.h49 void resize(unsigned N) { function in class:llvm::BitcodeReaderValueList
H A DMetadataLoader.cpp127 void resize(unsigned N) { MetadataPtrs.resize(N); } function in class:__anon1817::BitcodeReaderMetadataList
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h61 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
H A DPackedVector.h110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } function in class:llvm::PackedVector
H A DDenseSet.h86 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::detail::DenseSetImpl
H A DBitVector.h341 void resize(unsigned N, bool t = false) { function in namespace:llvm
[all...]
H A DSmallBitVector.h332 void resize(unsigned N, bool t = false) { function in class:llvm::SmallBitVector
[all...]
H A DSmallVector.h651 void resize(size_type N) { resizeImpl<false>(N); } function in class:llvm::SmallVectorImpl
663 void resize(size_type N, ValueParamT NV) { function in class:llvm::SmallVectorImpl
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h59 void resize(uptr NewSize) { function in class:scudo::VectorNoCtor
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h341 void resize(const ASTContext &C, unsigned N, const T &NV) { function in class:clang::ASTVector
/freebsd-current/contrib/atf/atf-c/detail/
H A Ddynstr.c45 resize(atf_dynstr_t *ad, size_t newsize) function
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h136 void resize(unsigned NumSUnits) { function in class:llvm::SchedDFSResult
/freebsd-current/sys/contrib/xen/io/
H A Dfbif.h75 struct xenfb_resize resize; member in union:xenfb_out_event
/freebsd-current/usr.bin/systat/
H A Dmain.c126 resize(int signo __unused) function
/freebsd-current/sys/dev/mlx5/
H A Dcq.h104 } resize; member in union:mlx5_cq_modify_params::__anon3062
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { function in class:llvm::OnDiskChainedHashTableGenerator
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp128 void distributedBarrier::resize(size_t nthr) { function in class:distributedBarrier
H A Dkmp_affinity.h1326 void resize(kmp_uint32 nproc) { function in class:hierarchy_info
/freebsd-current/sys/geom/
H A Dgeom.h113 g_resize_t *resize; member in struct:g_class
146 g_resize_t *resize; member in struct:g_geom
/freebsd-current/tools/sched/
H A Dschedgraph.py1607 def resize(self, *args): member in class:SchedGraph
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DMetadata.h1353 void resize(size_t NumOps) { function in class:llvm::DebugValueUser::MDNode
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h563 void resize(uptr new_size) { function in class:__sanitizer::InternalMmapVectorNoCtor

Completed in 414 milliseconds