Home
last modified time | relevance | path

Searched refs:Sparse (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h132 SparseT *Sparse = nullptr;
147 ~SparseSet() { free(Sparse); }
162 free(Sparse);
166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
206 assert(Sparse != nullptr && "Invalid sparse type");
208 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
258 Sparse[Idx] = size();
295 Sparse[BackIdx] = I - begin();
H A DSparseMultiSet.h123 SparseT *Sparse = nullptr; variable
195 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet()
209 free(Sparse); in setUniverse()
213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()
357 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex()
427 Sparse[Idx] = NodeIdx; in insert()
498 Sparse[sparseIndex(N)] = N.Next; in unlink()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h42 bool Sparse;
72 InstrProfWriter(bool Sparse = false,
173 void setOutputSparse(bool Sparse);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp182 InstrProfWriter::InstrProfWriter(bool Sparse, in InstrProfWriter() argument
185 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()
196 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument
197 this->Sparse = Sparse; in setOutputSparse()
383 if (!Sparse) in shouldEncodeData()
/freebsd-14.2/tools/build/
H A Dcheckstyle9.pl198 our $Sparse = qr{
300 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
302 $Modifier = qr{(?:$Attribute|$Sparse)};
1147 $possible =~ s/\s*$Sparse\s*//g;
1671 …\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Ident)+?)\b(?:\s+$Sparse)?\s*\**\s*(?:$Iden…
1682 while ($s =~ /\(($Ident)(?:\s+$Sparse)*[\s\*]+\s*\)/sg) {
1697 …if ($arg =~ /^(?:const\s+)?($Ident)(?:\s+$Sparse)*\s*\**\s*(:?\b$Ident)?$/s || $arg =~ /^($Ident)$…
/freebsd-14.2/crypto/openssl/crypto/
H A DREADME-sparse_array.md1 Sparse Arrays
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A DOPENSSL_SA.pod83 Sparse arrays are an internal data structure and should B<not> be used by user
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp2732 unsigned SparseUniverse = Sparse.size(); in filterAndAdd()
2741 if (Index < SparseUniverse && Sparse.test(Index)) in filterAndAdd()
2758 Sparse.resize(NewSparseUniverse); in filterAndAdd()
2764 Sparse.set(Index); in filterAndAdd()
2782 BitVector Sparse; member
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dvirtual306 0 lelong 0x02468ace Bochs Sparse disk image
H A Dwindows748 >24 lelong&512 512 \b, Sparse
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok584 J. M. McNamee ACM Algorithm 408: A Sparse Matrix
2085 Inverse of a Sparse Matrix . . . . . . . 177--179
2624 J. D. Ullman Operations on Sparse Relations . . . . . 171--176
3475 Andrew Chi Chih Yao Storing a Sparse Table . . . . . . . . . 606--611
3637 Paolo Sipala Remark on ``Algorithm 408: A Sparse
3653 Fred G. Gustavson Remark on ``Algorithm 408: A Sparse
3687 G. Moller Remark on ``Algorithm 408: A Sparse
H A Dfunstack.in4089 title = "{ACM} Algorithm 408: {A} Sparse Matrix Package (Part {I})",
15717 title = "On Computing Certain Elements of the Inverse of a Sparse Matrix",
19942 title = "Operations on Sparse Relations",
26258 title = "Storing a Sparse Table",
26883 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part I) [F4]''}",
26947 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part I) [F4]''}",
27059 title = "Remark on {``Algorithm 408: A Sparse Matrix Package (Part 1) [F4]''}",
/freebsd-14.2/contrib/sendmail/cf/cf/
H A Dsubmit.cf768 Sparse=0
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td919 // Sparse texture support requires that all result registers are zeroed when
/freebsd-14.2/sys/contrib/zstd/
H A DCHANGELOG603 New : Support for Sparse File-systems (do not use space for zero-filled sectors)
/freebsd-14.2/contrib/sendmail/cf/m4/
H A Dproto.m41029 Sparse=0
/freebsd-14.2/share/doc/IPv6/
H A DIMPLEMENTATION116 RFC2362: Protocol Independent Multicast-Sparse Mode (PIM-SM)