HomeSort by: relevance | last modified time | path
    Searched refs:resize (Results 1 - 25 of 707) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/usr.bin/resize/
Makefile 6 PROG= resize
19 . for i in resize.c resize.man
27 CLEANFILES+=resize.1
29 resize.1: resize.man
  /src/external/apache2/llvm/dist/clang/utils/
convert_arm_neon.py 102 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...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Host.inc 40 TargetTripleString.resize(DarwinDashIdx + strlen("-darwin"));
46 TargetTripleString.resize(MacOSDashIdx);
  /src/external/gpl3/gdb.old/dist/gdb/
elf-none-tdep.c 58 respectively, including a null terminator at the end. Resize to
61 fname.resize (fname_len - 1);
62 psargs.resize (psargs_len - 1);
65 /* Resize the buffers up to their required lengths. This will fill any
67 fname.resize (fname_len);
68 psargs.resize (psargs_len);
  /src/external/gpl3/gdb.old/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
tui-command.h 40 void resize (int height, int width, int origin_x, int origin_y) override;
  /src/external/gpl3/gdb/dist/gdb/
elf-none-tdep.c 58 respectively, including a null terminator at the end. Resize to
61 fname.resize (fname_len - 1);
62 psargs.resize (psargs_len - 1);
65 /* Resize the buffers up to their required lengths. This will fill any
67 fname.resize (fname_len);
68 psargs.resize (psargs_len);
  /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
tui-command.h 40 void resize (int height, int width, int origin_x, int origin_y) override;
  /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/distrib/utils/embedded/conf/
octeon.conf 6 resize=true
riscv32.conf 6 resize=true
riscv64.conf 6 resize=true
  /src/external/apache2/llvm/dist/libcxx/src/
valarray.cpp 19 template void valarray<size_t>::resize(size_t, size_t);
28 __1d_.resize(__k);
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/
hellowindow.cc 57 panel->resize (panel->sizeHint ());
58 resize (panel->frameSize ());
  /src/external/gpl2/lvm2/dist/test/
t-fsadm.sh 24 fsadm --lvresize resize $G_dev_/$vg/$lv1 128M
  /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);
  /src/external/bsd/tmux/dist/
example_tmux.conf 64 set -t0:0 aggressive-resize on
66 setw -t0:1 aggressive-resize on
68 setw -t0:2 aggressive-resize on
  /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/clang/include/clang/Sema/
CXXFieldCollector.h 72 Fields.resize(Fields.size() - getCurNumFields());
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ConvertUTFWrapper.cpp 118 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_cast<char *>(ResultPtr) - &Result[0])
    [all...]
  /src/distrib/utils/embedded/files/
resize_gpt 32 gpt -H resize -a 4m -i 2 -q ${BLOCK_DEVICE}
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LatencyPriorityQueue.h 54 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
58 NumNodesSolelyBlocking.resize(SUnits->size(), 0);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIADataStream.cpp 35 Record.resize(RecordSize);
49 Record.resize(RecordSize);

Completed in 54 milliseconds

1 2 3 4 5 6 7 8 91011>>