Searched refs:resize (Results 1 - 25 of 725) sorted by relevance

1234567891011>>

/netbsd-current/usr.bin/resize/
H A DMakefile6 PROG= resize
19 . for i in resize.c resize.man
27 CLEANFILES+=resize.1
29 resize.1: resize.man
/netbsd-current/external/apache2/llvm/dist/clang/utils/
H A Dconvert_arm_neon.py102 resize = get_resize(default_width, 16)
103 cur_mod = f'1F{resize}'
106 resize = get_resize(default_width, 32)
107 cur_mod = f'1F{resize}'
110 resize = get_resize(default_width, 64)
111 cur_mod = f'1F{resize}'
114 resize = get_resize(default_width, 32)
115 cur_mod = f'1S{resize}'
118 resize = get_resize(default_width, 64)
119 cur_mod = f'1S{resize}'
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DHost.inc40 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
46 TargetTripleString.resize(MacOSDashIdx);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delf-none-tdep.c61 fname.resize (fname_len - 1);
62 psargs.resize (psargs_len - 1);
67 fname.resize (fname_len);
68 psargs.resize (psargs_len);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DValueList.h65 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);
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dt-fsadm.sh24 fsadm --lvresize resize $G_dev_/$vg/$lv1 128M
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
H A Dhellowindow.cc57 panel->resize (panel->sizeHint ());
58 resize (panel->frameSize ());
/netbsd-current/distrib/utils/embedded/conf/
H A Docteon.conf6 resize=true
H A Driscv32.conf6 resize=true
/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dvalarray.cpp19 template void valarray<size_t>::resize(size_t, size_t);
28 __1d_.resize(__k);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-command.h55 void resize (int height, int width, int origin_x, int origin_y) override;
H A Dtui-command.c41 tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y) function in class:tui_cmd_window
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-command.c35 tui_cmd_window::resize (int height_, int width_, int origin_x, int origin_y) function in class:tui_cmd_window
H A Dtui-command.h53 void resize (int height, int width, int origin_x, int origin_y) override;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h59 void resize(typename StorageT::size_type s) { function in class:llvm::IndexedMap
60 storage_.resize(s, nullVal_);
70 resize(NewSize);
/netbsd-current/external/bsd/tmux/dist/
H A Dexample_tmux.conf64 set -t0:0 aggressive-resize on
66 setw -t0:1 aggressive-resize on
68 setw -t0:2 aggressive-resize on
/netbsd-current/sys/dev/wscons/
H A Dwsemulvar.h55 void (*resize)(void *, const struct wsscreen_descr *); member in struct:wsemul_ops
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCXXFieldCollector.h72 Fields.resize(Fields.size() - getCurNumFields());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DConvertUTFWrapper.cpp118 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1);
131 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]);
162 // We resize down later so we don't have to worry that this over allocates.
163 DstUTF16.resize(SrcUTF8.size()+1);
176 DstUTF16.resize(Dst - &DstUTF16[0]);
192 Result.resize(Source.size() + 1);
199 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]);
222 Result.resize(Source.size());
234 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size());
239 Result.resize(reinterpret_cas
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/
H A Dhello.cc62 panel->resize (panel->sizeHint ());
63 window->resize (panel->frameSize ());
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIADataStream.cpp35 Record.resize(RecordSize);
49 Record.resize(RecordSize);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
/netbsd-current/distrib/utils/embedded/files/
H A Dresize_gpt32 gpt -H resize -a 4m -i 2 -q ${BLOCK_DEVICE}
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCCState.h53 IsFixed.resize(Ins.size(), true);
60 IsFixed.resize(Outs.size(), false);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeArray.h60 resize (count);
79 resize (long cnt) function in class:DbeArray

Completed in 186 milliseconds

1234567891011>>