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

/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_size_base.hpp73 set_size(size_type size) function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
95 set_size(size_type size) { } function in class:pb_ds::detail::hash_load_check_resize_trigger_size_base
H A Dhash_load_check_resize_trigger_imp.hpp117 size_base::set_size(num_entries);
126 size_base::set_size(num_entries);
220 size_base::set_size(0);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h66 void set_size(size_t N) { function in class:llvm::SmallVectorBase
215 this->set_size(this->size() + 1);
222 this->set_size(this->size() + 1);
226 this->set_size(this->size() - 1);
306 this->set_size(this->size() + 1);
309 void pop_back() { this->set_size(this->size() - 1); }
347 this->set_size(N);
353 this->set_size(N);
360 this->set_size(N);
365 this->set_size(
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11-helper.c276 ssize_t len, olen, set_size; local
304 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
305 rset = xmalloc(set_size);
306 wset = xmalloc(set_size);
309 memset(rset, 0, set_size);
310 memset(wset, 0, set_size);
H A Dsftp-server.c1504 ssize_t len, olen, set_size; local
1641 set_size = howmany(max + 1, NFDBITS) * sizeof(fd_mask);
1643 memset(rset, 0, set_size);
1644 memset(wset, 0, set_size);
/freebsd-11-stable/contrib/gperf/src/
H A Dpositions.h71 void set_size (unsigned int size);
H A Doptions.cc868 _key_positions.set_size (total_keysig_size);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h124 void set_size(unsigned N) { decls().set_size(N); } function in class:clang::UnresolvedSetImpl
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCompression.cpp59 CompressedBuffer.set_size(CompressedSize);
H A DMemoryBuffer.cpp223 Buffer.set_size(Buffer.size() + *ReadBytes);
H A DPath.cpp477 path.set_size(end_pos);
489 path.set_size(pos);
/freebsd-11-stable/contrib/gcc/
H A Ddominance.c89 /* set_size[x] is the number of elements in the set named by x. */
90 unsigned int *set_size; member in struct:dom_info
162 init_ar (di->set_size, unsigned int, num, 1);
188 free (di->set_size);
439 if (di->set_size[s] + di->set_size[di->set_child[di->set_child[s]]]
440 >= 2 * di->set_size[di->set_child[s]])
447 di->set_size[di->set_child[s]] = di->set_size[s];
453 di->set_size[
[all...]
H A Dsbitmap.c534 unsigned int set_size = dst->size; local
562 for (i = 0; i < set_size; i++)
574 unsigned int set_size = dst->size; local
602 for (i = 0; i < set_size; i++)
614 unsigned int set_size = dst->size; local
642 for (i = 0; i < set_size; i++)
654 unsigned int set_size = dst->size; local
682 for (i = 0; i < set_size; i++)
737 unsigned int set_size = bmap->size; local
741 for (i = n = 0; i < set_size
[all...]
H A Dsee.c1658 int set_size = pre_insert_map[0]->size;
1671 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS)
1657 int set_size = pre_insert_map[0]->size; local
H A Dgcse.c4133 int e, i, j, num_edges, set_size, did_insert = 0;
4139 set_size = pre_insert_map[0]->size;
4149 for (i = indx = 0; i < set_size; i++, indx += SBITMAP_ELT_BITS)
4117 int e, i, j, num_edges, set_size, did_insert = 0; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc97 U16Result.set_size(Len);
H A DPath.inc142 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);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Denv.h329 void set_size(int);
H A Denv.cpp542 void environment::set_size(int n) function in class:environment
1233 curenv->set_size(n);
1236 curenv->set_size(0);
H A Dinput.cpp2100 curenv->set_size(x);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c941 goto set_size;
980 set_size:
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp619 Decls.set_size(N);

Completed in 236 milliseconds