Searched refs:nr (Results 251 - 275 of 461) sorted by relevance

<<111213141516171819

/netbsd-current/external/lgpl3/gmp/dist/mpn/s390_32/
H A Daddmul_1.asm52 nr 6,vlimb # 0 or vlimb
75 nr 6,vlimb # 0 or vlimb
H A Dsubmul_1.asm52 nr 6,vlimb # 0 or vlimb
75 nr 6,vlimb # 0 or vlimb
H A Dmul_1.asm52 nr 6,vlimb # 0 or vlimb
71 nr 6,vlimb # 0 or vlimb
/netbsd-current/lib/libc/db/mpool/
H A Dmpool.c201 ssize_t nr; local
254 if ((nr = pread(mp->fd, bp->page, (size_t)mp->pagesize, off)) != (int)mp->pagesize) {
255 if (nr > 0) {
258 } else if (nr == 0) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_nv40.c106 nvkm_wr32(device, NV03_PFIFO_CACHE1_PUSH1, fifo->base.nr - 1);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Ddisp.h89 u32 *evo_wait(struct nv50_dmac *, int nr);
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_init.c55 inc /*nr-bytes*/,
225 sizeof(buf), /*nr-bytes*/
498 int nr; local
501 for (nr = 0; *arg != NULL; arg++, nr++);
502 return nr;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsh-tdep.c1740 sh_dsp_register_sim_regno (struct gdbarch *gdbarch, int nr) argument
1742 if (legacy_register_sim_regno (gdbarch, nr) < 0)
1743 return legacy_register_sim_regno (gdbarch, nr);
1744 if (nr >= DSR_REGNUM && nr <= Y1_REGNUM)
1745 return nr - DSR_REGNUM + SIM_SH_DSR_REGNUM;
1746 if (nr == MOD_REGNUM)
1748 if (nr == RS_REGNUM)
1750 if (nr == RE_REGNUM)
1752 if (nr >
1758 sh_sh2a_register_sim_regno(struct gdbarch *gdbarch, int nr) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsh-tdep.c1699 sh_dsp_register_sim_regno (struct gdbarch *gdbarch, int nr) argument
1701 if (legacy_register_sim_regno (gdbarch, nr) < 0)
1702 return legacy_register_sim_regno (gdbarch, nr);
1703 if (nr >= DSR_REGNUM && nr <= Y1_REGNUM)
1704 return nr - DSR_REGNUM + SIM_SH_DSR_REGNUM;
1705 if (nr == MOD_REGNUM)
1707 if (nr == RS_REGNUM)
1709 if (nr == RE_REGNUM)
1711 if (nr >
1717 sh_sh2a_register_sim_regno(struct gdbarch *gdbarch, int nr) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dtestutils.inc90 .macro system_call nr:req
91 P0 = \nr (X);
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c55 inc /*nr-bytes*/,
225 sizeof(buf), /*nr-bytes*/
498 int nr; local
501 for (nr = 0; *arg != NULL; arg++, nr++);
502 return nr;
/netbsd-current/sys/lib/libsa/
H A Dloadfile_elf32.c283 ssize_t nr; local
289 nr = read(fd, addr, size);
290 if (nr == -1) {
294 if (nr != (ssize_t)size) {
310 ssize_t nr; local
319 nr = READ(fd, addr, size);
320 if (nr == -1) {
324 if (nr != (ssize_t)size) {
/netbsd-current/sys/arch/vax/mba/
H A Dmba.c150 for (j = 0; mbaunit[j].nr; j++)
151 if (mbaunit[j].nr == ma.ma_type)
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
H A Dior.h43 u8 nr; member in struct:nvkm_ior::__anon1069
77 void (*power)(struct nvkm_ior *, int nr);
H A Dnouveau_nvkm_engine_disp_piornv50.c46 int ret = nvkm_i2c_aux_lnk_ctl(aux, pior->dp.nr, pior->dp.bw,
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_aux.c151 nvkm_i2c_aux_lnk_ctl(struct nvkm_i2c_aux *aux, int nr, int bw, bool ef) argument
154 return aux->func->lnk_ctl(aux, nr, bw, ef);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/notify/
H A Dtests.sh48 nr=$(grep -c 'x[0-9].*sending notify to' ns2/named.run)
49 [ "$nr" -eq 20 ] || ret=1
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dnouveau_nvkm_subdev_mmu_uvmm.c317 u8 type, index, nr; local
320 for (nr = 0; page[nr].shift; nr++);
323 if ((index = args->v0.index) >= nr)
/netbsd-current/sys/netatalk/
H A Daarp.c140 struct netrange *nr; local
150 nr = (struct netrange *) (sat2->sat_zero);
151 if ((nr->nr_phase == 2)
152 && (ntohs(nr->nr_firstnet) <= ntohs(sat->sat_addr.s_net))
153 && (ntohs(nr->nr_lastnet) >= ntohs(sat->sat_addr.s_net)))
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dinterp.c1065 int nr = 0; local
1067 while (sim_read (sd, addr + nr, &null, 1) == 1 && null != 0)
1068 nr++;
1069 buf = NZALLOC (char, nr + 1);
1070 sim_read (sd, addr, (unsigned char *)buf, nr);
1195 int nr = A2; local
1196 char *buf = zalloc (nr);
1197 V0 = sim_io_read (sd, fd, buf, nr);
1198 sim_write (sd, A1, (unsigned char *)buf, nr);
1206 int nr local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dinterp.c1064 int nr = 0; local
1066 while (sim_read (sd, addr + nr, &null, 1) == 1 && null != 0)
1067 nr++;
1068 buf = NZALLOC (char, nr + 1);
1069 sim_read (sd, addr, buf, nr);
1211 int nr = A2; local
1212 char *buf = zalloc (nr);
1213 V0 = sim_io_read (sd, fd, buf, nr);
1214 sim_write (sd, A1, buf, nr);
1222 int nr local
[all...]
/netbsd-current/tests/net/ndp/
H A Dt_ndp.sh539 $DEBUG && rump.netstat -nr -f inet6
545 $DEBUG && rump.netstat -nr -f inet6
578 $DEBUG && rump.netstat -nr -f inet6
583 $DEBUG && rump.netstat -nr -f inet6
617 $DEBUG && rump.netstat -nr -f inet6
623 $DEBUG && rump.netstat -nr -f inet6
663 $DEBUG && rump.netstat -nr -f inet6
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_drv.c1147 unsigned int nr = DRM_IOCTL_NR(cmd); local
1154 if ((nr >= DRM_COMMAND_BASE) && (nr < DRM_COMMAND_END)
1155 && (nr < DRM_COMMAND_BASE + dev->driver->num_ioctls)) {
1157 &vmw_ioctls[nr - DRM_COMMAND_BASE];
1159 if (nr == DRM_COMMAND_BASE + DRM_VMW_EXECBUF) {
1161 } else if (nr == DRM_COMMAND_BASE + DRM_VMW_UPDATE_LAYOUT) {
1171 } else if (!drm_ioctl_flags(nr, &flags))
1178 nr - DRM_COMMAND_BASE);
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dhvm_op.h254 uint32_t nr; member in struct:xen_hvm_altp2m_set_mem_access_multi
/netbsd-current/tests/net/if_wg/
H A Dcommon.sh91 $DEBUG && rump.netstat -nr

Completed in 357 milliseconds

<<111213141516171819