Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSparseSet.h133 SparseT *Sparse = nullptr;
148 ~SparseSet() { free(Sparse); }
163 free(Sparse);
167 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));
208 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
255 Sparse[Idx] = size();
292 Sparse[BackIdx] = I - begin();
H A DSparseMultiSet.h124 SparseT *Sparse = nullptr; variable
196 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet()
210 free(Sparse); in setUniverse()
214 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()
358 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex()
428 Sparse[Idx] = NodeIdx; in insert()
499 Sparse[sparseIndex(N)] = N.Next; in unlink()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h40 bool Sparse;
47 InstrProfWriter(bool Sparse = false);
91 void setOutputSparse(bool Sparse);
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() argument
166 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter()
176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument
177 this->Sparse = Sparse; in setOutputSparse()
223 if (!Sparse) in shouldEncodeData()
/freebsd-12.1/sys/contrib/zstd/contrib/pzstd/
H A DOptions.h22 enum class WriteMode { Regular, Auto, Sparse }; enumerator
H A DOptions.cpp150 writeMode = WriteMode::Sparse; in parse()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dvirtual122 0 lelong 0x02468ace Bochs Sparse disk image
H A Dwindows240 >24 lelong&512 512 \b, Sparse
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td380 // Sparse texture support requires that all result registers are zeroed when
/freebsd-12.1/sys/contrib/zstd/
H A DNEWS248 New : Support for Sparse File-systems (do not use space for zero-filled sectors)
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf755 Sparse=0
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m41004 Sparse=0
/freebsd-12.1/share/doc/IPv6/
H A DIMPLEMENTATION117 RFC2362: Protocol Independent Multicast-Sparse Mode (PIM-SM)
/freebsd-12.1/contrib/subversion/
H A DCHANGES3917 * Sparse checkouts (see new '--depth' option) (issue #695)