Searched defs:hp (Results 1 - 25 of 78) sorted by relevance

1234

/external/fdlibm/
H A De_remainder.c39 int hx,hp; local
45 hp = __HI(p); /* high word of p */
48 hp &= 0x7fffffff;
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
54 ((hp>=0x7ff00000)&& /* p is NaN */
55 (((hp-0x7ff00000)|lp)!=0)))
59 if (hp<=0x7fdfffff) x = __ieee754_fmod(x,p+p); /* now x < 2p */
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
63 if (hp<0x00200000) {
/external/snakeyaml/src/test/java/examples/
H A DHero.java21 private Integer hp; field in class:Hero
23 public Hero(String name, Integer hp, Integer sp) { argument
27 this.hp = hp;
39 return hp;
/external/crcalc/src/com/hp/creals/
H A DStringFloatRep.java33 package com.hp.creals;
/external/crcalc/tests/src/com/hp/creals/
H A DCRTest.java41 // Added test for division by negative number. Hans_Boehm@hp.com, 8/13/01
47 package com.hp.creals;
H A DSlowCRTest.java20 package com.hp.creals;
/external/curl/tests/unit/
H A Dunit1305.c43 static struct curl_hash hp; variable in typeref:struct:curl_hash
54 rc = Curl_mk_dnscache(&hp);
70 Curl_hash_destroy(&hp);
133 nodep = Curl_hash_add(&hp, data_key, key_len+1, data_node);
/external/ppp/pppd/plugins/radius/
H A Dip_util.c31 struct hostent *hp; local
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL)
42 return ntohl((*(UINT4 *) hp->h_addr));
105 struct hostent *hp; local
108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr),
113 return ((hp==NULL)?"unknown":hp->h_name);
H A Dconfig.c414 struct hostent *hp; local
425 if ((hp = gethostbyname (hostname)) == (struct hostent *) NULL)
429 for (paddr = hp->h_addr_list; *paddr; paddr++)
/external/valgrind/drd/tests/
H A Dcustom_alloc.c28 static void* hp = 0; // current heap pointer local
33 if (hp + size2 > hp_lim) {
34 hp = get_superblock();
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
38 p = hp + RZ;
39 hp += size2;
/external/valgrind/massif/tests/
H A Dcustom_alloc.c28 static void* hp = 0; // current heap pointer local
33 if (hp + size2 > hp_lim) {
34 hp = get_superblock();
35 hp_lim = hp + SUPERBLOCK_SIZE - 1;
38 p = hp + RZ;
39 hp += size2;
/external/tcpdump/
H A Dprint-hsrp.c97 struct hsrp *hp = (struct hsrp *) bp; local
99 ND_TCHECK(hp->hsrp_version);
100 ND_PRINT((ndo, "HSRPv%d", hp->hsrp_version));
101 if (hp->hsrp_version != 0)
103 ND_TCHECK(hp->hsrp_op_code);
105 ND_PRINT((ndo, "%s ", tok2strary(op_code_str, "unknown (%d)", hp->hsrp_op_code)));
107 ND_TCHECK(hp->hsrp_state);
108 ND_PRINT((ndo, "state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state)));
109 ND_TCHECK(hp->hsrp_group);
110 ND_PRINT((ndo, "group=%d ", hp
[all...]
/external/valgrind/memcheck/tests/
H A Dcustom_alloc.c34 static void* hp = 0; // current heap pointer local
39 if (hp + size2 > hp_lim) {
40 hp = get_superblock();
41 hp_lim = hp + SUPERBLOCK_SIZE - 1;
44 p = hp + RZ;
45 hp += size2;
/external/ipsec-tools/src/racoon/
H A Disakmp_frag.c169 int *hp; local
171 hp = (int *)(gen + 1);
173 return ntohl(hp[MD5_DIGEST_LENGTH / sizeof(*hp)]);
H A Dgetcertsbyname.c210 HEADER *hp; local
252 hp = (HEADER *)answer;
253 qdcount = ntohs(hp->qdcount);
254 ancount = ntohs(hp->ancount);
264 cp = (unsigned char *)(hp + 1);
/external/libedit/src/
H A Dhist.c100 const Char *hp; local
121 hp = HIST_FIRST(el);
123 if (hp == NULL)
127 if ((hp = HIST_NEXT(el)) == NULL) {
131 (void) Strncpy(el->el_line.buffer, hp,
H A Dcommon.c708 const Char *hp; local
732 hp = HIST_FIRST(el);
733 if (hp == NULL)
739 hp = HIST_NEXT(el);
741 while (hp != NULL) {
743 (void) fprintf(el->el_errfile, "Comparing with \"%s\"\n", hp);
745 if ((Strncmp(hp, el->el_line.buffer, (size_t)
747 hp[el->el_line.lastchar - el->el_line.buffer]) &&
748 c_hmatch(el, hp)) {
753 hp
776 const Char *hp; local
[all...]
/external/curl/CMake/
H A DCurlTests.c118 struct hostent *hp; local
130 hp = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &h_errnop);
131 (void)hp;
134 rc = gethostbyaddr_r(address, length, type, &h, buffer, 8192, &hp, &h_errnop);
143 (void)hp; /* not used for test */
146 rc = gethostbyname_r(address, &h, buffer, 8192, &hp, &h_errnop);
/external/libnl/lib/route/sch/
H A Dprio.c91 int i, hp; local
105 hp = (((TC_PRIO_MAX/2) + 1) & ~1);
107 for (i = 0; i < hp; i++) {
112 if (hp+i <= TC_PRIO_MAX) {
114 rtnl_prio2str(hp+i, a, sizeof(a)),
115 prio->qp_priomap[hp+i]);
116 if (i < (hp - 1)) {
/external/tcpdump/missing/
H A Dgetnameinfo.c106 struct hostent *hp; local
239 hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error);
241 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
249 if (hp) {
251 p = strchr(hp->h_name, '.');
254 if (strlen(hp->h_name) + 1 > hostlen) {
256 freehostent(hp);
260 strcpy(host, hp->h_name);
262 freehostent(hp);
/external/toybox/toys/pending/
H A Darping.c226 struct hostent *hp = gethostbyname2(*toys.optargs, AF_INET); local
228 if (!hp) perror_exit("bad address '%s'", *toys.optargs);
229 memcpy(&dest_addr, hp->h_addr, 4);
/external/curl/lib/
H A Dsocks.c153 Curl_addrinfo *hp=NULL; local
170 hp=dns->addr;
171 if(hp) {
174 Curl_printable_address(hp, buf, sizeof(buf));
185 hp = NULL; /* fail! */
192 if(!hp) {
577 Curl_addrinfo *hp = NULL; local
595 hp=dns->addr;
596 if(hp) {
603 if(hp
[all...]
/external/freetype/src/gzip/
H A Dinftrees.c95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ argument
103 inflate_huft *hp, /* space for trees */
240 u[h] = q = hp + *hn;
299 local int inflate_trees_bits( /* c, bb, tb, hp, z) */ argument
303 inflate_huft *hp, /* space for trees */
314 tb, bb, hp, &hn, v);
327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
335 inflate_huft *hp, /* space for trees */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp,
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
H A Dinftrees.c95 local int huft_build( /* b, n, s, d, e, t, m, hp, hn, v) */ argument
103 inflate_huft *hp, /* space for trees */
240 u[h] = q = hp + *hn;
299 local int inflate_trees_bits( /* c, bb, tb, hp, z) */ argument
303 inflate_huft *hp, /* space for trees */
314 tb, bb, hp, &hn, v);
327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
335 inflate_huft *hp, /* space for trees */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
363 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp,
[all...]
/external/libpcap/
H A Dnametoaddr.c100 struct hostent *hp; local
102 if ((hp = gethostbyname(name)) != NULL) {
104 hlist[0] = (bpf_u_int32 *)hp->h_addr;
105 NTOHL(hp->h_addr);
108 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p)
110 return (bpf_u_int32 **)hp->h_addr_list;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h93 vpx_prob hp; member in struct:__anon11480
119 unsigned int hp[2]; member in struct:__anon11482

Completed in 1116 milliseconds

1234