/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 57 void resize(typename StorageT::size_type s) { in resize() function
|
H A D | PackedVector.h | 108 void resize(unsigned N) { Bits.resize(N << (BitNum-1)); } in resize() function
|
H A D | DenseSet.h | 58 void resize(size_t Size) { TheMap.resize(Size); } in resize() function
|
H A D | SmallVector.h | 415 void resize(size_type N) { in resize() function 428 void resize(size_type N, const T &NV) { in resize() function
|
H A D | DenseMap.h | 83 void resize(size_type Size) { in resize() function
|
/minix3/external/bsd/libc++/dist/libcxx/test/support/ |
H A D | nasty_containers.hpp | 121 void resize(size_type sz) { v_.resize(sz); } in resize() function in nasty_vector 122 void resize(size_type sz, const value_type& c) { v_.resize(sz, c); } in resize() function in nasty_vector 240 void resize(size_type sz) { l_.resize(); } in resize() function in nasty_list 241 void resize(size_type sz, const value_type& c) { l_.resize(c); } in resize() function in nasty_list
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.h | 61 void resize(unsigned N) { ValuePtrs.resize(N); } in resize() function 113 void resize(unsigned N) { MDValuePtrs.resize(N); } in resize() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDFS.h | 137 void resize(unsigned NumSUnits) { in resize() function
|
/minix3/external/bsd/bind/dist/lib/isc/ |
H A D | heap.c | 126 resize(isc_heap_t *heap) { in resize() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | ValueMap.h | 122 void resize(size_t Size) { Map.resize(Size); } in resize() function
|
/minix3/external/bsd/atf/dist/atf-c/detail/ |
H A D | dynstr.c | 49 resize(atf_dynstr_t *ad, size_t newsize) in resize() function
|
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/detail/ |
H A D | dynstr.c | 51 resize(atf_dynstr_t *ad, size_t newsize) in resize() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTVector.h | 338 void resize(const ASTContext &C, unsigned N, const T &NV) { in resize() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | OnDiskHashTable.h | 99 void resize(size_t NewSize) { in resize() function
|
/minix3/external/bsd/nvi/dist/ipc/ |
H A D | ip.h | 156 int (*resize) __P((IPVIWIN*, u_int32_t, u_int32_t)); member
|
/minix3/minix/usr.sbin/mkfs.mfs/ |
H A D | mkfs.c | 544 uint64_t bytes, resize; in sizeup() local
|
/minix3/external/bsd/nvi/dist/motif_l/ |
H A D | xtabbed.c | 1367 static void resize(Widget self) in resize() function
|
/minix3/external/bsd/tmux/dist/ |
H A D | tmux.h | 853 void (*resize)(struct window_pane *, u_int, u_int); member
|