HomeSort by: relevance | last modified time | path
    Searched defs:rnum (Results 1 - 7 of 7) sorted by relevancy

  /src/games/backgammon/common_source/
back.h 46 #define rnum(r) ((int)(random()%r)) macro
  /src/sys/dev/rasops/
rasops_bitops.h 222 int height, width, lnum, rnum, sb, db, full, cnt, sboff; local in function:NAME
294 rnum = (dst + num) & 31;
315 if ((sboff -= rnum) < 0) {
325 GETBITS(sp, sboff, rnum, tmp);
326 PUTBITS(tmp, 0, rnum, dp);
386 GETBITS(sp, sboff, rnum, tmp);
387 PUTBITS(tmp, 0, rnum, dp);
  /src/games/adventure/
io.c 61 static int rnum(void);
194 static char breakch; /* tell which char ended rnum */
275 rnum(void) function in typeref:typename:int
302 if ((locc = rnum()) != oldloc && oldloc >= 0 /* finished msg */
366 if ((locc = rnum()) != oldloc && oldloc >= 0 && t) {
404 t->tverb = rnum(); /* get verb from the file */
443 idx = rnum();
465 if ((obj = rnum()) < 0)
467 plac[obj] = rnum(); /* initial loc for this obj */
469 fixd[obj] = rnum();
    [all...]
  /src/sys/arch/sparc/dev/
ts102.c 308 int node, slot, rnum, base, size; local in function:tslot_attach
372 for (rnum = 0; rnum < TS102_RANGE_CNT; rnum++) {
373 base = (slot * TS102_RANGE_CNT + rnum) * 5;
374 TSPRINTF("%d: %08x %08x ",rnum,ranges[base + 3],
387 td->td_space[rnum] = hrang;
  /src/sys/arch/luna68k/dev/
omrasops.c 1287 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om1_copycols
1323 rnum = (dstx + w) & ALIGNMASK;
1364 GETBITS(P0(sp), sboff, rnum, tmp);
1365 PUTBITS(tmp, 0, rnum, P0(dp));
1378 sboff -= rnum;
1387 if (rnum != 0) {
1388 GETBITS(P0(sp), sboff, rnum, tmp);
1389 PUTBITS(tmp, 0, rnum, P0(dp));
1420 int sb, eb, db, sboff, full, cnt, lnum, rnum; local in function:om4_copycols
1462 rnum = (dstx + w) & ALIGNMASK
    [all...]
  /src/sys/arch/x86/include/
bootinfo.h 210 uint8_t rnum; member in struct:btinfo_framebuffer
  /src/sys/dev/pci/
pci_subr.c 4415 int rnum; local in function:pci_conf_print_lmr_lcsr
4418 rnum = PCIREG_SHIFTOUT(reg, PCI_LMR_LCTL_RNUM);
4420 printf("%s\n", pcie_receive_number_up[rnum]);
4422 printf("%s\n", pcie_receive_number_dp[rnum]);
4424 printf("%x\n", rnum);

Completed in 18 milliseconds