Home
last modified time | relevance | path

Searched refs:commit (Results 1 – 25 of 254) sorted by relevance

1234567891011

/NextBSD/
HDMAINTAINERS33 makes a commit to the specified subtree.
38 atf freebsd-testing,jmmv,ngie Pre-commit review requested.
39 ath(4) adrian Pre-commit review requested, send to freebsd-wireless@freebsd.org
40 callout_*(9) rrs Pre-commit review requested -- becareful its tricksy code :o.
41 contrib/compiler-rt dim Pre-commit review preferred.
42 contrib/libc++ dim Pre-commit review preferred.
43 contrib/libcxxrt dim Pre-commit review preferred.
44 contrib/llvm dim Pre-commit review preferred.
45 contrib/llvm/tools/lldb emaste Pre-commit review preferred.
46 contrib/netbsd-tests freebsd-testing,ngie Pre-commit review requested.
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp60 const NSAPI &NS, Commit &commit) { in rewriteObjCRedundantCallWithLiteral() argument
86 commit.replaceWithInner(Msg->getSourceRange(), in rewriteObjCRedundantCallWithLiteral()
174 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { in maybePutParensOnReceiver() argument
177 commit.insertWrap("(", RecRange, ")"); in maybePutParensOnReceiver()
182 Commit &commit) { in rewriteToSubscriptGetCommon() argument
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon()
196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon()
198 commit.insertWrap("[", ArgRange, "]"); in rewriteToSubscriptGetCommon()
199 maybePutParensOnReceiver(Rec, commit); in rewriteToSubscriptGetCommon()
206 Commit &commit) { in rewriteToArraySubscriptGet() argument
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp242 const NSAPI &NS, edit::Commit &commit, in rewriteToPropertyDotSyntax() argument
281 commit.insertBefore(receiver->getLocStart(), "("); in rewriteToPropertyDotSyntax()
287 commit.replace(SpaceRange, PropertyDotString); in rewriteToPropertyDotSyntax()
290 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax()
291 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax()
294 commit.insertWrap("(", receiver->getSourceRange(), ")"); in rewriteToPropertyDotSyntax()
312 commit.replace(Range, PropertyDotString); in rewriteToPropertyDotSyntax()
314 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), ""); in rewriteToPropertyDotSyntax()
315 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), ""); in rewriteToPropertyDotSyntax()
334 edit::Commit commit(*Consumer.Editor); in VisitObjCMessageExpr() local
[all …]
/NextBSD/contrib/ofed/libcxgb4/
HDChangeLog1 commit 6a417d903b9add7c8ab2b71ac11c85c46671e020
9 commit 52ecbea1b908d3b449022e2d75ebe0ca3885bcf2
25 commit 242c29715372bf6999aa343a5aad5654da3ecf3a
33 commit 2d54f4c5604cae24caac493aaf6d8b0907ac2ed2
41 commit f80159d12148774646ad65d03cd070f6d5f86eb4
51 commit 5aaf5e7277a1c12964aac11a4cff94520717e805
69 by following commit:
94 commit 5c65bf17913949368db8802656dc7dbc291271ed
112 by following commit.
138 commit 4f334446f63e3a34006f504f7c89075423c412b4
[all …]
/NextBSD/contrib/xz/
HDChangeLog1 commit 9815cdf6987ef91a85493bfcfd1ce2aaf3b47a0a
11 commit cbe0cec8476bdd0416c7ca9bc83895c9bea1cf78
20 commit 49427ce7eececdd18bbd35dab23c81910d083e1c
34 commit 608d6f06c940e7f28c25de005e8b99bdff42d27c
63 commit c8988414e5b67b8ef2fe0ba7b1ccdd0ec73c60d3
75 commit 85a6dfed53477906bfe9a7c0123dd412e391cb48
84 commit 77f270be8432df2e4516a0c48814b6976d6618c5
98 commit 8c975446c5903090a5a8493b5b96b71003056a88
108 commit 119a00434954726ca58e4a578e6469f530fca30e
117 commit d4e7c557fcab353539c9481a8d95cb04bcb15c7c
[all …]
/NextBSD/contrib/jemalloc/src/
HDchunk_mmap.c7 chunk_alloc_mmap_slow(size_t size, size_t alignment, bool *zero, bool *commit) in chunk_alloc_mmap_slow() argument
29 if (!*commit) in chunk_alloc_mmap_slow()
30 *commit = pages_decommit(ret, size); in chunk_alloc_mmap_slow()
35 chunk_alloc_mmap(size_t size, size_t alignment, bool *zero, bool *commit) in chunk_alloc_mmap() argument
62 return (chunk_alloc_mmap_slow(size, alignment, zero, commit)); in chunk_alloc_mmap()
67 if (!*commit) in chunk_alloc_mmap()
68 *commit = pages_decommit(ret, size); in chunk_alloc_mmap()
HDchunk.c22 size_t alignment, bool *zero, bool *commit, unsigned arena_ind);
101 ATOMIC_COPY_HOOK(commit); in chunk_hooks_set()
202 void *new_addr, size_t size, size_t alignment, bool *zero, bool *commit, in chunk_recycle() argument
249 *commit = true; in chunk_recycle()
298 if (!committed && chunk_hooks->commit(ret, size, 0, size, arena->ind)) { in chunk_recycle()
332 bool *zero, bool *commit, dss_prec_t dss_prec) in chunk_alloc_core() argument
345 new_addr, size, alignment, zero, commit, true)) != NULL) in chunk_alloc_core()
350 chunk_alloc_dss(arena, new_addr, size, alignment, zero, commit)) != in chunk_alloc_core()
358 commit)) != NULL) in chunk_alloc_core()
362 chunk_alloc_dss(arena, new_addr, size, alignment, zero, commit)) != in chunk_alloc_core()
[all …]
HDchunk_dss.c70 bool *zero, bool *commit) in chunk_alloc_dss() argument
146 if (!*commit) in chunk_alloc_dss()
147 *commit = pages_decommit(ret, size); in chunk_alloc_dss()
/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
HDerr.D_COMM_COMM.DisjointCommit.d43 self->commit = 0;
80 commit(var1);
81 commit(var2);
82 self->commit++;
86 /self->commit/
93 /!self->commit/
HDtst.SpeculationCommit.d45 self->commit = 0;
59 commit(self->var);
60 self->commit++;
64 /(1 == self->commit)/
71 /(0 == self->commit)/
HDtst.CommitAfterDiscard.d44 self->commit = 0;
64 commit(var1);
65 self->commit++;
69 /self->commit/
77 /!self->commit/
HDtst.DiscardAftCommit.d43 self->commit = 0;
61 commit(var1);
62 self->commit++;
HDerr.D_COMM_COMM.CommitAftCommit.d68 commit(var1);
69 commit(var1);
/NextBSD/contrib/jansson/doc/
HDtutorial.rst54 "sha": "<the commit ID>",
55 "commit": {
56 "message": "<the commit message>",
62 "sha": "<the commit ID>",
63 "commit": {
64 "message": "<the commit message>",
106 first newline in the commit message::
189 json_t *data, *sha, *commit, *message;
195 fprintf(stderr, "error: commit data %d is not an object\n", i + 1);
206 Next we'll extract the commit ID (a hexadecimal SHA-1 sum),
[all …]
HDgithub_commits.c158 json_t *data, *sha, *commit, *message; in main() local
176 commit = json_object_get(data, "commit"); in main()
177 if(!json_is_object(commit)) in main()
184 message = json_object_get(commit, "message"); in main()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDFixItRewriter.cpp148 edit::Commit commit(Editor); in HandleDiagnostic() local
155 commit.insertFromRange(Hint.RemoveRange.getBegin(), in HandleDiagnostic()
159 commit.remove(Hint.RemoveRange); in HandleDiagnostic()
163 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in HandleDiagnostic()
165 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in HandleDiagnostic()
169 bool CanRewrite = Info.getNumFixItHints() > 0 && commit.isCommitable(); in HandleDiagnostic()
183 if (!Editor.commit(commit)) { in HandleDiagnostic()
/NextBSD/contrib/xz/src/liblzma/api/lzma/
HDversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/NextBSD/contrib/llvm/tools/clang/include/clang/Edit/
HDRewriters.h28 const NSAPI &NS, Commit &commit);
31 const NSAPI &NS, Commit &commit,
35 const NSAPI &NS, Commit &commit);
/NextBSD/lib/libc/stdio/
HDvfwscanf.c795 wchar_t *commit, *p; in parsefloat() local
819 commit = buf - 1; in parsefloat()
836 commit = p; in parsefloat()
857 commit = p; /* inf or infinity */ in parsefloat()
870 commit = p; in parsefloat()
878 commit = p; in parsefloat()
906 commit = p; in parsefloat()
916 commit = p; in parsefloat()
929 commit = p; in parsefloat()
943 while (commit < --p) in parsefloat()
[all …]
HDvfscanf.c927 char *commit, *p; in parsefloat() local
946 commit = buf - 1; in parsefloat()
961 commit = p; in parsefloat()
982 commit = p; /* inf or infinity */ in parsefloat()
995 commit = p; in parsefloat()
1003 commit = p; in parsefloat()
1025 commit = p; in parsefloat()
1037 commit = p; in parsefloat()
1059 commit = p; in parsefloat()
1072 commit = p; in parsefloat()
[all …]
/NextBSD/contrib/subversion/subversion/svn/schema/
HDcommon.rnc42 commit = element commit { attlist.commit, author?, date? }
43 attlist.commit &= attribute revision { revnum.type }
HDblame.rnc35 entry = element entry { attlist.entry, commit?, merged? }
40 ## The merged commit
41 merged = element merged { attlist.merged, commit }
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDDiagnosticRenderer.cpp95 edit::Commit commit(SM, LangOpts); in mergeFixits() local
101 commit.insertFromRange(Hint.RemoveRange.getBegin(), in mergeFixits()
105 commit.remove(Hint.RemoveRange); in mergeFixits()
109 commit.replace(Hint.RemoveRange, Hint.CodeToInsert); in mergeFixits()
111 commit.insert(Hint.RemoveRange.getBegin(), Hint.CodeToInsert, in mergeFixits()
117 if (Editor.commit(commit)) { in mergeFixits()
/NextBSD/contrib/ntp/
HDREADME.patches12 > (commit your changes to ntp-stable)
16 > (commit your changes to ntp-dev)
41 > bk citool (or bk ci ... ; bk commit ... )
/NextBSD/contrib/unbound/doc/
HDREADME.svn12 * generates commit email with your changes and comment.
15 * Please fix your errors and commit again.

1234567891011