Home
last modified time | relevance | path

Searched refs:commit (Results 51 – 75 of 320) sorted by relevance

12345678910>>...13

/freebsd-14.2/sys/dev/drm2/
H A Ddrm_crtc_helper.h55 void (*commit)(struct drm_crtc *crtc); member
96 void (*commit)(struct drm_encoder *encoder); member
/freebsd-14.2/contrib/traceroute/
H A DFREEBSD-upgrade5 the files in this directory via patches and a cvs commit.
27 To make local changes to traceroute, simply patch and commit to the main
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNamedStreamMap.cpp63 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { in commit() function in NamedStreamMap
74 if (auto EC = OffsetIndexMap.commit(Writer)) in commit()
H A DGSIStreamBuilder.cpp56 Error commit(BinaryStreamWriter &Writer);
132 Error GSIHashStreamBuilder::commit(BinaryStreamWriter &Writer) { in commit() function in GSIHashStreamBuilder
463 if (auto EC = PSH->commit(Writer)) in commitPublicsHashStream()
477 return GSH->commit(Writer); in commitGlobalsHashStream()
480 Error GSIStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in GSIStreamBuilder
H A DPDBStringTableBuilder.cpp168 if (auto EC = Strings.commit(Writer)) in writeStrings()
210 Error PDBStringTableBuilder::commit(BinaryStreamWriter &Writer) const { in commit() function in PDBStringTableBuilder
H A DDbiStreamBuilder.cpp295 return NewFpoData->commit(Writer); in finalizeMsfLayout()
383 Error DbiStreamBuilder::commit(const msf::MSFLayout &Layout, in commit() function in DbiStreamBuilder
397 if (auto EC = M->commit(Writer)) in commit()
427 if (auto EC = ECNamesBuilder.commit(Writer)) in commit()
/freebsd-14.2/contrib/jemalloc/src/
H A Dlarge.c152 bool commit = true; in large_ralloc_no_move_expand() local
157 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL in large_ralloc_no_move_expand()
160 CACHELINE, false, SC_NSIZES, &is_zeroed_trail, &commit)) != NULL) { in large_ralloc_no_move_expand()
167 SC_NSIZES, &is_zeroed_trail, &commit)) == NULL) { in large_ralloc_no_move_expand()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1202 static void ApplyFixIt(const FixItHint &fixit, clang::edit::Commit &commit) { in ApplyFixIt() argument
1206 commit.insertFromRange(fixit.RemoveRange.getBegin(), in ApplyFixIt()
1211 commit.remove(fixit.RemoveRange); in ApplyFixIt()
1216 commit.replace(fixit.RemoveRange, fixit.CodeToInsert); in ApplyFixIt()
1219 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert, in ApplyFixIt()
1228 clang::edit::Commit commit(editor); in RewriteExpression() local
1259 ApplyFixIt(fixit, commit); in RewriteExpression()
1263 if (!commit.isCommitable()) in RewriteExpression()
1265 else if (!editor.commit(commit)) in RewriteExpression()
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp276 bool EditedSource::commit(const Commit &commit) { in commit() function in EditedSource
277 if (!commit.isCommitable()) in commit()
293 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) { in commit()
/freebsd-14.2/contrib/kyua/store/
H A Dtransaction_test.cpp72 tx.commit(); in check_get_put_context()
151 tx.commit(); in ATF_TEST_CASE_BODY()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.negcommit.d31 commit(-1);
H A Derr.D_AGG_COMM.AggAftCommit.d38 commit(1);
H A Derr.D_COMM_DREC.CommitAftDataRec.d49 commit(self->spec);
H A Derr.D_DREC_COMM.ExitAfterCommit.d54 commit(self->spec);
/freebsd-14.2/contrib/spleen/
H A DREADME.md249 [23]: https://freshbsd.org/openbsd/src/commit/5raMrDMpYlPYW01H
250 [24]: https://freshbsd.org/openbsd/src/commit/MoBCxKiAlFajRvSm
251 [25]: https://freshbsd.org/netbsd/src/commit/TAJuMl9caBpVjGfB
252 [26]: https://git.haiku-os.org/haiku/commit/?id=29a109bd6c01ce71bb61177ee9ff0417e74c1e18
253 [27]: https://cgit.freebsd.org/src/commit/?id=0d66206fff44
/freebsd-14.2/contrib/unifdef/scripts/
H A Dsvnup.sh12 git commit -m 'Merge back from svn'
/freebsd-14.2/contrib/jemalloc/include/jemalloc/internal/
H A Dextent_mmap.h7 bool *zero, bool *commit);
H A Dextent_externs.h41 bool *zero, bool *commit);
51 size_t alignment, bool slab, szind_t szind, bool *zero, bool *commit);
H A Dextent_dss.h21 size_t size, size_t alignment, bool *zero, bool *commit);
/freebsd-14.2/contrib/kyua/utils/sqlite/
H A Dtransaction.hpp61 void commit(void);
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize3.d67 commit(spec);
H A Derr.resize3.d56 commit(spec);
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/drops/
H A Ddrp.DTRACEDROP_SPEC.d42 commit(spec);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp46 Error commit() override { in commit() function in __anon6edc569d0111::OnDiskBuffer
91 Error commit() override { in commit() function in __anon6edc569d0111::InMemoryBuffer
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSymbolRVASubsection.cpp29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { in commit() function in DebugSymbolRVASubsection

12345678910>>...13