Searched refs:commit (Results 101 - 125 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp93 // written by a previous commit for another expansion of the same macro
101 // A commit modified the macro argument 'a' due to the first '(x)'
102 // expansion inside the macro definition, and a subsequent commit tried
104 // second commit will be rejected.
276 bool EditedSource::commit(const Commit &commit) { argument
277 if (!commit.isCommitable())
293 I = commit.edit_begin(), E = commit.edit_end(); I != E; ++I) {
/freebsd-11-stable/include/
H A Dmalloc_np.h50 chunk_commit_t *commit; member in struct:__anon6515
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugLinesSubsection.cpp103 Error DebugLinesSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugLinesSubsection
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp130 Error ModuleDebugStreamRef::commit() { return Error::success(); } function in class:ModuleDebugStreamRef
H A DTpiStreamBuilder.cpp146 Error TpiStreamBuilder::commit(const msf::MSFLayout &Layout, function in class:TpiStreamBuilder
H A DTpiStream.cpp246 Error TpiStream::commit() { return Error::success(); } function in class:TpiStream
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h138 Error commit() override;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h81 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef MsfBuffer);
H A DHashTable.h184 Error commit(BinaryStreamWriter &Writer) const { function in class:llvm::pdb::HashTable
/freebsd-11-stable/usr.bin/svn/svn/
H A DMakefile17 commit-cmd.c \
/freebsd-11-stable/sys/compat/linux/
H A Dtrace_futexes.d142 commit(spec["futex_mtx"]);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1073 clang::edit::Commit commit(editor);
1104 commit.insertFromRange(fixit.RemoveRange.getBegin(),
1108 commit.remove(fixit.RemoveRange);
1112 commit.replace(fixit.RemoveRange, fixit.CodeToInsert);
1114 commit.insert(fixit.RemoveRange.getBegin(), fixit.CodeToInsert,
1122 if (!commit.isCommitable())
1124 else if (!editor.commit(commit))
/freebsd-11-stable/contrib/jemalloc/src/
H A Darena.c464 if (flag_decommitted != 0 && arena->chunk_hooks.commit(chunk, chunksize,
552 if (flag_decommitted != 0 && arena->chunk_hooks.commit(chunk, chunksize,
601 * arena chunks. Arbitrarily mark them as committed. The commit state
603 * entire chunk is in a consistent commit state.
612 chunk_hooks_t *chunk_hooks, bool *zero, bool *commit)
619 NULL, chunksize, chunksize, zero, commit);
620 if (chunk != NULL && !*commit) {
622 if (chunk_hooks->commit(chunk, chunksize, 0, map_bias <<
625 (void *)chunk, chunksize, *zero, *commit);
630 if (!*commit) {
611 arena_chunk_alloc_internal_hard(tsdn_t *tsdn, arena_t *arena, chunk_hooks_t *chunk_hooks, bool *zero, bool *commit) argument
645 arena_chunk_alloc_internal(tsdn_t *tsdn, arena_t *arena, bool *zero, bool *commit) argument
678 bool zero, commit; local
931 bool commit = true; local
1045 bool commit = true; local
[all...]
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_swrun_tbl.c472 invalidate_swrun_entry(struct swrun_entry *entry, int commit) argument
508 if (!commit) {
536 if (kill(entry->index - 1, commit ? SIGKILL : 0) < 0) {
625 * If we kill in the commit code, we cannot
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y402 fprintf (file, " stack commit: 0x%08x\n", def->stack_commit);
406 fprintf (file, " heap commit: 0x%08x\n", def->heap_commit);
697 def_stacksize (int reserve, int commit)
700 def->stack_commit = commit;
704 def_heapsize (int reserve, int commit)
707 def->heap_commit = commit;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtrail.c156 An error during txn commit will abort the transaction anyway. */
159 trail->db_txn->commit(trail->db_txn, 0)));
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S443 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
456 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
484 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
498 .word 0xc1b85c00 !stda %f0,[%g1]0xe0 ! block store and commit
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h269 Error commit();
/freebsd-11-stable/sys/dev/ena/
H A Dena_datapath.c230 int commit = TX_COMMIT; local
280 if (unlikely(--commit == 0)) {
281 commit = TX_COMMIT;
297 /* If there is still something to commit update ring state */
298 if (likely(commit != TX_COMMIT)) {
/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c570 goto commit;
594 commit:
/freebsd-11-stable/sys/dev/e1000/
H A De1000_api.c1144 if (hw->phy.ops.commit)
1145 return hw->phy.ops.commit(hw);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp421 Error WritableMappedBlockStream::commit() { return WriteInterface.commit(); } function in class:WritableMappedBlockStream
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h258 * bool *commit, unsigned arena_ind);
306 chunk_commit_t *commit; member in struct:__anon1801
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp99 if (Error E = Buf->commit())
241 // https://github.com/llvm/llvm-project/commit/1bebb2832ee312d3b0316dacff457a7a29435edb
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dbusdma_machdep.c145 int commit);
1076 reserve_bounce_pages(bus_dma_tag_t dmat, bus_dmamap_t map, int commit) argument
1084 if (commit == 0 && map->pagesneeded > (map->pagesreserved + pages))

Completed in 385 milliseconds

12345678