| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-command.c | 30 tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y) function in class:tui_cmd_window
|
| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-command.c | 34 tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y) function in class:tui_cmd_window
|
| /src/sys/dev/wscons/ |
| wsemulvar.h | 55 void (*resize)(void *, const struct wsscreen_descr *); member in struct:wsemul_ops
|
| /src/tests/fs/lfs/ |
| t_resize.c | 36 /* Resize filesystem */ 37 void resize(int, size_t); 99 * Remount and resize. 113 fprintf(stderr, "* Resize (enlarge)\n"); 114 resize(fd, BIGSIZE); 133 fprintf(stderr, "* Resize (shrink)\n"); 134 resize(fd, SMALLSIZE); 174 resize(int fd, size_t size) function
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| IndexedMap.h | 59 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap 60 storage_.resize(s, nullVal_); 70 resize(NewSize);
|
| PackedVector.h | 109 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } function in class:llvm::PackedVector 119 resize(size()+1);
|
| DenseSet.h | 86 void resize(size_t Size) { TheMap.resize(Size); } function in class:llvm::detail::DenseSetImpl
|
| /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
| ValueList.h | 65 void resize(unsigned N) { function in class:llvm::BitcodeReaderValueList 66 ValuePtrs.resize(N); 67 FullTypes.resize(N); 94 ValuePtrs.resize(N); 95 FullTypes.resize(N);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeArray.h | 60 resize (count); 79 resize (long cnt) function in class:DbeArray
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeArray.h | 60 resize (count); 79 resize (long cnt) function in class:DbeArray
|
| /src/sbin/gpt/ |
| resize.c | 36 __RCSID("$NetBSD: resize.c,v 1.27 2025/12/17 15:56:06 nia Exp $"); 63 "resize", 72 resize(gpt_t gpt, u_int entry, off_t alignment, off_t sectors, function 181 return resize(gpt, entry, alignment, sectors, size, quiet);
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| fsadm.sh | 17 # Script for resizing devices (usable for LVM resize) 75 echo "${TOOL}: Utility to resize or check the filesystem on a device" 80 echo " ${TOOL} [options] resize device [new_size[BKMGTPE]]" 86 echo " -e | --ext-offline unmount filesystem before ext2/ext3/ext4 resize" 89 echo " -l | --lvresize Resize given device (if it is LVM device)" 237 # Resize ext2/ext3/ext4 filesystem 265 # Resize reiserfs filesystem 290 # Resize XFS filesystem 322 # Resize filesystem 324 resize() { function [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| net.h | 130 resize(const _Protocol&, size_t __s) function in struct:experimental::net::v1::__sockopt_base 133 __throw_length_error("invalid value for socket option resize"); 212 __b.resize(__s); 265 decltype(__b->resize(std::declval<size_t>())) >>;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
| hash_standard_resize_policy_imp.hpp | 38 * Contains a resize policy implementation. 187 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| net.h | 130 resize(const _Protocol&, size_t __s) function in struct:experimental::net::v1::__sockopt_base 133 __throw_length_error("invalid value for socket option resize"); 212 __b.resize(__s); 265 decltype(__b->resize(std::declval<size_t>())) >>;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/ |
| hash_standard_resize_policy_imp.hpp | 38 * Contains a resize policy implementation. 187 resize(size_type new_size) function in class:PB_DS_CLASS_C_DEC
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ScheduleDFS.h | 124 /// resize() initializes DFSResult, while compute() populates it. 136 void resize(unsigned NumSUnits) { function in class:llvm::SchedDFSResult 137 DFSNodeData.resize(NumSUnits);
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| dynstr.c | 49 resize(atf_dynstr_t *ad, size_t newsize) function 89 err = resize(ad, newlen + sizeof(char));
|
| /src/external/bsd/zstd/dist/build/single_file_libs/examples/ |
| emscripten.c | 206 * Emscripten resize handler. 208 static EM_BOOL resize(int type, const EmscriptenUiEvent* e, void* data) { function 231 // Bind the context and fire a resize to get the initial size 233 emscripten_set_resize_callback(EMSCRIPTEN_EVENT_TARGET_DOCUMENT, NULL, EM_FALSE, resize); 234 resize(0, NULL, NULL);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| hash.c | 239 resize (hash_table *htab) function 284 /* Table is filled more than 75%. Resize the table. */ 285 resize (htab); 314 /* Table is filled more than 75%. Resize the table. */ 315 resize (htab);
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| hash.c | 239 resize (hash_table *htab) function 284 /* Table is filled more than 75%. Resize the table. */ 285 resize (htab); 314 /* Table is filled more than 75%. Resize the table. */ 315 resize (htab);
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| hash.c | 239 resize (hash_table *htab) function 284 /* Table is filled more than 75%. Resize the table. */ 285 resize (htab); 314 /* Table is filled more than 75%. Resize the table. */ 315 resize (htab);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| heap.c | 128 resize(isc_heap_t *heap) { function 204 resize(heap);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| heap.c | 127 resize(isc_heap_t *heap) { function 206 resize(heap);
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
| fbif.h | 54 * Framebuffer resize notification event 55 * Capable backend sets feature-resize in xenstore. 75 struct xenfb_resize resize; member in union:xenfb_out_event
|