Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseSet.h1 //===- llvm/ADT/SparseSet.h - Sparse set ------------------------*- C++ -*-===//
132 SparseT *Sparse = nullptr;
147 ~SparseSet() { free(Sparse); }
162 free(Sparse);
163 // The Sparse array doesn't actually need to be initialized, so malloc
166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
195 // Sparse does not need to be cleared, see find().
206 assert(Sparse != nullptr && "Invalid sparse type");
208 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
258 Sparse[Id
[all...]
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/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h42 bool Sparse;
83 bool Sparse = false, uint64_t TemporalProfTraceReservoirSize = 0,
196 void setOutputSparse(bool Sparse);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp185 bool Sparse, uint64_t TemporalProfTraceReservoirSize, in InstrProfWriter() argument
188 : Sparse(Sparse), MaxTemporalProfTraceLength(MaxTemporalProfTraceLength), in InstrProfWriter()
202 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument
203 this->Sparse = Sparse; in setOutputSparse()
413 if (!Sparse) in shouldEncodeData()
/freebsd/tools/build/
H A Dcheckstyle9.pl198 our $Sparse = qr{
301 $Modifier = qr{(?:$Attribute|$Sparse|$mods)};
303 $Modifier = qr{(?:$Attribute|$Sparse)};
1148 $possible =~ s/\s*$Sparse\s*//g;
1630 …\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Ident)+?)\b(?:\s+$Sparse)?\s*\**\s*(?:$Iden…
1641 while ($s =~ /\(($Ident)(?:\s+$Sparse)*[\s\*]+\s*\)/sg) {
1656 …if ($arg =~ /^(?:const\s+)?($Ident)(?:\s+$Sparse)*\s*\**\s*(:?\b$Ident)?$/s || $arg =~ /^($Ident)$…
/freebsd/crypto/openssl/crypto/
H A DREADME-sparse_array.md1 Sparse Arrays
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3018 unsigned SparseUniverse = Sparse.size(); in filterAndAdd()
3027 if (Index < SparseUniverse && Sparse.test(Index)) in filterAndAdd()
3044 Sparse.resize(NewSparseUniverse); in filterAndAdd()
3050 Sparse.set(Index); in filterAndAdd()
3068 BitVector Sparse; member
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual323 0 lelong 0x02468ace Bochs Sparse disk image
H A Dwindows823 >24 lelong&512 512 \b, Sparse
/freebsd/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/contrib/sendmail/cf/cf/
H A Dsubmit.cf768 Sparse=0
/freebsd/sys/contrib/zstd/
H A DCHANGELOG603 New : Support for Sparse File-systems (do not use space for zero-filled sectors)
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td1020 // Sparse texture support requires that all result registers are zeroed when
/freebsd/contrib/sendmail/cf/m4/
H A Dproto.m41029 Sparse=0
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION116 RFC2362: Protocol Independent Multicast-Sparse Mode (PIM-SM)