HomeSort by relevance Sort by last modified time
    Searched refs:hp (Results 176 - 200 of 250) sorted by null

1 2 3 4 5 6 78 910

  /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...]
  /external/iputils/
ping6.c 1812 struct hostent *hp = NULL; local
    [all...]
arping.c 1088 struct hostent *hp; local
1101 hp = gethostbyname2(idn, AF_INET);
1102 if (!hp) {
1111 memcpy(&dst, hp->h_addr, 4);
  /external/tcpdump/
print-802_11.c 1528 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local
    [all...]
  /external/bison/build-aux/
depcomp 138 if test "$depmode" = hp; then
139 # HP compiler uses -M and no extra arg.
202 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
237 ## well. hp depmode also adds that space, but also prefixes the VPATH
247 hp)
436 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libedit/
depcomp 138 if test "$depmode" = hp; then
139 # HP compiler uses -M and no extra arg.
202 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
237 ## well. hp depmode also adds that space, but also prefixes the VPATH
247 hp)
436 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libpng/
depcomp 138 if test "$depmode" = hp; then
139 # HP compiler uses -M and no extra arg.
202 ## but also to in-use compilers like IMB xlc/xlC and the HP C compiler.
237 ## well. hp depmode also adds that space, but also prefixes the VPATH
247 hp)
436 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/mksh/src/
edit.c 1955 char **hp; local
1992 char **hp = x_histp + search_dir; local
    [all...]
  /bionic/libc/dns/resolv/
res_send.c 736 const HEADER *hp = (const HEADER *)(const void *)buf; local
923 if (hp->id != anhp->id) {
1047 const HEADER *hp = (const HEADER *)(const void *)buf; local
1174 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/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/chromium_org/third_party/opus/src/
depcomp 82 if test "$depmode" = hp; then
83 # HP compiler uses -M and no extra arg.
180 ## well. hp depmode also adds that space, but also prefixes the VPATH
189 hp)
339 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/dhcpcd/
dhcp.c 913 const char *hp; local
1046 hp = strchr(ifo->hostname, '.');
1047 if (hp)
1048 len = hp - ifo->hostname;
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
169 ## well. hp depmode also adds that space, but also prefixes the VPATH
178 hp)
316 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /external/libopus/
depcomp 82 if test "$depmode" = hp; then
83 # HP compiler uses -M and no extra arg.
180 ## well. hp depmode also adds that space, but also prefixes the VPATH
189 hp)
339 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /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/pixman/
depcomp 76 if test "$depmode" = hp; then
77 # HP compiler uses -M and no extra arg.
169 ## well. hp depmode also adds that space, but also prefixes the VPATH
178 hp)
316 # The "hp" stanza above does not work with aCC (C++) and HP's ia64
  /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;
  /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...]
  /system/core/adb/
sysdeps_win32.c 665 struct hostent *hp; local
675 hp = gethostbyname(host);
676 if(hp == 0) {
682 addr.sin_family = hp->h_addrtype;
684 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
686 s = socket(hp->h_addrtype, type, 0);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_struct.py 87 cp, bp, hp, ip, lp, fp, dp, tp = struct.unpack(format, s)
90 self.assertEqual(hp, h)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_struct.py 87 cp, bp, hp, ip, lp, fp, dp, tp = struct.unpack(format, s)
90 self.assertEqual(hp, h)
  /external/ppp/pppd/
auth.c 2034 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 2342 struct hostent *hp; local
    [all...]

Completed in 1827 milliseconds

1 2 3 4 5 6 78 910