Searched refs:orig (Results 1 - 25 of 274) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D930718-1.c8 f (orig)
9 register rtx orig;
11 if (orig->f1 || orig->f2)
12 return orig;
13 orig->f2 = 1;
14 return orig;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D930718-1.c8 f (orig)
9 register rtx orig;
11 if (orig->f1 || orig->f2)
12 return orig;
13 orig->f2 = 1;
14 return orig;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/mips/include/isc/
H A Datomic.h34 isc_int32_t orig; local
44 : "=&r"(orig)
49 return (orig);
76 isc_int32_t orig; local
87 : "=&r"(orig)
92 return (orig);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/mips/include/isc/
H A Datomic.h34 isc_int32_t orig; local
44 : "=&r"(orig)
49 return (orig);
76 isc_int32_t orig; local
87 : "=&r"(orig)
92 return (orig);
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Did_subwins.c49 __id_subwins(WINDOW *orig) argument
54 for (win = orig->nextp; win != orig; win = win->nextp) {
55 oy = win->begy - orig->begy;
58 &orig->alines[oy + y]->line[win->ch_off];
H A Dmvwin.c60 parent = win->orig;
93 WINDOW *orig; local
100 orig = win->orig;
101 if (orig == NULL) {
102 orig = win;
108 } while (win != orig);
110 if (by < orig->begy || win->maxy + dy > orig->maxy)
112 if (bx < orig
[all...]
H A Dmove.c83 while (win->orig) {
84 wmove(win->orig, win->cury + win->begy - win->orig->begy,
85 win->curx + win->begx - win->orig->begx);
86 win = win->orig;
H A Dgetyx.c53 if (win->orig == NULL)
56 return (win->begy - win->orig->begy);
70 if (win->orig == NULL)
73 return (win->begx - win->orig->begx);
H A Dnewwin.c49 static WINDOW *__subwin(WINDOW *orig, int nlines, int ncols, int by, int bx,
55 * are relative to the origin of window orig instead of absolute.
58 derwin(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
61 return __subwin(orig, nlines, ncols, orig->begy + by, orig->begx + bx,
68 * are relative to the origin of window orig instead of absolute.
71 subpad(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
74 return __subwin(orig, nlines, ncols, orig
173 subwin(WINDOW *orig, int nlines, int ncols, int by, int bx) argument
180 __subwin(WINDOW *orig, int nlines, int ncols, int by, int bx, int ispad) argument
222 __set_subwin(WINDOW *orig, WINDOW *win) argument
[all...]
H A Dresize.c72 if (win->orig == NULL) {
103 if (win->begy > win->orig->begy + win->orig->maxy)
104 win->begy = win->orig->begy + win->orig->maxy - 1;
105 if (win->begy + nlines > win->orig->begy + win->orig->maxy)
108 nlines += win->orig->begy + win->orig->maxy - win->begy;
111 if (win->begx > win->orig
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/powerpc/include/isc/
H A Datomic.h84 int orig = old; local
91 if (compare_and_swap(p, &orig, new))
92 orig = old;
100 return (orig);
106 isc_int32_t orig; local
126 : "=&r"(orig)
131 return (orig);
160 isc_int32_t orig; local
186 : "=&r" (orig)
191 return (orig);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/powerpc/include/isc/
H A Datomic.h60 int orig = old; local
67 if (compare_and_swap(p, &orig, new))
69 return (orig);
75 isc_int32_t orig; local
93 : "=&r"(orig)
98 return (orig);
125 isc_int32_t orig; local
149 : "=&r" (orig)
154 return (orig);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dm68k-byte-addr.c5 #define DECLARE(I) orig##I, inc##I
6 #define READ(I) orig##I = x[I]
7 #define INC(I) inc##I = orig##I + 1
8 #define WRITE1(I) x[I] = orig##I
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dscreen.c40 screen_init(GS *gp, SCR *orig, SCR **spp) argument
46 CALLOC_RET(orig, sp, SCR *, 1, sizeof(SCR));
66 if (orig == NULL) {
69 sp->wp = orig->wp;
72 if (orig->alt_name != NULL &&
73 (sp->alt_name = strdup(orig->alt_name)) == NULL)
77 if (F_ISSET(orig, SC_AT_SET)) {
79 sp->at_lbuf = orig->at_lbuf;
83 sp->searchdir = orig->searchdir == NOTSET ? NOTSET : FORWARD;
84 if (orig
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-file.c31 char *orig, *s; local
36 orig = s = dm_strdup(dir);
39 if (*orig) {
40 rc = mkdir(orig, 0777);
43 log_sys_error("mkdir", orig);
54 log_sys_error("mkdir", orig);
60 dm_free(orig);
/netbsd-6-1-5-RELEASE/sbin/newbtconf/
H A Dnewbtconf.sh82 orig=etc.current
85 orig=$2
88 if [ -z "`expr $orig : 'etc.\(.*\)'`" ] ; then
89 orig=etc.$orig
92 if [ ! -d /etc/$orig ] ; then
93 echo "Original directory /etc/$orig does not exist."
97 cd /etc/$orig
/netbsd-6-1-5-RELEASE/usr.sbin/acpitools/aml/
H A Daml_obj.c60 aml_copy_object(struct aml_environ *env, union aml_object *orig) argument
65 if (orig == NULL)
67 switch (orig->type) {
70 ret->buffer.size = (orig->regfield.bitlen / 8) +
71 ((orig->regfield.bitlen % 8) ? 1 : 0);
76 aml_store_to_object(env, orig, ret);
80 ret = aml_alloc_object(0, orig);
84 if (1 || orig != &env->tempobject) { /* XXX */
85 if (orig->type == aml_t_buffer) {
86 if (orig
123 aml_alloc_object(enum aml_objtype type, union aml_object *orig) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/gomp/
H A Dpr24849.C7 void Import_nograde (const Healpix_Map<T> &orig) { argument
12 for (m=0; m<npix_; ++m) map[m] = orig.map[m];
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Ddarwin.c233 gen_pic_offset (rtx orig, rtx pic_base) argument
236 return orig;
238 return gen_rtx_CONST (Pmode, gen_rtx_MINUS (Pmode, orig, pic_base));
434 machopic_indirect_data_reference (rtx orig, rtx reg) argument
436 rtx ptr_ref = orig;
439 return orig;
441 if (GET_CODE (orig) == SYMBOL_REF)
443 int defined = machopic_data_defined_p (orig);
450 emit_insn (gen_macho_high (hi_reg, orig));
451 emit_insn (gen_macho_low (reg, hi_reg, orig));
592 machopic_legitimize_pic_address(rtx orig, enum machine_mode mode, rtx reg) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/test/
H A Dt-unknown-segment.sh20 sed -e 's,striped,unstriped,;s,mirror,unmirror,' -i.orig bak0
28 sed -e 's,unstriped,striped,;s,unmirror,mirror,' -i.orig bak1
32 egrep -v 'description|seqno|creation_time|Generated' < bak0.orig > a
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Drtl.c207 copy_rtx (rtx orig)
214 code = GET_CODE (orig);
228 return orig;
230 if (REG_P (XEXP (orig, 0)) && REGNO (XEXP (orig, 0)) < FIRST_PSEUDO_REGISTER)
231 return orig;
237 if (GET_CODE (XEXP (orig, 0)) == PLUS
238 && GET_CODE (XEXP (XEXP (orig, 0), 0)) == SYMBOL_REF
239 && GET_CODE (XEXP (XEXP (orig, 0), 1)) == CONST_INT)
240 return orig;
204 copy_rtx(rtx orig) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dmisc.c59 * Replace occurrences of {} in orig with path, and place it in a malloced
63 brace_subst(char *orig, char **store, char *path, int *len) argument
69 for (p = *store; (ch = *orig) != '\0'; ++orig)
70 if (ch == '{' && orig[1] == '}') {
72 rest = strlen(&orig[2]);
87 ++orig;
/netbsd-6-1-5-RELEASE/usr.bin/seq/
H A Dseq.c293 unescape(char *orig) argument
295 char c, *cp, *new = orig;
298 for (cp = orig; (*orig = *cp); cp++, orig++) {
304 *orig = '\a';
307 *orig = '\b';
310 *orig = '\e';
313 *orig = '\f';
316 *orig
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.c278 machopic_gen_offset (rtx orig) argument
281 return orig;
288 orig = gen_rtx_UNSPEC (Pmode, gen_rtvec (1, orig),
290 return gen_rtx_CONST (Pmode, orig);
488 machopic_indirect_data_reference (rtx orig, rtx reg) argument
490 rtx ptr_ref = orig;
493 return orig;
495 if (GET_CODE (orig) == SYMBOL_REF)
497 int defined = machopic_data_defined_p (orig);
648 machopic_legitimize_pic_address(rtx orig, enum machine_mode mode, rtx reg) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbreakpoint-shadow.exp45 set orig $expect_out(1,string)
57 if [string equal -nocase $orig $got] {

Completed in 238 milliseconds

1234567891011