Searched refs:change (Results 1 - 25 of 451) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dchange-utils.h27 for (const insn_change *change : changes)
28 if (change->insn () == insn)
68 restrict_movement_ignoring (insn_change &change, IgnorePredicate ignore) argument
71 return (restrict_movement_for_uses_ignoring (change.move_range,
72 change.new_uses, ignore)
73 && restrict_movement_for_defs_ignoring (change.move_range,
74 change.new_defs, ignore)
75 && canonicalize_move_range (change.move_range, change.insn ()));
81 restrict_movement (insn_change &change) argument
104 recog_ignoring(obstack_watermark &watermark, insn_change &change, IgnorePredicate ignore) argument
117 recog(obstack_watermark &watermark, insn_change &change) argument
131 change_is_worthwhile(insn_change &change, bool strict_p = false) argument
[all...]
H A Dchanges.cc51 pp_string (pp, "change to ");
105 for (insn_change *change : changes)
106 if (!change->is_deletion ())
110 min_insn = later_insn (min_insn, change->move_range.first);
111 while (min_insn != change->insn () && !can_insert_after (min_insn))
113 if (*min_insn > *change->move_range.last)
125 for (use_info *use : change->new_uses)
137 for (def_info *def : change->new_defs)
174 for (insn_change *change : changes)
176 old_cost += change
251 choose_insn_placement(insn_change &change) argument
276 possibly_queue_changes(insn_change &change) argument
325 delete_insn(insn_change &change) argument
337 move_insn(insn_change &change, insn_info *after) argument
362 update_insn_in_place(insn_change &change) argument
374 finalize_new_accesses(insn_change &change) argument
526 apply_changes_to_insn(insn_change &change) argument
619 insn_change &change = *changes[i]; local
681 insn_change &change = *changes[i]; local
714 change_insn(insn_change &change) argument
726 add_clobber(insn_change &change, add_regno_clobber_fn add_regno_clobber, rtx clobber) argument
770 recog_level2(insn_change &change, add_regno_clobber_fn add_regno_clobber) argument
901 recog_internal(insn_change &change, add_regno_clobber_fn add_regno_clobber) argument
1014 pp_insn_change(pretty_printer *pp, const insn_change &change) argument
1021 dump(FILE *file, const insn_change &change) argument
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dupsigs/
H A Dcheck_journal.pl25 my $change = {
33 if( $change->{op} eq 'del' and $change->{rrtype} eq 'SOA' ) {
40 push @changeset, $change;
68 foreach my $change( @changeset ) {
69 if( $change->{rrtype} eq 'SOA' ) {
70 if( $change->{op} eq 'add' ) {
71 if( $change->{rdata} !~ /^\S+ \S+ (?<serial>\d+)/ ) {
78 elsif( $change->{rrtype} eq 'NSEC' ) {
81 elsif( $change
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dmode-change-error-1.d2 #source: mode-change-error-1a.s
3 #source: mode-change-error-1b.s
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dattr-merge-unknown-1.s2 @ If this number should become known, change it.
H A Dattr-merge-unknown-2.s2 @ If this number should become known, change it.
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff.h190 /* The result of comparison is an "edit script": a chain of `struct change'.
191 Each `struct change' represents one place where some lines are deleted
201 struct change
203 struct change *link; /* Previous or next edit command */
294 void print_context_script PARAMS((struct change *, int));
303 void print_ed_script PARAMS((struct change *));
304 void pr_forward_ed_script PARAMS((struct change *));
307 void print_ifdef_script PARAMS((struct change *));
315 void print_normal_script PARAMS((struct change *));
318 void print_rcs_script PARAMS((struct change *));
199 struct change struct
[all...]
H A Ded.c20 static void print_ed_hunk PARAMS((struct change *));
21 static void print_rcs_hunk PARAMS((struct change *));
22 static void pr_forward_ed_hunk PARAMS((struct change *));
29 struct change *script;
38 struct change *hunk;
77 to change the double dot into a single dot. */
84 /* Now change that double dot to the desired single dot. */
101 /* Print change script in the style of ed commands,
107 struct change *script;
114 struct change *hun
[all...]
H A Dnormal.c21 static void print_normal_hunk PARAMS((struct change *));
28 struct change *script;
39 struct change *hunk;
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff.h208 /* The result of comparison is an "edit script": a chain of `struct change'.
209 Each `struct change' represents one place where some lines are deleted
219 struct change
221 struct change *link; /* Previous or next edit command */
329 void print_context_script (struct change *, bool);
335 void print_ed_script (struct change *);
336 void pr_forward_ed_script (struct change *);
339 void print_ifdef_script (struct change *);
346 void print_normal_script (struct change *);
349 void print_rcs_script (struct change *);
217 struct change struct
[all...]
H A Ded.c27 static void print_ed_hunk (struct change *);
28 static void print_rcs_hunk (struct change *);
29 static void pr_forward_ed_hunk (struct change *);
35 print_ed_script (struct change *script)
43 print_ed_hunk (struct change *hunk)
86 /* Print change script in the style of ed commands,
91 pr_forward_ed_script (struct change *script)
97 pr_forward_ed_hunk (struct change *hunk)
132 print_rcs_script (struct change *script)
140 print_rcs_hunk (struct change *hun
[all...]
H A Dnormal.c27 static void print_normal_hunk (struct change *);
33 print_normal_script (struct change *script)
43 print_normal_hunk (struct change *hunk)
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dauth2-passwd.c58 u_char change; local
61 if ((r = sshpkt_get_u8(ssh, &change)) != 0 ||
63 (change && (r = sshpkt_get_cstring(ssh, NULL, NULL)) != 0) ||
69 if (change)
70 logit("password change not supported");
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dnop-unknown-intr.s3 ;;; Test for warnings when an instruction might change interrupt state, but
8 ;;; Moving a value in memory into SR might change interrupt state
13 ;;; Moving a value from a register into SR might change interrupt state
H A Dnop-unknown-intr-430x.l2 [^:]*:9: Warning: a NOP might be needed here, before this interrupt state change
4 [^:]*:14: Warning: a NOP might be needed here, before this interrupt state change
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-file.cc119 label_text describe_state_change (const evdesc::state_change &change)
122 if (change.m_old_state == m_sm.get_start_state ()
123 && change.m_new_state == m_sm.m_unchecked)
126 if (change.m_old_state == m_sm.m_unchecked
127 && change.m_new_state == m_sm.m_nonnull)
129 if (change.m_expr)
130 return change.formatted_print ("assuming %qE is non-NULL",
131 change.m_expr);
133 return change.formatted_print ("assuming FILE * is non-NULL");
135 if (change
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm-file.cc104 label_text describe_state_change (const evdesc::state_change &change)
107 if (change.m_old_state == m_sm.m_start
108 && change.m_new_state == m_sm.m_unchecked)
111 if (change.m_old_state == m_sm.m_unchecked
112 && change.m_new_state == m_sm.m_nonnull)
113 return change.formatted_print ("assuming %qE is non-NULL",
114 change.m_expr);
115 if (change.m_new_state == m_sm.m_null)
116 return change.formatted_print ("assuming %qE is NULL",
117 change
[all...]
/netbsd-current/games/ching/castching/
H A Dcastching.c54 * castching - Read a question, cast a change, and output the line
70 static char *change(void);
72 static char string[6+1]; /* where the actual change string is put */
86 printf("%s\n", change());
106 * Get a set of six lines making up a change.
109 change(void) function
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/i386/
H A Dx86-64-unwind.s5 # Verify that switching back into .eh_frame does not change
/netbsd-current/sys/ufs/chfs/
H A Dchfs_vnode.c335 * "change" parameter is positive if we have to increase the size
340 struct chfs_eraseblock *cheb, int change)
343 KASSERT((int)(chmp->chm_free_size + change) >= 0);
344 KASSERT((int)(cheb->free_size + change) >= 0);
345 KASSERT((int)(cheb->free_size + change) <= chmp->chm_ebh->eb_size);
346 chmp->chm_free_size += change;
347 cheb->free_size += change;
353 * "change" parameter is positive if we have to increase the size
358 struct chfs_eraseblock *cheb, int change)
361 KASSERT((int)(chmp->chm_dirty_size + change) >
339 chfs_change_size_free(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, int change) argument
357 chfs_change_size_dirty(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, int change) argument
375 chfs_change_size_unchecked(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, int change) argument
393 chfs_change_size_used(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, int change) argument
411 chfs_change_size_wasted(struct chfs_mount *chmp, struct chfs_eraseblock *cheb, int change) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/v850/
H A DMakefile.in98 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
99 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c icache.c
100 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h idecode.h
101 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c idecode.c
102 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h semantics.h
103 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c semantics.c
104 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
105 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model.c
106 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h support.h
107 $(SHELL) $(srcdir)/../../move-if-change tm
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mn10300/
H A DMakefile.in100 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
101 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c icache.c
102 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h idecode.h
103 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c idecode.c
104 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h semantics.h
105 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c semantics.c
106 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
107 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model.c
108 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h support.h
109 $(SHELL) $(srcdir)/../../move-if-change tm
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A DMakefile.in184 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.h icache.h
185 $(SHELL) $(srcdir)/../../move-if-change tmp-icache.c icache.c
186 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.h idecode.h
187 $(SHELL) $(srcdir)/../../move-if-change tmp-idecode.c idecode.c
188 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.h semantics.h
189 $(SHELL) $(srcdir)/../../move-if-change tmp-semantics.c semantics.c
190 $(SHELL) $(srcdir)/../../move-if-change tmp-model.h model.h
191 $(SHELL) $(srcdir)/../../move-if-change tmp-model.c model.c
192 $(SHELL) $(srcdir)/../../move-if-change tmp-support.h support.h
193 $(SHELL) $(srcdir)/../../move-if-change tm
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A DMakefile.in165 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-icache.h icache.h
166 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-icache.c icache.c
167 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-idecode.h idecode.h
168 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-idecode.c idecode.c
169 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-semantics.h semantics.h
170 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-semantics.c semantics.c
171 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-model.h model.h
172 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-model.c model.c
173 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-support.h support.h
174 $(SILENCE) $(SHELL) $(srcroot)/move-if-change tm
[all...]
/netbsd-current/tests/net/route/
H A DMakefile8 .for name in change flags flags6 route rtcache

Completed in 239 milliseconds

1234567891011>>