HomeSort by: relevance | last modified time | path
    Searched defs:rm (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/bsd/nvi/dist/ex/
ex_bang.c 61 MARK rm; local
163 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
176 sp->lno = rm.lno;
181 sp->cno = rm.cno;
ex_read.c 60 MARK rm; local
182 NULL, &rm, cmdp->argv[argc]->bp, FILTER_READ))
192 sp->lno = rm.lno;
ex_write.c 134 MARK rm; local
191 &cmdp->addr2, &rm, cmdp->argv[1]->bp, FILTER_WRITE))
  /src/external/gpl3/gdb/dist/gdb/arch/
arm.c 328 int rm = bits (inst, 0, 3); local
341 res = (rm == ARM_PC_REGNUM
343 : regcache_raw_get_unsigned (regcache, rm));
arm-get-next-pcs.c 562 int shift = bits (inst2, 4, 5), rm = bits (inst2, 0, 3); local
563 base += regcache_raw_get_unsigned (regcache, rm) << shift;
  /src/external/gpl3/gdb.old/dist/gdb/arch/
arm.c 328 int rm = bits (inst, 0, 3); local
341 res = (rm == ARM_PC_REGNUM
343 : regcache_raw_get_unsigned (regcache, rm));
arm-get-next-pcs.c 563 int shift = bits (inst2, 4, 5), rm = bits (inst2, 0, 3); local
564 base += regcache_raw_get_unsigned (regcache, rm) << shift;
  /src/tests/lib/libc/gen/
t_fpsetround.c 62 int rm; member in struct:__anon7837
67 { "RM", FP_RM, 3 },
75 } tst[] = { /* RN RP RM RZ */
94 if (rnd[i].rm == r)
137 const int o = rnd[i].rm;
138 const int n = rnd[j].rm;
  /src/games/hack/
def.rm.h 1 /* $NetBSD: def.rm.h,v 1.6 2003/04/02 18:36:35 jsm Exp $ */
107 struct rm { struct
114 extern struct rm levl[COLNO][ROWNO];
  /src/bin/ed/
sub.c 183 regmatch_t rm[SE_MAX]; local
192 if (!regexec(pat, txt, SE_MAX, rm, 0)) {
196 i = rm[0].rm_so;
199 NEWLINE_TO_NUL(txt, rm[0].rm_eo);
202 if ((off = apply_subst_template(txt, rm, off,
206 i = rm[0].rm_eo;
213 txt += rm[0].rm_eo;
214 } while (*txt && (!changed || ((gflag & GSG) && rm[0].rm_eo))
215 && !regexec(pat, txt, SE_MAX, rm, REG_NOTBOL));
218 if (i > 0 && !rm[0].rm_eo && (gflag & GSG))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_dmanv04.c 105 u32 rm = ((1ULL << c->bits) - 1) << c->regs; local
107 u32 rv = (nvkm_rd32(device, c->regp) & rm) >> c->regs;
  /src/external/bsd/less/dist/
pattern.c 326 regmatch_t rm[RM_COUNT]; local
330 rm[0].rm_so = 0;
331 rm[0].rm_eo = line_len;
333 matched = !regexec(pattern, line, RM_COUNT, rm, flags);
339 if (rm[ecount-1].rm_so >= 0)
345 if (rm[i].rm_so < 0)
351 *sp++ = line + rm[i].rm_so;
352 *ep++ = line + rm[i].rm_eo;
354 *sp++ = rm[i].rm_sp;
355 *ep++ = rm[i].rm_ep
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
file-prefix-map.cc 282 const regmatch_t *rm, const char *);
292 regmatch_t rm[10]; local
295 if (regexec (&map->re, filename, 10, rm, 0) == 0
296 && regasub (&s, map->sub, rm, filename) >= 0)
  /src/external/gpl3/gcc.old/dist/gcc/
file-prefix-map.cc 248 const regmatch_t *rm, const char *);
258 regmatch_t rm[10]; local
261 if (regexec (&map->re, filename, 10, rm, 0) == 0
262 && regasub (&s, map->sub, rm, filename) >= 0)
  /src/sys/arch/arm/rockchip/
rk3399_pcie_phy.c 185 rkpcie_phy_write_conf(struct syscon *rm, uint8_t addr, uint8_t data)
187 syscon_write_4(rm, RK3399_GRF_SOC_CON8,
194 syscon_write_4(rm, RK3399_GRF_SOC_CON8,
197 syscon_write_4(rm, RK3399_GRF_SOC_CON8,
204 struct syscon *rm; local
210 rm = fdtbus_syscon_lookup(OF_parent(sc->sc_phy_node));
211 if (rm == NULL)
214 syscon_lock(rm);
215 syscon_write_4(rm, RK3399_GRF_SOC_CON8,
218 syscon_write_4(rm, RK3399_GRF_SOC_CON5_PCIE
    [all...]
  /src/sys/dev/rcons/
raster_op.c 1103 u_int32_t dl, lm, nlm, rm, nrm; local
1144 rm = rightmask[dstrightignore];
1145 nrm = ~rm;
1182 /*pst*/ *dstlong = ( dl & nrm ) | ( *dstlong & rm ); )
1199 u_int32_t dl, lm, nlm, rm, nrm; local
1251 rm = rightmask[dstrightignore];
1252 nrm = ~rm;
1289 /*pst*/ *dstlong = ( dl & nrm ) | ( *dstlong & rm ); )
1306 u_int32_t dl, lm, nlm, rm, nrm; local
1357 rm = rightmask[dstrightignore]
1411 u_int32_t dl, lm, nlm, rm, nrm; local
1516 u_int32_t dl, lm, nlm, rm, nrm; local
1639 u_int32_t dl, lm, nlm, rm, nrm; local
    [all...]
  /src/usr.bin/mail/
fio.c 369 rm(char *name) function
  /src/usr.bin/netstat/
route.c 183 struct radix_mask *rm = rnode.rn_mklist; local
192 } else if (rm == 0)
199 while (rm) {
200 kget(rm, rmask);
202 printf(" mk = %8.8lx {(%d),%s", (u_long) rm,
215 if ((rm = rmask.rm_mklist) != NULL)
  /src/external/gpl3/binutils/dist/opcodes/
sh-dis.c 33 int rm,
67 fprintf_fn (stream, "a%c", '0' + rm);
70 fprintf_fn (stream, "x%c", '0' + rm);
73 fprintf_fn (stream, "y%c", '0' + rm);
77 (rm & 1) ? 'x' : 'a',
78 (rm & 2) ? '1' : '0');
82 (rm & 1) ? 'y' : 'x',
83 (rm & 2) ? '1' : '0');
87 (rm & 2) ? 'y' : 'a',
88 (rm & 1) ? '1' : '0')
492 int rm = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
sh-dis.c 33 int rm,
67 fprintf_fn (stream, "a%c", '0' + rm);
70 fprintf_fn (stream, "x%c", '0' + rm);
73 fprintf_fn (stream, "y%c", '0' + rm);
77 (rm & 1) ? 'x' : 'a',
78 (rm & 2) ? '1' : '0');
82 (rm & 1) ? 'y' : 'x',
83 (rm & 2) ? '1' : '0');
87 (rm & 2) ? 'y' : 'a',
88 (rm & 1) ? '1' : '0')
492 int rm = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
sh-dis.c 33 int rm,
67 fprintf_fn (stream, "a%c", '0' + rm);
70 fprintf_fn (stream, "x%c", '0' + rm);
73 fprintf_fn (stream, "y%c", '0' + rm);
77 (rm & 1) ? 'x' : 'a',
78 (rm & 2) ? '1' : '0');
82 (rm & 1) ? 'y' : 'x',
83 (rm & 2) ? '1' : '0');
87 (rm & 2) ? 'y' : 'a',
88 (rm & 1) ? '1' : '0')
492 int rm = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/sim/rx/
reg.c 491 const char rm[4][3] = { "RC", "RZ", "RP", "RN" }; local
506 strcpy (bp, rm[rpsw&3]);
  /src/external/gpl3/gdb.old/dist/opcodes/
