HomeSort by: relevance | last modified time | path
    Searched refs:changes (Results 1 - 25 of 306) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl2/xcvs/dist/contrib/
sandbox_status.sh 28 changes=0
51 changes=`expr $changes + 1`
54 changes=`expr $changes + 1`
67 changes=`expr $changes + 1`
79 changes=`expr $changes + 1`
92 changes=`expr $changes + 1
    [all...]
  /src/external/gpl2/diffutils/dist/src/
normal.c 40 describing changes in consecutive lines. */
49 enum changes changes = analyze_hunk (hunk, &first0, &last0, &first1, &last1); local
50 if (!changes)
57 fprintf (outfile, "%c", change_letter[changes]);
62 if (changes & OLD)
66 if (changes == CHANGED)
70 if (changes & NEW)
ed.c 46 enum changes changes;
53 changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
54 if (!changes)
61 fprintf (outfile, "%c\n", change_letter[changes]);
64 if (changes != OLD)
87 but print the changes in the order they appear in the input files,
102 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1);
103 if (!changes)
45 enum changes changes; local
100 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
143 enum changes changes = analyze_hunk (hunk, &f0, &l0, &f1, &l1); local
    [all...]
side.c 236 describing changes in consecutive lines. */
245 enum changes changes = local
247 if (!changes)
261 if (changes == CHANGED)
265 changes = (i <= last0 ? OLD : 0) + (j <= last1 ? NEW : 0);
271 if (changes & NEW)
279 if (changes & OLD)
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
change-utils.h 22 // Return true if INSN is one of the instructions being changed by CHANGES.
24 insn_is_changing (array_slice<insn_change *const> changes,
27 for (const insn_change *change : changes)
41 insn_is_changing (array_slice<insn_change *const> changes)
43 return insn_is_changing_closure (changes);
122 // Check whether insn costs indicate that the net effect of the changes
123 // in CHANGES is worthwhile. Require a strict improvement if STRICT_P,
126 bool changes_are_worthwhile (array_slice<insn_change *const> changes,
133 insn_change *changes[] = { &change }; local
134 return changes_are_worthwhile (changes, strict_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
change-utils.h 22 // Return true if INSN is one of the instructions being changed by CHANGES.
24 insn_is_changing (array_slice<insn_change *const> changes,
27 for (const insn_change *change : changes)
41 insn_is_changing (array_slice<insn_change *const> changes)
43 return insn_is_changing_closure (changes);
122 // Check whether insn costs indicate that the net effect of the changes
123 // in CHANGES is worthwhile. Require a strict improvement if STRICT_P,
126 bool changes_are_worthwhile (array_slice<insn_change *const> changes,
133 insn_change *changes[] = { &change }; local
134 return changes_are_worthwhile (changes, strict_p)
    [all...]
  /src/external/gpl3/gcc/dist/contrib/reghunt/examples/
reg-watch.awk 32 /changes with/ {
33 sub(".*changes with id ","")
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
reg-watch.awk 32 /changes with/ {
33 sub(".*changes with id ","")
  /src/external/bsd/libevent/dist/
kqueue.c 81 struct kevent *changes; member in struct:kqop
144 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent));
145 if (kqueueop->changes == NULL)
153 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]);
154 kqueueop->changes[0].ident = -1;
155 kqueueop->changes[0].filter = EVFILT_READ;
156 kqueueop->changes[0].flags = EV_ADD;
163 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
215 struct event_change *in_ch = &changelist->changes[i]
274 struct kevent *changes; local
    [all...]
devpoll.c 63 struct pollfd *changes; member in struct:devpollop
94 if (pwrite(devpollop->dpfd, devpollop->changes,
115 pfd = &devpollop->changes[devpollop->nchanges++];
157 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
158 if (devpollop->changes == NULL) {
305 if (devpollop->changes)
306 mm_free(devpollop->changes);
  /src/external/bsd/ntp/dist/sntp/libevent/
kqueue.c 80 struct kevent *changes; member in struct:kqop
143 kqueueop->changes = mm_calloc(NEVENT, sizeof(struct kevent));
144 if (kqueueop->changes == NULL)
152 memset(&kqueueop->changes[0], 0, sizeof kqueueop->changes[0]);
153 kqueueop->changes[0].ident = -1;
154 kqueueop->changes[0].filter = EVFILT_READ;
155 kqueueop->changes[0].flags = EV_ADD;
162 kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
214 struct event_change *in_ch = &changelist->changes[i]
273 struct kevent *changes; local
    [all...]
devpoll.c 62 struct pollfd *changes; member in struct:devpollop
93 if (pwrite(devpollop->dpfd, devpollop->changes,
114 pfd = &devpollop->changes[devpollop->nchanges++];
156 devpollop->changes = mm_calloc(nfiles, sizeof(struct pollfd));
157 if (devpollop->changes == NULL) {
304 if (devpollop->changes)
305 mm_free(devpollop->changes);
  /src/external/bsd/ntp/dist/scripts/build/
genCommitLog 12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
  /src/external/gpl3/gcc.old/dist/libphobos/m4/
gcc_support.m4 13 dnl test changes the directory
  /src/sys/net/
slcompress.c 182 u_int changes = 0; local
290 * expects changes in the order: urgent, window, ack, seq (the order
296 changes |= NEW_U;
308 changes |= NEW_W;
316 changes |= NEW_A;
324 changes |= NEW_S;
327 switch (changes) {
346 * actual changes match one of our special case encodings --
355 changes = SPECIAL_I;
363 changes = SPECIAL_D
476 u_int hlen, changes; local
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/
token-delta.py 16 def test(self, changes):
21 def getTestResult(self, changes):
25 changeset = frozenset(changes)
28 elif not self.test(changes):
34 def run(self, changes, force=False):
40 if not self.getTestResult(changes):
47 return self.delta(changes, self.split(changes))
149 def writeFiles(self, changes, fileNames):
152 for i,j in changes
    [all...]
  /src/tests/fs/tmpfs/
h_tools.c 120 struct kevent *changes, event; local
128 changes = malloc(sizeof(struct kevent) * argc);
129 if (changes == NULL)
139 EV_SET(&changes[i], fd, EVFILT_VNODE,
157 (void)kevent(kq, changes, argc, &event, 1, &to);
167 nev = kevent(kq, changes, argc, &event, 1, &to);
172 if (event.ident == changes[i].ident)
194 close(changes[i].ident);
195 free(changes);
  /src/external/gpl3/gcc/dist/gcc/jit/docs/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
37 @echo " changes to make an overview of all changed/added/deprecated items"
139 changes:
140 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
142 @echo "The overview file is in $(BUILDDIR)/changes."
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/
Makefile 17 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
37 @echo " changes to make an overview of all changed/added/deprecated items"
139 changes:
140 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
142 @echo "The overview file is in $(BUILDDIR)/changes."
  /src/external/ibm-public/postfix/dist/mantools/
make-relnotes 3 # Transform RELEASE_NOTES, split into "leader", and "major changes",
7 # starts with "Incompatible changes with snapshot YYYYMMDD" or "Major
8 # changes with snapshot YYYYMMDD" underlined with "=======..."; each
22 if (/^(Incompatible changes|Incompatibility) with/) {
32 if (/^Major changes with/) {
80 print "Major changes - $class\n";
81 ($junk = "Major changes - $class") =~ s/./-/g;
  /src/external/gpl2/xcvs/dist/src/
logmsg.c 23 const char *message, FILE * logfp, List * changes);
29 static void setup_tmpfile (FILE * xfp, char *xprefix, List * changes);
54 List *changes; member in struct:verifymsg_proc_data
65 setup_tmpfile (FILE *xfp, char *xprefix, List *changes)
72 if (walklist (changes, find_type, NULL) != 0)
76 (void) walklist (changes, fmt_proc, NULL);
85 if (walklist (changes, find_type, NULL) != 0)
89 (void) walklist (changes, fmt_proc, NULL);
98 if (walklist (changes, find_type, NULL) != 0)
102 (void) walklist (changes, fmt_proc, NULL)
566 List *changes; member in struct:ulp_data
    [all...]
  /src/sys/compat/sys/
event.h 70 struct kevent *changes, size_t index, int n)
86 kevent100_to_kevent(buf + i, changes + i);
  /src/usr.bin/make/unit-tests/
export-env.mk 3 # our normal .export, subsequent changes affect the environment
  /src/external/mpl/bind/dist/tests/dns/
sigs_test.c 71 const zonechange_t *changes; /* array of "raw" zone changes */ member in struct:__anon24220
72 const zonediff_t *zonediff; /* array of "processed" zone changes
213 REQUIRE(test->changes != NULL);
225 * Create a diff representing the supplied changes.
227 result = dns_test_difffromchanges(&raw_diff, test->changes, false);
284 * Apply changes to zone database contents and clean up.
323 * Define the tests to be run. Note that changes to zone database
341 .changes = changes_add,
359 .changes = changes_append
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-cc-fusion.cc 184 insn_change *changes[] = { &other_change, &cc_change }; local
186 if (!restrict_movement_ignoring (cc_change, insn_is_changing (changes)))
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes))
209 || !changes_are_worthwhile (changes)
210 || !crtl->ssa->verify_insn_changes (changes))
215 crtl->ssa->change_insns (changes);

Completed in 24 milliseconds

1 2 3 4 5 6 7 8 91011>>