HomeSort by relevance Sort by last modified time
    Searched defs:hp (Results 26 - 50 of 51) sorted by null

12 3

  /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/iputils/
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...]
arping.c 1088 struct hostent *hp; local
1101 hp = gethostbyname2(idn, AF_INET);
1102 if (!hp) {
1111 memcpy(&dst, hp->h_addr, 4);
ping6.c 1812 struct hostent *hp = NULL; local
    [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;
  /bionic/libc/dns/resolv/
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/chromium_org/third_party/libxml/src/
nanoftp.c 856 struct hostent *hp; local
930 hp = gethostbyname (proxy);
932 hp = gethostbyname (ctxt->hostname);
933 if (hp == NULL) {
937 if ((unsigned int) hp->h_length >
948 hp->h_addr_list[0], hp->h_length);
    [all...]
  /external/libxml2/
nanoftp.c 857 struct hostent *hp; local
931 hp = gethostbyname (proxy);
933 hp = gethostbyname (ctxt->hostname);
934 if (hp == NULL) {
938 if ((unsigned int) hp->h_length >
949 hp->h_addr_list[0], hp->h_length);
    [all...]
  /external/mksh/src/
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) {
279 hist_source->line - (int)(histptr - hp));
421 char **hp = NULL; local
514 char **hp; local
634 char **hp; local
754 char *nhname, **hp; local
854 char **hp; local
    [all...]
edit.c 1946 char **hp; local
1983 char **hp = x_histp + search_dir; local
    [all...]
  /external/netperf/
nettest_xti.c 539 struct hostent *hp;
567 /* it would seem that while HP-UX will allow an IP address (as a */
574 if ((hp = gethostbyname(remote_host)) == NULL) {
584 bcopy(hp->h_addr,
586 hp->h_length);
587 server.sin_family = hp->h_addrtype;
535 struct hostent *hp; local
1740 struct hostent *hp; local
2468 struct hostent *hp; local
3460 struct hostent *hp; local
5021 struct hostent *hp; local
    [all...]
nettest_bsd.c 957 IPPROT_UDP, and while HP-UX, and I suspect no-one else on the
9110 struct hostent *hp; local
10180 struct hostent *hp; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 414 HostPort hp = this.getHostPort(); local
415 if (hp == null)
417 return hp.getPort();
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 1310 const HEADER *hp; local
2149 HEADER *hp; local
2253 HEADER *hp; local
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 127 struct hostent *hp; local
128 hp = gethostbyaddr((char *)&sin->sin_addr,
130 if (hp == NULL)
133 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 2793 SkScalar hp = fPdfDoc->MediaBox(page).height(); local
    [all...]
  /external/clang/test/Analysis/
malloc.c 1319 struct HasPtr hp;
1320 hp.p = malloc(10);
1321 memcmp(&hp, &hp, sizeof(hp));
1322 return; // expected-warning {{Potential leak of memory pointed to by 'hp.p'}}
1318 struct HasPtr hp; local
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 162 function Hp(c,a,b){return c.lastIndexOf(a,b)}
421 function hp(a){var b;b=fp(a);if(b>3.4028234663852886E38){return Infinity}else if(b<-3.4028234663852886E38){return -Infinity}return b}
435 function jb(b){var c,d;d=getComputedStyle(b,null);c=1;try{c=hp(d[kv])}catch(a){a=_k(a);if(!vi(a,29))throw a}return !(Cp(d[lv],mv)||Cp(d[nv],ov)||c==0)}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1355 milliseconds

12 3