sh-dis.c 33 int rm,
67 fprintf_fn (stream, "a%c", '0' + rm);
70 fprintf_fn (stream, "x%c", '0' + rm);
73 fprintf_fn (stream, "y%c", '0' + rm);
77 (rm & 1) ? 'x' : 'a',
78 (rm & 2) ? '1' : '0');
82 (rm & 1) ? 'y' : 'x',
83 (rm & 2) ? '1' : '0');
87 (rm & 2) ? 'y' : 'a',
88 (rm & 1) ? '1' : '0')
492 int rm = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/rx/
reg.c 491 const char rm[4][3] = { "RC", "RZ", "RP", "RN" }; local
506 strcpy (bp, rm[rpsw&3]);
  /src/sys/arch/sh3/sh3/
db_disasm.c 279 int rn, rm, md; local
282 rm = (insn & 0x00f0) >> 4;
287 snprintf(buf, len, "mov.b r%d, @(r0, r%d)", rm, rn);
291 snprintf(buf, len, "mov.w r%d, @(r0, r%d)", rm, rn);
295 snprintf(buf, len, "mov.l r%d, @(r0, r%d)", rm, rn);
299 snprintf(buf, len, "mul.l r%d, r%d)", rm, rn);
451 int rn, rm, md; local
454 rm = (insn & 0x00f0) >> 4;
459 snprintf(buf, len, "mov.b @(r0, r%d), r%d", rm, rn);
463 snprintf(buf, len, "mov.w @(r0, r%d), r%d", rm, rn)
480 int rn, rm, disp; local
494 int rn, rm, md; local
520 int rn, rm, md; local
549 int rn, rm, md; local
579 int rn, rm, md; local
608 int rn, rm, md; local
634 int rn, rm, md; local
663 int rn, rm, md; local
689 int rn, rm, md; local
902 int rm, type, md; local
943 int rm, type, md; local
1040 int rm, type, md; local
1081 int rm, fx; local
1105 int rn, rm; local
1116 int rn, rm; local
1127 int rm, type, md; local
1176 int rn, rm; local
1187 int rn, rm, disp; local
1201 int rn, rm, md; local
1230 int rn, rm, md; local
1259 int rn, rm, md; local
1288 int rn, rm, md; local
1575 int rn, rm, md; local
1604 int rn, rm, md; local
1633 int rn, rm, md; local
1662 int rn, rm; local
1732 int rn, rm; local
    [all...]

Completed in 59 milliseconds

1 2 3 4