Searched refs:commit (Results 51 - 75 of 179) sorted by relevance

12345678

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSymbolsSubsection.h44 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugCrossExSubsection.h58 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugCrossImpSubsection.h83 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugFrameDataSubsection.h51 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugStringTableSubsection.h74 Error commit(BinaryStreamWriter &Writer) const override;
H A DDebugSubsectionRecord.h66 Error commit(BinaryStreamWriter &Writer) const;
H A DDebugSymbolRVASubsection.h53 Error commit(BinaryStreamWriter &Writer) const override;
/freebsd-11-stable/sys/compat/linux/
H A Dcheck_internal_locks.d86 commit(spec["futex_mtx"]);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInfoStreamBuilder.cpp58 Error InfoStreamBuilder::commit(const msf::MSFLayout &Layout, function in class:InfoStreamBuilder
72 if (auto EC = NamedStreams.commit(Writer))
H A DNamedStreamMap.cpp66 Error NamedStreamMap::commit(BinaryStreamWriter &Writer) const { function in class:NamedStreamMap
77 if (auto EC = OffsetIndexMap.commit(Writer))
/freebsd-11-stable/lib/libc/stdio/
H A Dvfscanf.c927 char *commit, *p; local
938 * We set commit = p whenever the string we have read so far
941 * or fail, and we will ungetc() back to the last commit point.
946 commit = buf - 1;
961 commit = p;
982 commit = p; /* inf or infinity */
995 commit = p;
1003 commit = p;
1025 commit = p;
1037 commit
[all...]
H A Dvfwscanf.c795 wchar_t *commit, *p; local
811 * We set commit = p whenever the string we have read so far
814 * or fail, and we will ungetc() back to the last commit point.
819 commit = buf - 1;
836 commit = p;
857 commit = p; /* inf or infinity */
870 commit = p;
878 commit = p;
906 commit = p;
916 commit
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dchunk_dss.c70 size_t alignment, bool *zero, bool *commit)
146 if (!*commit)
147 *commit = pages_decommit(ret, size);
69 chunk_alloc_dss(tsdn_t *tsdn, arena_t *arena, void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit) argument
/freebsd-11-stable/contrib/libxo/
H A DMakefile.am62 && git commit -m 'new docs' \
74 && git commit -m 'new xohtml files' \
114 && git commit -m 'new packaging data' \
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryByteStream.h124 Error commit() override { return Error::success(); }
193 Error commit() override { return Error::success(); }
217 Error commit() override {
218 if (FileBuffer->commit())
259 Error commit() override { return Impl.commit(); }
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc_helper.h57 void (*commit)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
98 void (*commit)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionRecord.cpp71 Error DebugSubsectionRecordBuilder::commit(BinaryStreamWriter &Writer) const { function in class:DebugSubsectionRecordBuilder
86 if (auto EC = Subsection->commit(Writer))
H A DDebugFrameDataSubsection.cpp43 Error DebugFrameDataSubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugFrameDataSubsection
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h86 bool commit(const Commit &commit);
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo.h104 void (*commit)(struct intel_dvo_device *dvo); member in struct:intel_dvo_dev_ops
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h52 Error commit(const msf::MSFLayout &Layout, WritableBinaryStreamRef Buffer);
H A DInfoStreamBuilder.h57 Error commit(const msf::MSFLayout &Layout,
H A DModuleDebugStream.h65 Error commit();
H A DNamedStreamMap.h45 Error commit(BinaryStreamWriter &Writer) const;
H A DPDBStringTableBuilder.h54 Error commit(BinaryStreamWriter &Writer) const;

Completed in 1197 milliseconds

12345678