HomeSort by: relevance | last modified time | path
    Searched refs:HP (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/dev/videomode/
videomode.c 18 #define HP VID_PHSYNC
29 M("640x350x85",640,350,31500,672,736,832,382,385,445,HP|VN),
38 M("800x600x56",800,600,36000,824,896,1024,601,603,625,HP|VP),
39 M("800x600x60",800,600,40000,840,968,1056,601,605,628,HP|VP),
40 M("800x600x72",800,600,50000,856,976,1040,637,643,666,HP|VP),
41 M("800x600x75",800,600,49500,816,896,1056,601,604,625,HP|VP),
42 M("800x600x85",800,600,56250,832,896,1048,601,604,631,HP|VP),
43 M("1024x768x87i",1024,768,44900,1032,1208,1264,768,776,817,HP|VP|I),
46 M("1024x768x75",1024,768,78750,1040,1136,1312,769,772,800,HP|VP),
47 M("1024x768x85",1024,768,94500,1072,1168,1376,769,772,808,HP|VP)
    [all...]
  /src/sys/dev/pci/
ciss_pci.c 69 CISS_PCI_DEVICE(HP, HPSAE200, "Smart Array E200"),
70 CISS_PCI_DEVICE(HP, HPSAE200I_1, "HP Smart Array E200I-1"),
71 CISS_PCI_DEVICE(HP, HPSAE200I_2, "HP Smart Array E200I-2"),
72 CISS_PCI_DEVICE(HP, HPSAE200I_3, "HP Smart Array E200I-3"),
73 CISS_PCI_DEVICE(HP, HPSAP600, "HP Smart Array P600"),
74 CISS_PCI_DEVICE(HP, HPSAP800, "HP Smart Array P800")
    [all...]
  /src/distrib/hp300/
Makefile 9 release: check_RELEASEDIR .WAIT HP-IB.geometry
10 ${RELEASE_INSTALL} ${.CURDIR}/HP-IB.geometry \
  /src/share/i18n/csmapper/MISC/
Makefile.inc 10 HP-ROMAN8%UCS.mps \
17 UCS%HP-ROMAN8.mps \
  /src/games/larn/
regen.c 17 subroutine to regenerate player hp and spells
42 if (d[HP] != d[HPMAX])
45 if ((d[HP] += d[REGEN]) > d[HPMAX])
46 d[HP] = d[HPMAX];
global.c 125 warning -- will kill player if hp goes to zero
130 if ((c[HP] -= x) <= 0) {
141 c[HP] -= x;
142 if (c[HP] < 1)
143 c[HP] = 1;
158 if ((c[HP] += x) > c[HPMAX])
159 c[HP] = c[HPMAX];
166 c[HP] += x;
display.c 81 lprintf("HP: %3ld(%3ld) STR=%-2ld INT=%-2ld ",
82 (long) c[HP], (long) c[HPMAX], (long) (c[STRENGTH] + c[STREXTRA]), (long) c[INTELLIGENCE]);
105 botsub(makecode(HP, 5, 19), "%3ld");
152 special routine to update hp and level fields on bottom lines
162 botsub(makecode(HP, 5, 19), "%3ld");
diag.c 50 lprintf("\n\nPlayer attributes:\n\nHit points: %2ld(%2ld)", (long) c[HP], (long) c[HPMAX]);
66 lprcat(" Monster Name LEV AC DAM ATT DEF GOLD HP EXP \n");
320 if (c[HP] < 0) {
object.c 726 c[HP] = c[HPMAX];
731 if (c[HP] == c[HPMAX])
733 else if ((c[HP] += rnd(20) + 20 + c[LEVEL]) > c[HPMAX])
734 c[HP] = c[HPMAX];
scores.c 76 short hp, hpmax; /* players hitpoints */ member in struct:log_fmt
618 c[HP] = 1;
696 logg.hp = c[HP];
789 lprintf(" Experience Level: %ld, AC: %ld, HP: %ld/%ld, Elapsed Time: %ld minutes\n", (long) (logg.lev), (long) (logg.ac), (long) (logg.hp), (long) (logg.hpmax), (long) (logg.elapsedtime));
header.h 83 #define HP 7
create.c 37 c[HPMAX] = c[HP] = 10; /* start player off with 15 hit points */
main.c 274 if (c[HP] == 0) { /* create new game */
315 regen(); /* regenerate hp and spells */
store.c 495 c[HP] = c[HPMAX];
monster.c 84 * checkloss(x) Routine to subtract hp from user and flag bottomline display
479 i = min(c[HP] - 1, c[HPMAX] / 2); /* drain life */
481 c[HP] -= i;
702 * Function to return hp damage to monster due to a number of full hits
782 * Enter with the spell number in spnum, the power of the weapon in hp,
1694 * checkloss(x) Routine to subtract hp from user and flag bottomline display
1699 * Note: if x > c[HP] this routine could kill the player!
  /src/sys/arch/hpc/conf/
platid.def 319 HP {
323 620 --"HP 620LX"
324 620JP --"HP 620LX (Japanese)"
326 360 --"HP 360LX (Ericsson MC-16)"
  /src/sys/arch/hp300/hp300/
locore.s 177 /* check for internal HP-IB in SYSFLAG */
178 btst #5,0xfffffed2 | internal HP-IB?
179 jeq Lhaveihpib | yes, have HP-IB just continue
343 movl #1,%a1@(MMUCMD) | a 68020, write HP MMU location
346 jne Lishpmmu | yes, we have HP MMU
462 tstl %a0@ | HP MMU?
1101 tstl _C_LABEL(mmutype) | HP MMU?
1126 .long MMU_HP | default to HP MMU
1138 .long 1 | has internal HP-IB, default to yes
1150 .long 0 | KVA of base of HP MMU register
    [all...]
  /src/common/dist/zlib/
configure 250 HP-UX*)
288 HP-UX*) SFLAGS=${CFLAGS-"-O +z"}
  /src/sys/arch/hpc/include/
platid_mask.h 745 # define HP ((int)&platid_mask_MACH_HP)
  /src/sys/arch/m68k/m68k/
busaddrerr.s 211 tstl _C_LABEL(mmutype) | HP MMU?
  /src/sys/external/isc/libsodium/dist/
config.guess 606 echo m68k-hp-bsd
609 echo m68k-hp-bsd4.4
611 9000/[34678]??:HP-UX:*:*)
627 '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
674 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
675 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
676 # generating 64-bit code. GNU and HP use different nomenclature:
679 # => hppa2.0w-hp-hpux11.23
681 # => hppa64-hp-hpux11.23
691 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /src/lib/librumpuser/build-aux/
config.guess 631 echo m68k-hp-bsd
634 echo m68k-hp-bsd4.4
636 9000/[34678]??:HP-UX:*:*)
652 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
699 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
700 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
701 # generating 64-bit code. GNU and HP use different nomenclature:
704 # => hppa2.0w-hp-hpux11.23
706 # => hppa64-hp-hpux11.23
716 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 631 echo m68k-hp-bsd
634 echo m68k-hp-bsd4.4
636 9000/[34678]??:HP-UX:*:*)
652 '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20
699 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
700 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
701 # generating 64-bit code. GNU and HP use different nomenclature:
704 # => hppa2.0w-hp-hpux11.23
706 # => hppa64-hp-hpux11.23
716 echo ${HP_ARCH}-hp-hpux${HPUX_REV
    [all...]
  /src/share/terminfo/
terminfo 1793 # Then I dropped all the pseudo-HP entries. we don't want and can't use
5627 # However, xterm-hp, xterm-sco and xterm-sun assume no modifiers. Here is
5640 xterm-hp|xterm with hpterm function keys,
5643 use=hp+pfk-cr, use=xterm+nofkeys, use=xterm+nopcfkeys,
7041 # HP ships this (HPUX 9 and 10), except for the pb#9600 which was merged in
7044 hpterm|X-hpterm|HP X11 terminal emulator (old),
7064 vpa=\E&a%p1%dY, use=hp+pfk-cr, use=hp+arrows,
7066 hpterm-color|HP X11 terminal emulator with color,
7073 # http://bitsavers.trailing-edge.com/pdf/hp/9000_hpux/1986/97089-90081_198611_Facilities_for_Series_200_300_and_500.pd
    [all...]
  /src/sys/arch/cesfic/cesfic/
locore.s 798 .long MMU_HP | default to HP MMU

Completed in 5639 milliseconds

1 2