/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsresize.c | 10 * This utility will resize an NTFS volume without data loss. 130 "* run 'chkdsk /f /r' on Windows and rebooot it TWICE! Then you can resize *\n" 344 " -c, --check Check to ensure that the device is ready for resize\n" in usage() 642 printf("You might resize at %lld bytes ", (long long)new_b); in print_advise() 709 static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl) in collect_resize_constraints() argument 719 inode = resize->ni->mft_no; in collect_resize_constraints() 720 flags = resize->ctx->attr->flags; in collect_resize_constraints() 721 atype = resize->ctx->attr->type; in collect_resize_constraints() 723 if ((ret = ntfs_inode_badclus_bad(inode, resize->ctx->attr)) != 0) { in collect_resize_constraints() 730 llcn = &resize in collect_resize_constraints() 776 collect_relocation_info(ntfs_resize_t *resize, runlist *rl) collect_relocation_info() argument 1105 build_resize_constraints(ntfs_resize_t *resize) build_resize_constraints() argument 1129 resize_constraints_by_attributes(ntfs_resize_t *resize) resize_constraints_by_attributes() argument 1143 set_resize_constraints(ntfs_resize_t *resize) set_resize_constraints() argument 1393 reload_mft(ntfs_resize_t *resize) reload_mft() argument 1443 record_mft_in_bitmap(ntfs_resize_t *resize) record_mft_in_bitmap() argument 1463 delayed_updates(ntfs_resize_t *resize) delayed_updates() argument 1543 replace_later(ntfs_resize_t *resize, runlist *rl, runlist *head_rl) replace_later() argument 1607 replace_attribute_runlist(ntfs_resize_t *resize, runlist *rl) replace_attribute_runlist() argument 1892 copy_clusters(ntfs_resize_t *resize, s64 dest, s64 src, s64 len) copy_clusters() argument 2008 relocate_run(ntfs_resize_t *resize, runlist **rl, int run) relocate_run() argument 2065 relocate_attribute(ntfs_resize_t *resize) relocate_attribute() argument 2105 is_mftdata(ntfs_resize_t *resize) is_mftdata() argument 2126 handle_mftdata(ntfs_resize_t *resize, int do_mftdata) handle_mftdata() argument 2160 relocate_attributes(ntfs_resize_t *resize, int do_mftdata) relocate_attributes() argument 2202 relocate_inode(ntfs_resize_t *resize, MFT_REF mref, int do_mftdata) relocate_inode() argument 2245 relocate_inodes(ntfs_resize_t *resize) relocate_inodes() argument 2356 advise_on_resize(ntfs_resize_t *resize) advise_on_resize() argument 2425 truncate_badclust_bad_attr(ntfs_resize_t *resize) truncate_badclust_bad_attr() argument 2465 realloc_bitmap_data_attr(ntfs_resize_t *resize, runlist **rl, s64 nr_bm_clusters) realloc_bitmap_data_attr() argument 2488 realloc_lcn_bitmap(ntfs_resize_t *resize, s64 bm_bsize) realloc_lcn_bitmap() argument 2503 truncate_bitmap_data_attr(ntfs_resize_t *resize) truncate_bitmap_data_attr() argument 2668 truncate_badclust_file(ntfs_resize_t *resize) truncate_badclust_file() argument 2685 truncate_bitmap_file(ntfs_resize_t *resize) truncate_bitmap_file() argument 2870 print_num_of_relocations(ntfs_resize_t *resize) print_num_of_relocations() argument 3005 set_disk_usage_constraint(ntfs_resize_t *resize) set_disk_usage_constraint() argument 3014 check_resize_constraints(ntfs_resize_t *resize) check_resize_constraints() argument 3904 ntfs_resize_t resize; update_runlist() local 4538 ntfs_resize_t resize; main() local [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | memory_io_test.cc | 38 test_buffer.resize(kTestBufferLen); in TestMemoryInputStream() 52 b.resize(7); in TestMemoryInputStream() 56 b.resize(17); in TestMemoryInputStream() 62 b.resize(10); in TestMemoryInputStream() 67 b.resize(10); in TestMemoryInputStream() 77 b.resize(10); in TestMemoryInputStream() 86 test_buffer.resize(kTestBufferLen); in TestMemoryOutputStream()
|
H A D | font_data_test.cc | 144 buffer->resize(rfd->Length()); in ReadFontDataWithSingleByte() 154 b->resize(rfd->Length()); in ReadFontDataWithBuffer() 167 b->resize(rfd->Length()); in ReadFontDataWithSlidingWindow() 217 b1.resize(length); in ReadComparison() 218 b2.resize(length); in ReadComparison() 231 b1.resize(length); in ReadComparison() 232 b2.resize(length); in ReadComparison() 244 b1.resize(length); in ReadComparison() 245 b2.resize(length); in ReadComparison()
|
/third_party/python/PC/ |
H A D | python_uwp.cpp | 37 name.resize(nameLength); in get_package_family() 40 name.resize(nameLength - 1); in get_package_family() 46 name.resize(nameLength); in get_package_family() 51 name.resize(nameLength - 1); in get_package_family() 86 path.resize(pathLength); in get_package_home() 89 path.resize(pathLength - 1); in get_package_home() 95 path.resize(pathLength); in get_package_home() 100 path.resize(pathLength - 1); in get_package_home() 134 executable.resize(MAX_PATH); in set_process_name() 143 executable.resize(le in set_process_name() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 117 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String() 130 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String() 161 // We resize down later so we don't have to worry that this over allocates. in convertUTF8ToUTF16String() 162 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String() 175 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String() 191 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal() 198 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal() 221 Result.resize(Source.size()); in convertWideToUTF8() 233 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8() 238 Result.resize(reinterpret_cas in convertWideToUTF8() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | ConvertUTFWrapper.cpp | 116 Out.resize(SrcBytes.size() * UNI_MAX_UTF8_BYTES_PER_CODE_POINT + 1); in convertUTF16ToUTF8String() 129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String() 160 // We resize down later so we don't have to worry that this over allocates. in convertUTF8ToUTF16String() 161 DstUTF16.resize(SrcUTF8.size()+1); in convertUTF8ToUTF16String() 174 DstUTF16.resize(Dst - &DstUTF16[0]); in convertUTF8ToUTF16String() 190 Result.resize(Source.size() + 1); in ConvertUTF8toWideInternal() 197 Result.resize(reinterpret_cast<wchar_t *>(ResultPtr) - &Result[0]); in ConvertUTF8toWideInternal() 220 Result.resize(Source.size()); in convertWideToUTF8() 232 Result.resize(UNI_MAX_UTF8_BYTES_PER_CODE_POINT * Source.size()); in convertWideToUTF8() 237 Result.resize(reinterpret_cas in convertWideToUTF8() [all...] |
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | dePoolArray.cpp | 72 /* Test resize(). */ in intArrayTest() 73 arr.resize(1000); in intArrayTest() 74 arr16.resize(1000); in intArrayTest() 91 arr2.resize(1500); in intArrayTest() 146 /* Test resize(). */ in alignedIntArrayTest() 147 arr.resize(1000); in alignedIntArrayTest() 148 arr16.resize(1000); in alignedIntArrayTest() 163 arr.resize(0); in alignedIntArrayTest() 164 arr.resize(100, -123); in alignedIntArrayTest() 171 arr2.resize(150 in alignedIntArrayTest() [all...] |
H A D | dePoolString.cpp | 34 str.resize(size()); in toString() 43 resize(size()+len); in append() 51 resize(size()+str.length()); in append() 59 resize(size()+str.size()); in append()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 32 v.resize(0); // Use resize(0) as InlinedVector releases storage on clear(). in BM_InlinedVectorFill() 134 src.resize(len); in BM_InlinedVectorAssignments() 525 vector_batch[i].resize(ToSize); in BM_ConstructFromMove() 565 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignSizeRef() 581 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignRange() 596 /* prepare_vec = */ [](InlVec<T>* vec, size_t) { vec->resize(FromSize); }, in BM_AssignFromCopy() 615 vector_batch[i].resize(ToSize); in BM_AssignFromMove() 616 vec->resize(FromSize); in BM_AssignFromMove() 634 vec->resize(FromSiz in BM_ResizeSize() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceLiveness.h | 87 resize(Index); in getLiveIn() 92 resize(Index); in getLiveOut() 98 resize(Index); in getLiveBegin() 103 resize(Index); in getLiveEnd() 130 void resize(SizeT Index) { in resize() function in Ice::Liveness 133 Nodes.resize(Index + 1); in resize()
|
H A D | IceTimerTree.cpp | 38 Nodes.resize(1); // Reserve Nodes[0] for the root node (sentinel). in TimerStack() 39 IDs.resize(TT__num); in TimerStack() 40 LeafTimes.resize(TT__num); in TimerStack() 41 LeafCounts.resize(TT__num); in TimerStack() 124 Nodes[Parent].Children.resize(ID + 1); in getChildIndex() 128 Nodes.resize(Size + 1); in getChildIndex() 189 LeafTimes.resize(Leaf + 1); in update() 190 LeafCounts.resize(Leaf + 1); in update()
|
H A D | IceLiveness.cpp | 44 Nodes.resize(NumNodes); in initInternal() 45 VarToLiveMap.resize(NumVars); in initInternal() 75 RangeMask.resize(NumVars); in initInternal() 114 Node.LiveIn.resize(NumGlobals); in initInternal() 115 Node.LiveOut.resize(NumGlobals); in initInternal()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | ValueList.h | 65 void resize(unsigned N) { in resize() function in llvm::BitcodeReaderValueList 66 ValuePtrs.resize(N); in resize() 67 FullTypes.resize(N); in resize() 94 ValuePtrs.resize(N); 95 FullTypes.resize(N);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | StackSlotColoring.cpp | 157 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs() 201 AllColors.resize(1); in InitializeSlots() 202 UsedColors.resize(1); in InitializeSlots() 204 OrigAlignments.resize(LastFI); in InitializeSlots() 205 OrigSizes.resize(LastFI); in InitializeSlots() 206 AllColors[0].resize(LastFI); in InitializeSlots() 207 UsedColors[0].resize(LastFI); in InitializeSlots() 208 Assignments.resize(LastFI); in InitializeSlots() 235 AllColors.resize(StackID + 1); in InitializeSlots() 236 UsedColors.resize(StackI in InitializeSlots() [all...] |
H A D | SafeStackColoring.cpp | 67 InterestingAllocas.resize(NumAllocas); in collectMarkers() 110 BlockInfo.Begin.resize(NumAllocas); in collectMarkers() 111 BlockInfo.End.resize(NumAllocas); in collectMarkers() 112 BlockInfo.LiveIn.resize(NumAllocas); in collectMarkers() 113 BlockInfo.LiveOut.resize(NumAllocas); in collectMarkers() 213 Started.resize(NumAllocas); in calculateLiveIntervals() 214 Ended.resize(NumAllocas); in calculateLiveIntervals() 216 Start.resize(NumAllocas); in calculateLiveIntervals() 288 LiveRanges.resize(NumAllocas); in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | containers_test.cpp | 33 vector.resize(4); in TEST_F() 47 vector.resize(4); in TEST_F() 130 vectorA.resize(3); in TEST_F() 145 vectorA.resize(3); in TEST_F() 160 vectorA.resize(3); in TEST_F() 176 vectorA.resize(3); in TEST_F() 192 vectorA.resize(3); in TEST_F() 209 vectorA.resize(3); in TEST_F() 214 vectorB.resize(1); in TEST_F() 228 vectorA.resize( in TEST_F() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkStructConversion.hpp | 35 regions.resize(regionCount); 68 regions.resize(regionCount); 104 regions.resize(regionCount); 137 regions.resize(regionCount); 172 regions.resize(regionCount); 208 regions.resize(regionCount);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | explicit_seed_seq_test.cc | 144 seeds_1.resize(1000, 0); in TEST() 146 seeds_2.resize(1000, 1); in TEST() 162 seeds_1.resize(1000, 0); in TEST() 164 seeds_2.resize(1000, 0); in TEST() 186 seeds_1.resize(1000, 0); in TEST() 193 seeds_2.resize(1000, 1); in TEST()
|
/third_party/skia/tools/sk_app/unix/ |
H A D | RasterWindowContext_unix.cpp | 24 void resize(int w, int h) override; 42 this->resize(width, height); in RasterWindowContext_xlib() 51 this->resize(attrs.width, attrs.height); in setDisplayParams() 54 void RasterWindowContext_xlib::resize(int w, int h) { in resize() function in __anon26513::RasterWindowContext_xlib
|
/third_party/skia/tools/sk_app/win/ |
H A D | RasterWindowContext_win.cpp | 27 void resize(int w, int h) override; 44 this->resize(rect.right - rect.left, rect.bottom - rect.top); in RasterWindowContext_win() 51 this->resize(rect.right - rect.left, rect.bottom - rect.top); in setDisplayParams() 54 void RasterWindowContext_win::resize(int w, int h) { in resize() function in __anon26517::RasterWindowContext_win
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluObjectWrapper.cpp | 93 resize(numObjects); in ObjectVector() 101 void ObjectVector::resize (size_t newSize) in resize() function in glu::ObjectVector 111 m_objects.resize(newSize, 0); in resize() 117 m_objects.resize(newSize); in resize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | IndexedMap.h | 59 void resize(typename StorageT::size_type s) { in resize() function in llvm::IndexedMap 60 storage_.resize(s, nullVal_); in resize() 70 resize(NewSize); in grow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
H A D | MSFBuilder.cpp | 69 FreeBlocks.resize(Addr + 1, true); in setBlockMapAddr() 115 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 125 FreeBlocks.resize(NewBlockCount, true); in allocateBlocks() 166 FreeBlocks.resize(Block + 1, true); in addStream() 184 NewBlocks.resize(ReqBlocks); in addStream() 203 AddedBlockList.resize(AddedBlocks); in setStreamSize() 268 ExtraBlocks.resize(NumExtraBlocks); in generateLayout() 278 DirectoryBlocks.resize(NumDirectoryBlocks); in generateLayout() 296 L.StreamMap.resize(StreamData.size()); in generateLayout()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier_test.cc | 705 values.resize(3); in TEST_F() 732 values.resize(200); in TEST_F() 739 ssbo.resize(200); in TEST_F() 789 values.resize(4); in TEST_F() 817 values.resize(200); in TEST_F() 824 ssbo.resize(200); in TEST_F() 874 values.resize(4); in TEST_F() 902 values.resize(200); in TEST_F() 909 ssbo.resize(200); in TEST_F() 959 values.resize( in TEST_F() [all...] |
/third_party/gn/src/base/strings/ |
H A D | utf_string_conversion_utils.cc | 68 output->resize(char_offset + CBU8_MAX_LENGTH); in WriteUnicodeCharacter() 74 output->resize(char_offset); in WriteUnicodeCharacter() 86 output->resize(char_offset + CBU16_MAX_LENGTH); in WriteUnicodeCharacter()
|