Searched refs:hp (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dalloca.c185 register header *hp; /* Traverses linked list. */ local
191 for (hp = last_alloca_header; hp != NULL;)
192 if ((STACK_DIR > 0 && hp->h.deep > depth)
193 || (STACK_DIR < 0 && hp->h.deep < depth))
195 register header *np = hp->h.next;
197 free ((pointer) hp); /* Collect garbage. */
199 hp = np; /* -> next header. */
204 last_alloca_header = hp; /* -> last valid storage. */
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dalloca.c167 register header *hp; /* Traverses linked list. */ local
173 for (hp = last_alloca_header; hp != NULL;)
174 if ((STACK_DIR > 0 && hp->h.deep > depth)
175 || (STACK_DIR < 0 && hp->h.deep < depth))
177 register header *np = hp->h.next;
179 free (hp); /* Collect garbage. */
181 hp = np; /* -> next header. */
186 last_alloca_header = hp; /* -> last valid storage. */
H A Dtempname.c81 # include <hp-timing.h>
/ndk/sources/host-tools/make-3.81/config/
H A Dconfig.sub147 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
582 basic_machine=m68k-hp
585 basic_machine=m68k-hp
589 basic_machine=m68k-hp
593 basic_machine=hppa1.0-hp
596 basic_machine=m68000-hp
599 basic_machine=m68k-hp
602 basic_machine=hppa1.0-hp
605 basic_machine=hppa1.1-hp
608 # FIXME: really hppa2.0-hp
[all...]
H A Dconfig.guess564 echo m68k-hp-bsd
567 echo m68k-hp-bsd4.4
632 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
633 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
637 # => hppa2.0w-hp-hpux11.23
639 # => hppa64-hp-hpux11.23
649 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
653 echo ia64-hp-hpux${HPUX_REV}
687 echo hppa1.1-hp-bsd
690 echo hppa1.0-hp
[all...]
H A Ddepcomp77 if test "$depmode" = hp; then
147 hp)
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dconfig.sub148 -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
618 basic_machine=m68k-hp
621 basic_machine=m68k-hp
625 basic_machine=m68k-hp
629 basic_machine=hppa1.0-hp
632 basic_machine=m68000-hp
635 basic_machine=m68k-hp
638 basic_machine=hppa1.0-hp
641 basic_machine=hppa1.1-hp
644 # FIXME: really hppa2.0-hp
[all...]
H A Dconfig.guess581 echo m68k-hp-bsd
584 echo m68k-hp-bsd4.4
649 # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
650 # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler
654 # => hppa2.0w-hp-hpux11.23
656 # => hppa64-hp-hpux11.23
666 echo ${HP_ARCH}-hp-hpux${HPUX_REV}
670 echo ia64-hp-hpux${HPUX_REV}
704 echo hppa1.1-hp-bsd
707 echo hppa1.0-hp
[all...]
H A Ddepcomp76 if test "$depmode" = hp; then
168 hp)
306 # The "hp" stanza above does not work with aCC (C++) and HP's ia64

Completed in 188 milliseconds