/netbsd-src/external/apache2/llvm/dist/clang/utils/ |
H A D | convert_arm_neon.py | 102 resize = get_resize(default_width, 16) 106 resize = get_resize(default_width, 32) 110 resize = get_resize(default_width, 64) 114 resize = get_resize(default_width, 32) 118 resize = get_resize(default_width, 64) 122 resize = get_resize(default_width, 32) 126 resize = get_resize(default_width, 64) 130 resize = get_resize(default_width, 32) 134 resize = get_resize(default_width, 64) 138 resize = get_resize(default_width, 16) [all …]
|
/netbsd-src/usr.bin/resize/ |
H A D | Makefile | 6 PROG= resize 19 . for i in resize.c resize.man 27 CLEANFILES+=resize.1 29 resize.1: resize.man
|
/netbsd-src/external/gpl2/lvm2/dist/tools/ |
H A D | lvresize.c | 42 } resize; member 197 lp->resize = LV_ANY; in _lvresize_params() 201 lp->resize = LV_REDUCE; in _lvresize_params() 203 lp->resize = LV_EXTEND; in _lvresize_params() 235 if (lp->resize == LV_EXTEND && lp->sign == SIGN_MINUS) { in _lvresize_params() 240 if (lp->resize == LV_REDUCE && lp->sign == SIGN_PLUS) { in _lvresize_params() 406 lp->resize = LV_EXTEND; /* lets pretend zero size extension */ in _lvresize() 541 if (lp->resize == LV_EXTEND) { in _lvresize() 547 lp->resize = LV_REDUCE; in _lvresize() 549 if (lp->resize == LV_REDUCE) { in _lvresize() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 118 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String() 131 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String() 163 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String() 176 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String() 192 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal() 199 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal() 222 Result.resize(Source.size()); in convertWideToUTF8() 234 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8() 239 Result.resize(reinterpret_cast<char *>(ResultPtr) - &Result[0]); in convertWideToUTF8()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 65 void resize(unsigned N) { in resize() function 66 ValuePtrs.resize(N); in resize() 67 FullTypes.resize(N); in resize() 94 ValuePtrs.resize(N); in shrinkTo() 95 FullTypes.resize(N); in shrinkTo()
|
H A D | ValueList.cpp | 72 resize(Idx + 1); in assignValue() 102 resize(Idx + 1); in getConstantFwdRef() 123 resize(Idx + 1); in getValueFwdRef()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 157 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs() 198 AllColors.resize(1); in InitializeSlots() 199 UsedColors.resize(1); in InitializeSlots() 201 OrigAlignments.resize(LastFI); in InitializeSlots() 202 OrigSizes.resize(LastFI); in InitializeSlots() 203 AllColors[0].resize(LastFI); in InitializeSlots() 204 UsedColors[0].resize(LastFI); in InitializeSlots() 205 Assignments.resize(LastFI); in InitializeSlots() 232 AllColors.resize(StackID + 1); in InitializeSlots() 233 UsedColors.resize(StackID + 1); in InitializeSlots() [all …]
|
H A D | StackColoring.cpp | 662 InterestingSlots.resize(NumSlot); in collectMarkers() 664 ConservativeSlots.resize(NumSlot); in collectMarkers() 666 StoreSlots.resize(NumSlot); in collectMarkers() 680 BetweenStartEnd.resize(NumSlot); in collectMarkers() 764 BlockInfo.Begin.resize(NumSlot); in collectMarkers() 765 BlockInfo.End.resize(NumSlot); in collectMarkers() 866 Starts.resize(NumSlots); in calculateLiveIntervals() 868 DefinitelyInUse.resize(NumSlots); in calculateLiveIntervals() 1229 LiveStarts.resize(NumSlots); in runOnMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 70 FreeBlocks.resize(Addr + 1, true); in setBlockMapAddr() 116 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 126 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 167 FreeBlocks.resize(Block + 1, true); in addStream() 185 NewBlocks.resize(ReqBlocks); in addStream() 204 AddedBlockList.resize(AddedBlocks); in setStreamSize() 268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout() 277 DirectoryBlocks.resize(NumDirectoryBlocks); in generateLayout() 295 L.StreamMap.resize(StreamData.size()); in generateLayout()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 59 void resize(typename StorageT::size_type s) { in resize() function 60 storage_.resize(s, nullVal_); in resize() 70 resize(NewSize); in grow()
|
H A D | PackedVector.h | 109 void resize(unsigned N) { Bits.resize(N << (BitNum - 1)); } in resize() function 119 resize(size()+1); in push_back()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 92 InterestingAllocas.resize(NumAllocas); in collectMarkers() 241 Started.resize(NumAllocas); in calculateLiveIntervals() 242 Ended.resize(NumAllocas); in calculateLiveIntervals() 244 Start.resize(NumAllocas); in calculateLiveIntervals() 327 LiveRanges.resize(NumAllocas, getFullLiveRange()); in run() 330 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run() 336 LiveRanges.resize(NumAllocas, LiveRange(Instructions.size())); in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 267 Tmp.resize(Size, nullptr); in INITIALIZE_PASS_DEPENDENCY() 269 CachePtr->resize(Size, nullptr); in INITIALIZE_PASS_DEPENDENCY() 474 Res.resize(NumElems); in splitUnary() 496 Res.resize(NumElems); in splitBinary() 538 Scattered.resize(NumArgs); in splitCall() 589 Res.resize(NumElems); in visitSelectInst() 647 Ops.resize(NumIndices); in visitGetElementPtrInst() 660 Res.resize(NumElems); in visitGetElementPtrInst() 663 Indices.resize(NumIndices); in visitGetElementPtrInst() 686 Res.resize(NumElems); in visitCastInst() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | ASanStackFrameLayout.cpp | 122 SB.resize(Vars[0].Offset / Granularity, kAsanStackLeftRedzoneMagic); in GetShadowBytes() 124 SB.resize(Var.Offset / Granularity, kAsanStackMidRedzoneMagic); in GetShadowBytes() 126 SB.resize(SB.size() + Var.Size / Granularity, 0); in GetShadowBytes() 130 SB.resize(Layout.FrameSize / Granularity, kAsanStackRightRedzoneMagic); in GetShadowBytes()
|
/netbsd-src/external/mit/ctwm/etc/ |
H A D | system.ctwmrc | 168 RightTitleButton ":xpm:resize" = f.resize 330 " Resize" f.resize 390 Function "raise-and-resize" { f.raise f.deltastop f.resize } 395 Button2 = : title : f.function "raise-and-resize" 398 Button1 = : frame : f.function "raise-and-resize" 415 Button3 = mod1 : window : f.resize 416 Button3 = mod4 : window : f.resize
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 54 UsedBytes.resize(SizeOf, true); in LayoutItemBase() 114 UsedBytes.resize(LayoutSize); in UDTLayoutBase() 133 ImmediateUsedBytes.resize(SizeOf, false); in ClassLayout() 159 UsedBytes.resize(1); in BaseClassLayout() 287 ChildBytes.resize(UsedBytes.size()); in addChildToLayout()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/ |
H A D | hellowindow.cc | 57 panel->resize (panel->sizeHint ()); in HelloMainWindow() 58 resize (panel->frameSize ()); in HelloMainWindow()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 164 Result.resize(RoundUpSize); in Finalize() 174 Result.resize(4); in Finalize() 180 Result.resize(RoundUpSize); in Finalize()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | valarray.cpp | 19 template void valarray<size_t>::resize(size_t, size_t); 28 __1d_.resize(__k); in __init()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
H A D | algorithms.bench.cpp | 52 V.resize(N, 0); in fillValues() 62 V.resize(N, std::make_pair(0, 0)); in fillValues() 77 V.resize(N, std::make_tuple(0, 0, 0)); in fillValues() 98 V.resize(N, getRandomString(64)); in fillValues() 146 Ret.resize(NumCopies); in makeOrderedValues()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | DbeArray.h | 60 resize (count); in allocate() 79 resize (long cnt) in resize() function
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | DbeArray.h | 60 resize (count); in allocate() 79 resize (long cnt) in resize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIADataStream.cpp | 35 Record.resize(RecordSize); in getItemAtIndex() 49 Record.resize(RecordSize); in getNext()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/ |
H A D | hello.cc | 62 panel->resize (panel->sizeHint ()); in main() 63 window->resize (panel->frameSize ()); in main()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_printf.cpp | 263 v.resize(needed_length + 1); in SharedPrintfCodeNoBuffer() 265 v.resize(buffer_size); in SharedPrintfCodeNoBuffer() 344 buffer_.resize(buffer_.capacity()); in append() 352 buffer_.resize(prev_len + sz + 1); in append()
|