| /src/external/bsd/jemalloc/dist/src/ |
| extent_mmap.c | 22 bool *commit) { 24 void *ret = pages_map(new_addr, size, alignment, commit); 29 if (*commit) {
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| extent_mmap.c | 23 bool *commit) { 25 PAGE), commit); 30 if (*commit) {
|
| /src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
| git_repository.py | 37 def commit_to_info(commit): 39 c = repo.commit(commit) 40 diff = repo.commit(commit + '~').diff(commit) 74 commits = [repo.commit(revisions)] 76 for commit in commits: 77 git_commit = GitCommit(commit_to_info(commit.hexsha),
|
| /src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
| git_repository.py | 35 def commit_to_info(commit): 37 c = repo.commit(commit) 38 diff = repo.commit(commit + '~').diff(commit) 72 commits = [repo.commit(revisions)] 74 for commit in commits: 75 git_commit = GitCommit(commit_to_info(commit.hexsha),
|
| git_update_version.py | 87 commit = repo.head.commit 89 while commit: 90 if (commit.author.email == 'gccadmin@gcc.gnu.org' 91 and commit.message.strip() == 'Daily bump.'): 94 assert len(commit.parents) <= 2 95 commit = commit.parents[-1] 102 head = repo.head.commit 103 # if HEAD is a merge commit, start with second paren [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/ci/ |
| buildkite-pipeline-snapshot.sh | 23 commit: "${BUILDKITE_COMMIT}"
|
| buildkite-pipeline-premerge.sh | 15 # Invoked by CI on pre-merge check for a commit. 38 commit: "${BUILDKITE_COMMIT}"
|
| /src/external/apache2/llvm/dist/llvm/utils/git/ |
| arcfilter.sh | 3 # Remove the phabricator tags from the commit at HEAD 7 git commit --amend --date=now -F -
|
| /src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
| Rewriters.h | 23 class Commit; 26 const NSAPI &NS, Commit &commit); 29 const NSAPI &NS, Commit &commit, 33 const NSAPI &NS, Commit &commit);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pages.c | 5 bool commit; local 9 commit = true; 10 pages = pages_map(NULL, alloc_size, PAGE, &commit);
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| pages.c | 5 bool commit; local 9 commit = true; 10 pages = pages_map(NULL, alloc_size, PAGE, &commit);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| extent_mmap.h | 7 bool *zero, bool *commit);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| extent_mmap.h | 7 bool *zero, bool *commit);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| extent_mmap.h | 7 bool *zero, bool *commit);
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| extent_mmap.h | 7 bool *zero, bool *commit);
|
| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| transaction.hpp | 60 void commit(void);
|
| transaction.cpp | 85 commit(void) function in struct:utils::sqlite::transaction::impl 88 db.exec("COMMIT"); 128 sqlite::transaction::commit(void) function in class:sqlite::transaction 130 _pimpl->commit();
|
| /src/external/apache2/llvm/dist/clang/lib/Edit/ |
| RewriteObjCFoundationAPI.cpp | 19 #include "clang/Edit/Commit.h" 59 const NSAPI &NS, Commit &commit) { 85 commit.replaceWithInner(Msg->getSourceRange(), 173 static void maybePutParensOnReceiver(const Expr *Receiver, Commit &commit) { 176 commit.insertWrap("(", RecRange, ")"); 181 Commit &commit) { 192 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin() [all...] |
| /src/external/bsd/openldap/dist/doc/devel/variadic_debug/ |
| script.sh | 43 git commit -m "ITS#8731 Add the documentation and scripts" 54 git commit -m "ITS#8731 Apply $PATCH_DIR/03-libldap_Debug.cocci" 61 git commit -m "ITS#8731 Apply $PATCH_DIR/04-variadic.cocci" 71 git commit -m "ITS#8731 Apply $PATCH_DIR/07-shortcut.cocci"
|
| /src/external/gpl2/xcvs/dist/src/ |
| watch.h | 23 int commit; member in struct:addremove_args 25 /* Are we adding or removing (non-temporary) edit,unedit,and/or commit 33 /* Should we add a temporary commit watch? */
|
| /src/external/public-domain/xz/dist/src/liblzma/api/lzma/ |
| version.h | 76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ 77 #major "." #minor "." #patch stability commit 79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ 80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) 89 * "4.999.8beta-21-g1d92". The commit ID won't be available in numeric form
|
| /src/external/bsd/am-utils/dist/ |
| commit | 3 # commit version 0.9.2 17 # is going to commit to stderr. A list of files to compare and to 22 # The commit message will be extracted from the differences between 32 # usage: commit [-v] [-h] [-f] [-l] [-n] [-q] [-z N] 36 # --force display commit message instead of running $PAGER 38 # -m msg --message=msg set commit message 40 # -F file --file=file read commit message from file 41 # -n --dry-run don't commit anything 47 name=commit 52 commit= [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| txn.c | 68 int commit, 82 if( commit ) { 85 ber_printf( txnber, "{bON}", commit, txnid ); 100 int commit, 115 if( commit ) { 118 ber_printf( txnber, "{bON}", commit, txnid );
|
| /src/external/bsd/zstd/dist/tests/ |
| DEPRECATED-test-zstd-speed.py | 92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, 98 % (email_header, pid, branch, commit, last_commit, 119 def git_get_changes(branch, commit, last_commit): 122 commits = execute('git log -n 10 %s %s' % (fmt, commit)) 124 commits = execute('git --no-pager log %s %s..%s' % (fmt, last_commit, commit)) 131 commit = None 138 if len(words) <= 4: # branch + commit + compilerVer + md5 139 commit = words[1] 147 return commit, csize, cspeed, dspeed 150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersion, resultsFileName 345 commit = "" variable 357 commit = execute('git show -s --format=%h ' + branch, verbose)[0] variable [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| DebugSymbolRVASubsection.cpp | 29 Error DebugSymbolRVASubsection::commit(BinaryStreamWriter &Writer) const { function in class:DebugSymbolRVASubsection
|