Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_remainder.c28 int32_t hx,hp; in __ieee754_remainder() local
33 EXTRACT_WORDS(hp,lp,p); in __ieee754_remainder()
35 hp &= 0x7fffffff; in __ieee754_remainder()
39 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */ in __ieee754_remainder()
41 ((hp>=0x7ff00000)&& /* p is NaN */ in __ieee754_remainder()
42 (((hp-0x7ff00000)|lp)!=0))) in __ieee754_remainder()
46 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */ in __ieee754_remainder()
47 if (((hx-hp)|(lx-lp))==0) return zero*x; in __ieee754_remainder()
50 if (hp<0x00200000) { in __ieee754_remainder()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Drcmd.c111 struct hostent *hp; in rcmd() local
126 hstbuflen, &hp, &herr) != 0 || hp == NULL) in rcmd()
152 *ahost = hp->h_name; in rcmd()
166 sin.sin_family = hp->h_addrtype; in rcmd()
182 if (hp->h_addr_list[1] != NULL) { in rcmd()
189 hp->h_addr_list++; in rcmd()
314 struct hostent *hp; in ruserok() local
329 buflen, &hp, &herr) != 0 || hp == NULL) in ruserok()
505 struct hostent *hp; in __icheckhost() local
553 hp = gethostbyname(lhost); in __icheckhost()
[all …]
A Dgetrpcport.c53 struct hostent hostbuf, *hp; in getrpcport() local
60 while (gethostbyname_r (host, &hostbuf, buffer, buflen, &hp, &herr) != 0 in getrpcport()
61 || hp == NULL) in getrpcport()
71 memcpy ((char *) &addr.sin_addr, hp->h_addr, hp->h_length); in getrpcport()
A Dclnt_simple.c71 struct hostent hostbuf, *hp; in callrpc() local
113 &hp, &herr) != 0 in callrpc()
114 || hp == NULL) in callrpc()
126 memcpy ((char *) &server_addr.sin_addr, hp->h_addr, hp->h_length); in callrpc()
/l4re-core-master/l4re_kernel/server/src/
A Dmem.cc58 void *hp = __executable_start + 0x100000; in uclibc_morecore() local
59 if (L4Re::Env::env()->rm()->attach(&hp, Heap_max, L4Re::Rm::F::RW, in uclibc_morecore()
63 current_morecore_end = static_cast<char *>(hp) + Heap_max; in uclibc_morecore()
64 return hp; in uclibc_morecore()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c2587 struct hostent *hp; in gethostbyname2()
2590 return hp; in gethostbyname2()
2606 struct hostent *hp; in libc_hidden_def() local
2609 return hp; in libc_hidden_def()
2631 struct hostent *hp; in gethostbyaddr() local
2634 return hp; in gethostbyaddr()
4197 HEADER *hp; in res_mkquery() local
4224 hp = (HEADER *) buf; in res_mkquery()
4226 hp->opcode = op; in res_mkquery()
4228 hp->rcode = NOERROR; in res_mkquery()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A D.gitignore18 /hp-timing.h
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DMakefile.in110 $(top_builddir)include/hp-timing.h \
141 $(top_builddir)include/dl-osinfo.h $(top_builddir)include/hp-timing.h $(top_builddir)include/not-ca…
235 hp-timing.h \
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat368 2002-10-29 David Mosberger <davidm@hpl.hp.com>
392 2002-10-28 David Mosberger <davidm@hpl.hp.com>
2017 2002-10-02 David Mosberger <davidm@hpl.hp.com>
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A DChangeLog2235 2015-04-14 Hans-Peter Nilsson <hp@axis.com>
2615 2015-02-19 Hans-Peter Nilsson <hp@axis.com>
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DChangeLog3798 ../sysdeps/x86_64/hp-timing.h).
4507 2004-09-01 David Mosberger <davidm@hpl.hp.com>
5877 2003-12-10 David Mosberger <davidm@hpl.hp.com>
5904 2003-12-02 David Mosberger <davidm@hpl.hp.com>
5909 2003-11-12 David Mosberger <davidm@hpl.hp.com>
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A DChangeLog4483 * include/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hp:

Completed in 36 milliseconds