Searched refs:set_size (Results 1 - 25 of 41) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp67 set_size(size_type size) function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
89 set_size(size_type size) { } function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
H A Dhash_load_check_resize_trigger_imp.hpp113 size_base::set_size(num_entries);
122 size_base::set_size(num_entries);
210 size_base::set_size(0);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp67 set_size(size_type size) function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
89 set_size(size_type size) { } function in class:__gnu_pbds::detail::hash_load_check_resize_trigger_size_base
H A Dhash_load_check_resize_trigger_imp.hpp113 size_base::set_size(num_entries);
122 size_base::set_size(num_entries);
210 size_base::set_size(0);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCompression.cpp59 CompressedBuffer.set_size(CompressedSize);
80 UncompressedBuffer.set_size(UncompressedSize);
H A DMemoryBuffer.cpp239 Buffer.set_size(Buffer.size() + *ReadBytes);
H A DPath.cpp475 path.set_size(end_pos);
487 path.set_size(pos);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallVector.h84 void set_size(size_t N) { function in class:llvm::SmallVectorBase
389 this->set_size(NumElts);
399 this->set_size(this->size() + 1);
407 this->set_size(this->size() + 1);
413 this->set_size(this->size() + 1);
417 this->set_size(this->size() - 1);
531 this->set_size(0);
534 this->set_size(NumElts);
549 this->set_size(this->size() + 1);
552 void pop_back() { this->set_size(thi
[all...]
H A DSmallString.h82 this->set_size(SizeNeeded);
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-layout.h237 return set_size (name, new_height, false);
243 return set_size (name, new_width, true);
277 tui_adjust_result set_size (const char *name, int new_size,
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DUnresolvedSet.h124 void set_size(unsigned N) { decls().set_size(N); } function in class:clang::UnresolvedSetImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProgram.inc91 U16Result.set_size(Len);
H A DPath.inc141 PathName.set_size(Size);
209 cur_path.set_size(len);
317 VolumePath.set_size(wcslen(VolumePath.data()));
364 Buffer.set_size(CountChars);
1450 Buf.set_size(Size);
1498 utf16.set_size(len);
1539 converted.set_size(len);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.c1713 unsigned int set_size = dst->size;
1741 for (i = 0; i < set_size; i++)
1752 unsigned int set_size = dst->size;
1780 for (i = 0; i < set_size; i++)
1791 unsigned int set_size = dst->size;
1819 for (i = 0; i < set_size; i++)
1830 unsigned int set_size = dst->size;
1858 for (i = 0; i < set_size; i++)
1709 unsigned int set_size = dst->size; local
1748 unsigned int set_size = dst->size; local
1787 unsigned int set_size = dst->size; local
1826 unsigned int set_size = dst->size; local
H A Dsbitmap.c768 unsigned int set_size = bmap->size; local
772 for (i = n = 0; i < set_size && n < total_bits; i++)
H A Dgcse.c2136 int e, i, j, num_edges, set_size, did_insert = 0;
2142 set_size = pre_insert_map[0]->size;
2152 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS)
2123 int e, i, j, num_edges, set_size, did_insert = 0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dcfganal.cc1740 unsigned int set_size = dst->size;
1768 for (i = 0; i < set_size; i++)
1779 unsigned int set_size = dst->size;
1807 for (i = 0; i < set_size; i++)
1818 unsigned int set_size = dst->size;
1846 for (i = 0; i < set_size; i++)
1857 unsigned int set_size = dst->size;
1885 for (i = 0; i < set_size; i++)
H A Dsbitmap.cc768 unsigned int set_size = bmap->size; local
772 for (i = n = 0; i < set_size && n < total_bits; i++)
H A Dgcse.cc2118 int e, i, j, num_edges, set_size, did_insert = 0;
2124 set_size = pre_insert_map[0]->size;
2134 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS)
2105 int e, i, j, num_edges, set_size, did_insert = 0; local
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Denv.h331 void set_size(int);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Delfread.c486 msym->set_size (elf_sym->internal_elf_sym.st_size);
525 mtramp->set_size (msym->size());
643 msym->set_size (ptr_size);
H A Dppc64-tdep.c801 msym->set_size (elf_sym->internal_elf_sym.st_size);
H A Dsymtab.h763 void set_size (unsigned long size) function in struct:minimal_symbol
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dvtable-class-hierarchy.c705 write_out_current_set_data (tree base_class, int set_size) argument
725 set_size);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dvtable-class-hierarchy.cc705 write_out_current_set_data (tree base_class, int set_size) argument
725 set_size);

Completed in 405 milliseconds

12