/external/libpcap/ |
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/libvpx/libvpx/vp9/common/ |
vp9_entropymv.h | 90 vp9_prob hp; member in struct:__anon29516 118 unsigned int hp[2]; member in struct:__anon29518
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encodemv.c | 40 const int hp = offset & 1; // high precision mv data local 69 vp9_write(w, hp, 70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp); 99 hp_cost[0] = vp9_cost_zero(mvcomp->hp); 100 hp_cost[1] = vp9_cost_one(mvcomp->hp); 197 update_mv(w, counts->comps[i].hp, &mvc->comps[i].hp, MV_UPDATE_PROB);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_entropymv.h | 90 vp9_prob hp; member in struct:__anon40699 118 unsigned int hp[2]; member in struct:__anon40701
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_encodemv.c | 40 const int hp = offset & 1; // high precision mv data local 69 vp9_write(w, hp, 70 mv_class == MV_CLASS_0 ? mvcomp->class0_hp : mvcomp->hp); 99 hp_cost[0] = vp9_cost_zero(mvcomp->hp); 100 hp_cost[1] = vp9_cost_one(mvcomp->hp); 197 update_mv(w, counts->comps[i].hp, &mvc->comps[i].hp, MV_UPDATE_PROB);
|
/system/netd/server/ |
DnsProxyListener.cpp | 95 static bool sendhostent(SocketClient *c, struct hostent *hp) { 98 if (hp->h_name != NULL) { 99 success &= sendLenAndData(c, strlen(hp->h_name)+1, hp->h_name); 104 for (i=0; hp->h_aliases[i] != NULL; i++) { 105 success &= sendLenAndData(c, strlen(hp->h_aliases[i])+1, hp->h_aliases[i]); 109 uint32_t buf = htonl(hp->h_addrtype); 112 buf = htonl(hp->h_length); 115 for (i=0; hp->h_addr_list[i] != NULL; i++) 311 struct hostent* hp; local 427 struct hostent* hp; local [all...] |
/external/iputils/ |
clockdiff.c | 554 struct hostent * hp; local 602 hp = gethostbyname(hostname); 603 if (hp == NULL) { 607 myname = strdup(hp->h_name); 609 hp = gethostbyname(argv[1]); 610 if (hp == NULL) { 614 hisname = strdup(hp->h_name); 617 server.sin_family = hp->h_addrtype; 618 memcpy(&(server.sin_addr.s_addr), hp->h_addr, 4);
|
rarpd.c | 299 struct hostent *hp; local 309 (hp = gethostbyname(ename)) == NULL) { 314 if (hp->h_addrtype != AF_INET) { 318 ifa = select_ipaddr(ifindex, &emap.ipaddr, (__u32 **)hp->h_addr_list);
|
ping.c | 121 struct hostent *hp; local 287 hp = gethostbyname(idn); 288 if (!hp) { 295 memcpy(&whereto.sin_addr, hp->h_addr, 4); 297 if (idna_to_unicode_lzlz(hp->h_name, &hnamebuf, 0) != IDNA_SUCCESS) { 298 hnamebuf = strdup(hp->h_name); 305 strncpy(hnamebuf, hp->h_name, sizeof(hnamebuf) - 1); 1314 struct hostent *hp; local [all...] |
traceroute6.c | 341 struct hostent *hp; local 458 hp = gethostbyname2(idn ? idn : *argv, AF_INET6); 459 if (hp) { 460 memmove((caddr_t)&to->sin6_addr, hp->h_addr, sizeof(to->sin6_addr)); 461 hostname = (char *)hp->h_name; 909 struct hostent *hp; local 914 if ((hp = gethostbyaddr((char *)&from->sin6_addr, 917 if (idna_to_unicode_lzlz(hp->h_name, &s, 0) != IDNA_SUCCESS) 922 Printf(" %s (%s)", hp ? (s ? s : hp->h_name) : hostname, pa) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
StringMsgParser.java | 575 HeaderParser hp = ParserFactory.createParser(buffer.toString()); local 576 if (hp == null) 578 return hp.parse();
|
/external/valgrind/main/VEX/priv/ |
host_generic_reg_alloc2.c | 246 Int i, j, h, bigN, hp; local 254 hp = 0; while (hp < 14 && incs[hp] < bigN) hp++; hp--; 258 for ( ; hp >= 0; hp--) { 259 h = incs[hp]; 274 for ( ; hp >= 0; hp--) [all...] |
/bionic/libc/dns/ |
gethnamaddr.c | 185 const HEADER *hp; local 218 hp = &answer->hdr; 219 ancount = ntohs(hp->ancount); 220 qdcount = ntohs(hp->qdcount); 476 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, 487 memcpy(hp, res, sizeof *hp); 488 *result = hp; 495 struct hostent *hp; local 505 hp = gethostbyname_internal(name, AF_INET6, res, NETID_UNSET, MARK_UNSET) 525 struct hostent *hp; local 631 struct hostent *hp; local 827 struct hostent *hp; local 1000 struct hostent *hp; local 1231 char *hp; local 1262 struct hostent *hp; local 1323 struct hostent *hp; local [all...] |
/bionic/libc/dns/resolv/ |
res_send.c | 740 const HEADER *hp = (const HEADER *)(const void *)buf; local 927 if (hp->id != anhp->id) { 1051 const HEADER *hp = (const HEADER *)(const void *)buf; local 1178 if (hp->id != anhp->id) { [all...] |
res_debug.c | 930 u_int8_t hp = 0x16; /* default = 1e6 cm = 10000.00m = 10km */ local 1002 hp = precsize_aton(&cp); 1020 *bcp++ = hp; [all...] |
/external/bzip2/ |
blocksort.c | 494 Int32 i, j, h, bigN, hp; local 500 hp = 0; 501 while (incs[hp] < bigN) hp++; 502 hp--; 504 for (; hp >= 0; hp--) { 505 h = incs[hp];
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/ |
vp9_decodemv.c | 205 int mag, d, fr, hp; local 227 // High precision part (if hp is not used, the default value of the hp is 1) 228 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) 232 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1;
|
/external/dhcpcd/ |
dhcp.c | 917 const char *hp; local 1050 hp = strchr(ifo->hostname, '.'); 1051 if (hp) 1052 len = hp - ifo->hostname; [all...] |
/external/libpcap/Win32/Src/ |
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 = NULL 925 struct hostent *hp = NULL; local [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodemv.c | 206 int mag, d, fr, hp; local 228 // High precision part (if hp is not used, the default value of the hp is 1) 229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) 233 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1;
|
/external/qemu/telephony/ |
sysdeps_posix.c | 611 struct hostent* hp; local 616 hp = gethostbyname(hostname); 617 if(hp == 0) { 624 addr.sin_family = hp->h_addrtype; 626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length); 628 channel->fd = socket(hp->h_addrtype, SOCK_STREAM, 0);
|
/external/tcpdump/ |
addrtoname.c | 227 register struct hostent *hp; local 249 hp = gethostbyaddr((char *)&addr, 4, AF_INET); 250 if (hp) { 253 p->name = strdup(hp->h_name); 275 register struct hostent *hp; local 300 hp = gethostbyaddr((char *)&addr, sizeof(addr), AF_INET6); 301 if (hp) { 304 p->name = strdup(hp->h_name); 959 { 0x0112, "HP PrintServer" }, 1016 { 0x030c, "IntelNetport2/HP JetDirect/HP Quicksilver" } [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
vp9_decodemv.c | 206 int mag, d, fr, hp; local 228 // High precision part (if hp is not used, the default value of the hp is 1) 229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) 233 mag = vp9_get_mv_mag(mv_class, (d << 3) | (fr << 1) | hp) + 1;
|
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 185 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/ |
alloca.c | 167 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. */
|