/external/tcpdump/ |
H A D | print-hsrp.c | 103 struct hsrp *hp = (struct hsrp *) bp; local 105 TCHECK(hp->hsrp_version); 106 printf("HSRPv%d", hp->hsrp_version); 107 if (hp->hsrp_version != 0) 109 TCHECK(hp->hsrp_op_code); 111 printf("%s ", tok2strary(op_code_str, "unknown (%d)", hp->hsrp_op_code)); 113 TCHECK(hp->hsrp_state); 114 printf("state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state)); 115 TCHECK(hp->hsrp_group); 116 printf("group=%d ", hp [all...] |
/external/valgrind/drd/tests/ |
H A D | custom_alloc.c | 28 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 D | custom_alloc.c | 28 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/fdlibm/ |
H A D | e_remainder.c | 39 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/ppp/pppd/plugins/radius/ |
H A D | ip_util.c | 31 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);
|
/external/openssh/openbsd-compat/ |
H A D | fake-rfc2553.c | 51 struct hostent *hp; local 70 hp = gethostbyaddr((char *)&sin->sin_addr, 72 if (hp == NULL) 75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen) 158 struct hostent *hp; local 209 hp = gethostbyname(hostname); 210 if (hp && hp->h_name && hp->h_name[0] && hp [all...] |
/external/valgrind/memcheck/tests/ |
H A D | custom_alloc.c | 34 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/guava/guava-tests/test/com/google/common/net/ |
H A D | HostAndPortTest.java | 101 HostAndPort hp; 103 hp = HostAndPort.fromString(hpString); 115 hp2 = hp.withDefaultPort(defaultPort); 123 assertTrue(hp.hasPort()); 124 assertEquals(expectPort, hp.getPort()); 126 assertFalse(hp.hasPort()); 128 hp.getPort(); 133 assertEquals(expectHost, hp.getHostText()); 150 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); 151 assertEquals("gmail.com", hp [all...] |
/external/crcalc/src/com/hp/creals/ |
H A D | StringFloatRep.java | 33 package com.hp.creals;
|
/external/mksh/src/ |
H A D | histrap.c | 96 char **hfirst, **hlast, **hp, *editor = NULL; local 187 hp = first ? hist_get(first, false, false) : 189 if (!hp) 193 strdupx(line, *hp, ATEMP); 204 for (s = *hp; (s1 = strstr(s, pat)) && 275 for (hp = rflag ? hlast : hfirst; 276 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { 280 (unsigned long)(histptr - hp)); 422 char **hp = NULL; local 515 char **hp; local 636 char **hp; local 757 char *nhname, **hp; local 857 char **hp; local [all...] |
/external/libpcap/Win32/Src/ |
H A D | getaddrinfo.c | 526 struct hostent *hp; local 563 hp = getipnodebyname(hostname, pai->ai_family, AI_ADDRCONFIG, &h_error); 566 hp = gethostbyname2(hostname, pai->ai_family); 570 hp = gethostbyname(hostname); 579 if (hp == NULL) { 594 } else if ((hp->h_name == NULL) || (hp->h_name[0] == 0) 595 || (hp->h_addr_list[0] == NULL)) { 597 freehostent(hp); 599 hp 925 struct hostent *hp = NULL; local [all...] |
/external/nist-sip/java/gov/nist/core/ |
H A D | HostNameParser.java | 266 HostPort hp = new HostPort(); 267 hp.setHost(host); 279 hp.setPort(Integer.parseInt(port)); 312 return hp; 334 HostPort hp = hnp.hostPort(true); 335 System.out.println("["+hp.encode()+"]");
|
/external/tcpdump/missing/ |
H A D | getnameinfo.c | 111 struct hostent *hp; local 244 hp = getipnodebyaddr(addr, afd->a_addrlen, afd->a_af, &h_error); 246 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); 254 if (hp) { 256 p = strchr(hp->h_name, '.'); 259 if (strlen(hp->h_name) + 1 > hostlen) { 261 freehostent(hp); 265 strcpy(host, hp->h_name); 267 freehostent(hp);
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
H A D | HttpTransportSE.java | 182 HeaderProperty hp = (HeaderProperty) headers.get(i); 183 connection.setRequestProperty(hp.getKey(), hp.getValue()); 213 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); 215 if (null == hp.getKey()) { 220 if (hp.getKey().equalsIgnoreCase("Content-Encoding") 221 && hp.getValue().equalsIgnoreCase("gzip")) {
|
/external/libnl/lib/route/sch/ |
H A D | prio.c | 91 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/eigen/test/ |
H A D | geo_parametrizedline.cpp | 56 HyperplaneType hp(p2,n2); 57 Scalar t = l0.intersectionParameter(hp); 59 VERIFY_IS_MUCH_SMALLER_THAN(hp.signedDistance(pi), RealScalar(1)); 61 VERIFY_IS_APPROX(l0.intersectionPoint(hp), pi);
|
/external/libvpx/libvpx/vp9/common/ |
H A D | vp9_entropymv.c | 57 128, // hp 67 128, // hp 160 comp_counts->hp[e] += usehp * incr; 211 comp->hp = mode_mv_merge_probs(pre_comp->hp, c->hp);
|
H A D | vp9_entropymv.h | 93 vpx_prob hp; member in struct:__anon9525 119 unsigned int hp[2]; member in struct:__anon9527
|
/external/libpcap/ |
H A D | nametoaddr.c | 105 struct hostent *hp; local 107 if ((hp = gethostbyname(name)) != NULL) { 109 hlist[0] = (bpf_u_int32 *)hp->h_addr; 110 NTOHL(hp->h_addr); 113 for (p = (bpf_u_int32 **)hp->h_addr_list; *p; ++p) 115 return (bpf_u_int32 **)hp->h_addr_list;
|
/external/freetype/src/gzip/ |
H A D | inftrees.c | 95 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/libedit/src/ |
H A D | hist.c | 100 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 D | common.c | 708 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/libvncserver/x11vnc/ |
H A D | inet.c | 69 struct hostent *hp; local 77 hp = gethostbyname(host); 78 if (!hp) { 83 addr.sin_addr.s_addr = *(unsigned long *)hp->h_addr; 91 struct hostent *hp; local 97 hp = gethostbyaddr(raw, len, AF_INET); 98 if (!hp) { 101 str = strdup(hp->h_name); 115 struct hostent *hp; local 127 hp [all...] |
/external/openssh/ |
H A D | umac.c | 333 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument 335 * then stored via hp pointer. The length of the data pointed at by "dp", 347 h = *((UINT64 *)hp); 363 *((UINT64 *)hp) = h; 368 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument 381 h1 = *((UINT64 *)hp); 382 h2 = *((UINT64 *)hp + 1); 409 ((UINT64 *)hp)[0] = h1; 410 ((UINT64 *)hp)[1] = h2; 415 static void nh_aux(void *kp, const void *dp, void *hp, UINT3 argument 470 nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) argument [all...] |
/external/ipsec-tools/src/racoon/ |
H A D | isakmp_frag.c | 169 int *hp; local 171 hp = (int *)(gen + 1); 173 return ntohl(hp[MD5_DIGEST_LENGTH / sizeof(*hp)]);
|