Searched refs:gp (Results 226 - 250 of 493) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Drtti1.C36 int (*gp)(); variable
111 if (typeid(fp) != typeid(gp)) error (103);
112 if (typeid(gp) == typeid(hp)) error (104);
/netbsd-6-1-5-RELEASE/sys/arch/ia64/ia64/
H A Dsal.c117 sal_fdesc.gp = IA64_PHYS_TO_RR7(dp->sale_sal_gp);
120 sal_fdesc.func, sal_fdesc.gp);
173 ia64_tpa(fd->gp), 0, 0, 0, 0);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/generic/
H A Dgcdext.c96 mp_srcptr gp, mp_size_t gn,
129 ASSERT_NOCARRY (mpn_sub (tp, tp, size, gp, gn));
137 mp_limb_t cy = mpn_add (tp, tp, size, gp, gn);
189 mpn_gcdext (mp_ptr gp, mp_ptr up, mp_size_t *usizep, argument
256 MPN_COPY (gp, bp, n);
265 mp_size_t gn = mpn_gcdext_lehmer_n(gp, up, usizep, ap, bp, n, tp);
314 n = mpn_gcdext_subdiv_step (gp, &gn, up, usizep, ap, bp, n,
368 n = mpn_gcdext_subdiv_step (gp, &gn, up, usizep, ap, bp, n,
386 MPN_COPY (gp, ap, n);
413 gn = mpn_gcdext_lehmer_n (gp, u
94 compute_v(mp_ptr vp, mp_srcptr ap, mp_srcptr bp, mp_size_t n, mp_srcptr gp, mp_size_t gn, mp_srcptr up, mp_size_t usize, mp_ptr tp) argument
[all...]
H A Dgcdext_lehmer.c31 mpn_gcdext_lehmer_n (mp_ptr gp, mp_ptr up, mp_size_t *usize, argument
114 n = mpn_gcdext_subdiv_step (gp, &gn, up, usize, ap, bp, n,
134 gp[0] = ap[0];
159 gp[0] = mpn_gcdext_1 (&u, &v, ap[0], bp[0]);
H A Dgcdext_subdiv_step.c30 followed by one division. If the gcd is found, stores it in gp and
39 mpn_gcdext_subdiv_step (mp_ptr gp, mp_size_t *gn, mp_ptr up, mp_size_t *usizep, argument
65 MPN_COPY (gp, bp, bn);
77 MPN_COPY (gp, ap, an);
102 MPN_COPY (gp, ap, an);
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dgcdext.c33 mp_ptr gp, sp, tmp_gp, tmp_sp; local
121 gp = PTR (g);
122 MPN_COPY (gp, tmp_gp, gsize);
/netbsd-6-1-5-RELEASE/usr.sbin/chroot/
H A Dchroot.c85 struct group *gp; local
87 if ((gp = getgrnam(group)) != NULL)
88 return gp->gr_gid;
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Dmsg.c72 GS *gp; local
92 gp = NULL;
98 gp = sp->gp;
103 F_SET(gp, G_BELLSCHED);
279 gp == NULL ? DEFAULT_NOPRINT : gp->noprint;
309 ch = gp == NULL ? DEFAULT_NOPRINT : gp->noprint; *p != '\0'; ++p)
776 if (sp->gp
789 msg_close(GS *gp) argument
841 GS *gp; local
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_append.c79 GS *gp; local
87 gp = sp->gp;
208 if (gp->scr_screen(sp, SC_EX)) {
H A Dex_abbrev.c92 F_SET(sp->gp, G_ABBREV);
108 if (!F_ISSET(sp->gp, G_ABBREV) ||
H A Dex_map.c83 return (sp->gp->scr_fmap == NULL ? 0 :
84 sp->gp->scr_fmap(sp, stype, input, cmdp->argv[0]->len,
H A Dex_print.c100 GS *gp; local
109 gp = sp->gp;
218 GS *gp; local
223 gp = sp->gp;
H A Dex_txt.c62 GS *gp; local
103 gp = sp->gp;
104 if (F_ISSET(gp, G_SCRIPTED))
305 leftmargin: (void)gp->scr_ex_adjust(sp, EX_TERM_CE);
320 (void)gp->scr_ex_adjust(sp, EX_TERM_CE);
H A Dex_write.c263 (void)sp->gp->scr_rename(sp, sp->frp->name, 1);
291 GS *gp; local
301 gp = sp->gp;
335 gp->scr_busy(sp, msg, msg == NULL ?
374 gp->scr_busy(sp, NULL, BUSY_OFF);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-mips-1.s10 .frame $fp,8,$31 # vars= 8, regs= 1/0, args= 0, gp= 0
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mips/
H A Dldstla-n64-sym32.d48 .* daddiu a0,gp,0
52 .* daddiu a0,gp,0
57 .* daddiu a0,gp,0
61 .* daddiu a0,gp,0
106 .* daddiu a0,gp,0
110 .* daddiu a0,gp,0
115 .* daddiu a0,gp,0
119 .* daddiu a0,gp,0
258 .* lw a0,0\(gp\)
262 .* daddu a0,v1,gp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/stand/common/
H A Dstart.S48 la gp,_gp
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dregdef.h82 #define gp $28 /* global pointer */ macro
/netbsd-6-1-5-RELEASE/sys/arch/alpha/alpha/
H A Dmultiproc.s59 mov gp, a0
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dfde-vms.c134 unsigned long *gp, struct unw_table_entry *ent)
151 *gp = vueblock.gp_value;
133 _Unwind_FindTableEntry(void *pc, unsigned long *segment_base, unsigned long *gp, struct unw_table_entry *ent) argument
/netbsd-6-1-5-RELEASE/sys/arch/ia64/conf/
H A DMakefile.ia6434 CPPFLAGS+= -mconstant-gp -Dia64
/netbsd-6-1-5-RELEASE/sys/arch/mips/rmi/
H A Drmixl_gpio.c142 struct gpio_chipset_tag * const gp = &gpio->gpio_chipset; local
148 gp->gp_cookie = gpio;
149 gp->gp_pin_read = rmixl_gpio_pin_read;
150 gp->gp_pin_write = rmixl_gpio_pin_write;
151 gp->gp_pin_ctl = rmixl_gpio_pin_ctl;
153 gba.gba_gc = gp;
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/chg_pid/
H A Dchg_pid.c264 void change_it(pno, gp, newname)
266 GEM_PART *gp;
271 strncpy(s1, gp->p_id, 3);
275 gp->p_id[0] = s2[0]; gp->p_id[1] = s2[1]; gp->p_id[2] = s2[2];
/netbsd-6-1-5-RELEASE/usr.bin/showmount/
H A Dshowmount.c321 struct grouplist *gp; local
339 gp = (struct grouplist *)malloc(sizeof(struct grouplist));
340 if (gp == NULL)
342 strp = gp->gr_name;
345 gp->gr_next = ep->ex_groups;
346 ep->ex_groups = gp;
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/revnetgroup/
H A Dparse_netgroup.c143 struct netgrp *gp, *ogp; local
158 gp = grouphead.gr;
159 while (gp) {
160 ogp = gp;
161 gp = gp->ng_next;

Completed in 301 milliseconds

1234567891011>>