Home
last modified time | relevance | path

Searched defs:resize (Results 101 - 112 of 112) sorted by relevance

12345

/third_party/mesa3d/src/amd/compiler/
H A Daco_ir.h366 constexpr RegClass resize(unsigned bytes) const in resize() function
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc701 void resize(Handle<WasmIndirectFunctionTable> table, uint32_t new_size) { in resize() function in v8::internal::__anon15242::IftNativeAllocations
/third_party/libinput/tools/
H A Dlibinput-record.c135 #define resize(array_, sz_) \ macro
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp3313 void Value::resize(ArrayIndex newSize) { in resize() function in Json::Value
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp864 void resize(size_t newCount, bool freeMemory = false) in resize() function in D3D12MA::Vector
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3633 bool PixelMap::resize(float xAxis, float yAxis) in resize() function in OHOS::Media::PixelMap
/third_party/mesa3d/include/CL/
H A Dcl.hpp869 void resize(unsigned int newSize, T fill = T()) in resize() function in cl::vector
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c709 static void collect_resize_constraints(ntfs_resize_t *resize, runlist *rl) in collect_resize_constraints() argument
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/mesa3d/src/imgui/
H A Dimgui.h1211 inline void resize(int new_size) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); Size = new_size; } in resize() function
1212 inline void resize(int new_size, const T& v) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); if (new_size > Size) for (int n = Size; n < new_size; n++) memcpy(&Data[n], &v, sizeof(v)); Size = new_size; } in resize() function
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h1735 inline void resize(int new_size) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); Size = new_size; } in resize() function
1736 inline void resize(int new_size, const T& v) { if (new_size > Capacity) reserve(_grow_capacity(new_size)); if (new_size > Size) for (int n = Size; n < new_size; n++) memcpy(&Data[n], &v, sizeof(v)); Size = new_size; } in resize() function
[all...]
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h4931 void resize(size_t newCount, bool freeMemory = false) in resize() function in VmaVector
5136 void resize(size_t newCount, bool freeMemory = false) in resize() function in VmaSmallVector
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs42982 pub fn resize(&mut self, new_len: usize, value: T) { resize() functions
48896 pub fn resize(&mut self, new_len: usize, value: T) { resize() functions
[all...]

Completed in 111 milliseconds

12345