Searched refs:commit (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/maintainer-scripts/
H A Dupdate_version_svn49 # There are no files to commit yet.
70 echo "Attempting to commit $i"
71 if ! ${SVN} commit -m "Daily bump." $i; then
72 # If we could not commit the files, indicate failure.
/haiku-buildtools/libtool/
H A DMakefile.am120 cvs-release: version-check prev-tarball cvs-news fetch cvs-commit cvs-dist deltas web-manual
161 echo "Cannot make cvs-dist before commit"; exit 1; else :; fi
221 .PHONY: cvs-commit
222 cvs-commit: cvs-news
223 cd $(srcdir) && $(SHELL) ./commit
/haiku-buildtools/legacy/binutils/ld/
H A Ddeffilep.y403 fprintf (file, " stack commit: 0x%08x\n", def->stack_commit);
407 fprintf (file, " heap commit: 0x%08x\n", def->heap_commit);
698 def_stacksize (int reserve, int commit)
701 def->stack_commit = commit;
705 def_heapsize (int reserve, int commit)
708 def->heap_commit = commit;
/haiku-buildtools/binutils/ld/
H A Ddeffilep.y525 fprintf (file, " stack commit: 0x%08x\n", fdef->stack_commit);
529 fprintf (file, " heap commit: 0x%08x\n", fdef->heap_commit);
1013 def_stacksize (int reserve, int commit)
1016 def->stack_commit = commit;
1020 def_heapsize (int reserve, int commit)
1023 def->heap_commit = commit;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintrin.c76 bool commit);
168 bool commit)
509 && commit)
1095 if (anynum && commit)
1112 else if ((c[colon + 1] == '*') && commit)
161 ffeintrin_check_(ffeintrinImp imp, ffebldOp op, ffebld args, ffeinfoBasictype *xbt, ffeinfoKindtype *xkt, ffetargetCharacterSize *xsz, bool *check_intrin, ffelexToken t, bool commit) argument
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.c68 [STACKSIZE|HEAPSIZE] <number-reserve> [ , <number-commit> ]
69 Generates --stack|--heap <number-reserve>,<number-commit>
982 def_heapsize (int reserve, int commit) argument
985 if (commit > 0)
986 sprintf (b, "-heap 0x%x,0x%x ", reserve, commit);
993 def_stacksize (int reserve, int commit) argument
996 if (commit > 0)
997 sprintf (b, "-stack 0x%x,0x%x ", reserve, commit);
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsparc.c6594 char commit[4];
6889 ultra_pipe.commit[pipe_slot] = 0;
6926 /* INSN has been scheduled, update pipeline commit state
6944 up->commit[i] = 1;
6946 else if (! up->commit[i])
6976 if (up->commit[i] != 0)
6997 up->commit[i] = 0;
7061 num_committed = (up->commit[0] + up->commit[1] +
7062 up->commit[
6569 char commit[4]; member in struct:ultrasparc_pipeline_state
[all...]
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c67 [STACKSIZE|HEAPSIZE] <number-reserve> [ , <number-commit> ]
68 Generates --stack|--heap <number-reserve>,<number-commit>
1159 def_heapsize (int reserve, int commit) argument
1162 if (commit > 0)
1163 sprintf (b, "-heap 0x%x,0x%x ", reserve, commit);
1170 def_stacksize (int reserve, int commit) argument
1173 if (commit > 0)
1174 sprintf (b, "-stack 0x%x,0x%x ", reserve, commit);
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c1185 bool commit;
1186 saved_token_sentinel(cp_lexer *lexer): lexer(lexer), commit(true)
1194 commit = false;
1198 if (commit)
7969 will commit to the parse at that point, because we cannot
7999 we don't commit, we try a cast-expression, then an unary-expression.
8035 /* Only commit if the cast-expression doesn't start with
11560 /* If parsing tentatively, we should commit; we really are
11874 may as well commit at this point. */
12200 /* We know we are in a static assertion; commit t
1184 bool commit; member in struct:saved_token_sentinel
[all...]

Completed in 294 milliseconds