Searched refs:HP (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/netbsd-current/sys/dev/videomode/
H A Dvideomode.c18 #define HP VID_PHSYNC macro
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|V
[all...]
/netbsd-current/sys/dev/pci/
H A Dciss_pci.c69 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, HPSAP80
[all...]
/netbsd-current/distrib/hp300/
H A DMakefile9 release: check_RELEASEDIR .WAIT HP-IB.geometry
10 ${RELEASE_INSTALL} ${.CURDIR}/HP-IB.geometry \
/netbsd-current/share/i18n/csmapper/MISC/
H A DMakefile.inc10 HP-ROMAN8%UCS.mps \
17 UCS%HP-ROMAN8.mps \
/netbsd-current/games/larn/
H A Dregen.c42 if (d[HP] != d[HPMAX])
45 if ((d[HP] += d[REGEN]) > d[HPMAX])
46 d[HP] = d[HPMAX];
H A Dglobal.c130 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;
H A Ddisplay.c81 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");
162 botsub(makecode(HP, 5, 19), "%3ld");
H A Ddiag.c50 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) {
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp26 HP, ///< HP compiler (xCC) enumerator in enum:Style
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/
H A Dsub_n.asm1 dnl HP-PA mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
H A Dlshift.asm1 dnl HP-PA mpn_lshift -- Shift a number left.
H A Drshift.asm1 dnl HP-PA mpn_rshift -- Shift a number right.
H A Dadd_n.asm1 dnl HP-PA mpn_add_n -- Add two limb vectors of the same length > 0 and store
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/
H A Dsqr_diagonal.asm1 dnl HP-PA 1.1 32-bit mpn_sqr_diagonal.
H A Daddmul_1.asm1 dnl HP-PA 1.1 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
H A Dudiv.asm1 dnl HP-PA __udiv_qrnnd division support, used from longlong.h.
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnitIndex.cpp288 auto HP = ((S >> 32) & Mask) | 1; local
292 H = (H + HP) & Mask;
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa2_0/
H A Dsub_n.asm1 dnl HP-PA 2.0 32-bit mpn_sub_n -- Subtract two limb vectors of the same
H A Dsqr_diagonal.asm1 dnl HP-PA 32-bit mpn_sqr_diagonal optimized for the PA8x00.
H A Dadd_n.asm1 dnl HP-PA 2.0 32-bit mpn_add_n -- Add two limb vectors of the same length > 0
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/pa7100/
H A Dadd_n.asm1 dnl HP-PA mpn_add_n -- Add two limb vectors of the same length > 0 and store
H A Dsub_n.asm1 dnl HP-PA mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
H A Dlshift.asm1 dnl HP-PA mpn_lshift -- Shift a number left.
/netbsd-current/external/lgpl3/gmp/dist/mpn/pa64/
H A Dlshift.asm1 dnl HP-PA 2.0 mpn_lshift -- Left shift.
H A Drshift.asm1 dnl HP-PA 2.0 mpn_rshift -- Right shift.

Completed in 343 milliseconds

1234567891011>>