/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallVector.h | 66 void set_size(size_t N) { in set_size() function 215 this->set_size(this->size() + 1); in push_back() 222 this->set_size(this->size() + 1); in push_back() 226 this->set_size(this->size() - 1); in pop_back() 306 this->set_size(this->size() + 1); in push_back() 309 void pop_back() { this->set_size(this->size() - 1); } in pop_back() 347 this->set_size(N); in resize() 353 this->set_size(N); in resize() 360 this->set_size(N); in resize() 365 this->set_size(N); in resize() [all …]
|
/third_party/musl/libc-test/src/functionalext/supplement/sched/ |
D | sched_setaffinity.c | 36 size_t set_size = CPU_ALLOC_SIZE(max); in sched_setaffinity_0100() local 37 CPU_ZERO_S(set_size, set); in sched_setaffinity_0100() 38 CPU_SET_S(max, set_size, set); in sched_setaffinity_0100() 40 int result = sched_setaffinity(0, set_size, set); in sched_setaffinity_0100()
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
D | aligned_alloc.c | 43 set_size(p, end, len); in aligned_alloc() 59 set_size(p, end, len); in aligned_alloc()
|
D | meta.h | 199 static inline void set_size(unsigned char *p, unsigned char *end, size_t n) in set_size() function 240 set_size(p, end, n); in enframe()
|
/third_party/musl/src/malloc/mallocng/ |
D | aligned_alloc.c | 43 set_size(p, end, len); in aligned_alloc() 59 set_size(p, end, len); in aligned_alloc()
|
D | realloc.c | 24 set_size(p, end, n); in realloc() 41 set_size(p, end, n); in realloc()
|
D | meta.h | 199 static inline void set_size(unsigned char *p, unsigned char *end, size_t n) in set_size() function 240 set_size(p, end, n); in enframe()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
D | tinystr.cpp | 62 set_size(len); in assign() 76 set_size(newsize); in append()
|
D | tinystr.h | 207 void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; } in set_size() function
|
/third_party/elfio/elfio/ |
D | elfio_section.hpp | 147 set_size( data_size ); in set_data() 182 set_size( get_size() + size ); in append_data() 249 set_size( uncompressed_size ); in load()
|
/third_party/toybox/toys/pending/ |
D | stty.c | 248 static void set_size(int is_rows, unsigned short value) in set_size() function 344 else if (!strcmp(arg, "rows")) set_size(1, get_arg(&i, 0, USHRT_MAX)); in do_stty() 346 set_size(0, get_arg(&i, 0, USHRT_MAX)); in do_stty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Compression.cpp | 59 CompressedBuffer.set_size(CompressedSize); in compress()
|
D | MemoryBuffer.cpp | 223 Buffer.set_size(Buffer.size() + *ReadBytes); in getMemoryBufferForStream()
|
/third_party/node/deps/v8/src/base/ |
D | address-region.h | 37 void set_size(size_t size) { size_ = size; } in set_size() function
|
D | region-allocator.cc | 103 region->set_size(new_size); in Split() 122 prev->set_size(prev->size() + next->size()); in Merge()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 135 PathName.set_size(Size); 199 cur_path.set_size(len); 835 TempPath.set_size(CharCount); 879 Buf.set_size(Size); 925 utf16.set_size(len); 954 utf8.set_size(len);
|
D | Process.inc | 140 Buf.set_size(Size); 232 LongPath.set_size(Length);
|
/third_party/alsa-lib/src/topology/ |
D | data.c | 599 int set_size, size, off; in copy_tuples() local 608 set_size = sizeof(struct snd_soc_tplg_vendor_array) in copy_tuples() 611 size += set_size; in copy_tuples() 636 memset(array, 0, set_size); in copy_tuples() 637 array->size = set_size; in copy_tuples()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 142 PathName.set_size(Size); 210 cur_path.set_size(len); 316 VolumePath.set_size(wcslen(VolumePath.data())); 363 Buffer.set_size(CountChars); 1379 Buf.set_size(Size); 1427 utf16.set_size(len); 1468 converted.set_size(len);
|
/third_party/node/deps/v8/src/heap/ |
D | basic-memory-chunk.h | 156 void set_size(size_t size) { size_ = size; } in set_size() function
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_descriptor_set.c | 694 uint32_t set_size; in anv_descriptor_set_layout_descriptor_buffer_size() local 700 set_size = set_layout->descriptor_buffer_size - shrink; in anv_descriptor_set_layout_descriptor_buffer_size() 702 set_size = set_layout->descriptor_buffer_size - in anv_descriptor_set_layout_descriptor_buffer_size() 706 return ALIGN(set_size, ANV_UBO_ALIGNMENT); in anv_descriptor_set_layout_descriptor_buffer_size()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 256 result.set_size(strlen(result.data())); 652 ResultPath.set_size(strlen(ResultPath.begin())); 683 ResultPath.set_size(static_cast<size_t>(CharCount));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | MemoryBuffer.cpp | 248 Buffer.set_size(Buffer.size() + ReadBytes); in getMemoryBufferForStream()
|
D | Path.cpp | 504 path.set_size(end_pos); in remove_filename() 515 path.set_size(pos); in replace_extension()
|
/third_party/node/deps/v8/src/utils/ |
D | allocation.cc | 295 region_.set_size(old_size - free_size); in Release()
|