Home
last modified time | relevance | path

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

/freebsd/usr.bin/mkimg/
H A Dformat.h34 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 DPackedVector.h110 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function
H A DDenseSet.h86 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
H A DSmallVector.h652 void resize(size_type N) { resizeImpl<false>(N); } in resize() function
664 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
H A DMetadataLoader.cpp127 void resize(unsigned N) { MetadataPtrs.resize(N); } in resize() function in __anon7965f5d30111::BitcodeReaderMetadataList
/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.c126 resize(int signo __unused) 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/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h114 void resize(unsigned i) { Frames.resize(i); } in resize() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.h562 void resize(uptr new_size) { in resize() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp128 void distributedBarrier::resize(size_t nthr) { in resize() function in distributedBarrier
H A Dkmp_affinity.h1377 void resize(kmp_uint32 nproc) { in resize() function
/freebsd/tools/sched/
H A Dschedgraph.py1607 def resize(self, *args): member in SchedGraph
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1878 resize: TRUE, property
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp705 void MDNode::Header::resize(size_t NumOps) { in resize() function in MDNode::Header