Home
last modified time | relevance | path

Searched refs:hp (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/external/adhd/cras/src/dsp/
Dcrossover2.c31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() argument
35 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_split()
36 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R}; in lr42_split()
37 float32x4_t y1 = {lp->y1L, hp->y1L, lp->y1R, hp->y1R}; in lr42_split()
38 float32x4_t y2 = {lp->y2L, hp->y2L, lp->y2R, hp->y2R}; in lr42_split()
39 float32x4_t z1 = {lp->z1L, hp->z1L, lp->z1R, hp->z1R}; in lr42_split()
40 float32x4_t z2 = {lp->z2L, hp->z2L, lp->z2R, hp->z2R}; in lr42_split()
41 float32x4_t b0 = {lp->b0, hp->b0, lp->b0, hp->b0}; in lr42_split()
42 float32x4_t b1 = {lp->b1, hp->b1, lp->b1, hp->b1}; in lr42_split()
43 float32x4_t b2 = {lp->b2, hp->b2, lp->b2, hp->b2}; in lr42_split()
[all …]
Dcrossover.c33 static void lr4_split(struct lr4 *lp, struct lr4 *hp, int count, float *data0, in lr4_split() argument
48 float hx1 = hp->x1; in lr4_split()
49 float hx2 = hp->x2; in lr4_split()
50 float hy1 = hp->y1; in lr4_split()
51 float hy2 = hp->y2; in lr4_split()
52 float hz1 = hp->z1; in lr4_split()
53 float hz2 = hp->z2; in lr4_split()
54 float hb0 = hp->b0; in lr4_split()
55 float hb1 = hp->b1; in lr4_split()
56 float hb2 = hp->b2; in lr4_split()
[all …]
/external/autotest/client/site_tests/platform_PrinterPpds/digests/
Dblacklist.txt260 hplip-3.17.10-hp-2000c.ppd.gz
261 hplip-3.17.10-hp-2500c.ppd.gz
262 hplip-3.17.10-hp-deskjet_1100.ppd.gz
263 hplip-3.17.10-hp-deskjet_1120.ppd.gz
264 hplip-3.17.10-hp-deskjet_1125.ppd.gz
265 hplip-3.17.10-hp-deskjet_1220c.ppd.gz
266 hplip-3.17.10-hp-deskjet_1280.ppd.gz
267 hplip-3.17.10-hp-deskjet_3810.ppd.gz
268 hplip-3.17.10-hp-deskjet_3816.ppd.gz
269 hplip-3.17.10-hp-deskjet_3819.ppd.gz
[all …]
/external/tcpdump/
Dprint-hsrp.c98 const struct hsrp *hp = (const struct hsrp *) bp; in hsrp_print() local
100 ND_TCHECK(hp->hsrp_version); in hsrp_print()
101 ND_PRINT((ndo, "HSRPv%d", hp->hsrp_version)); in hsrp_print()
102 if (hp->hsrp_version != 0) in hsrp_print()
104 ND_TCHECK(hp->hsrp_op_code); in hsrp_print()
106 ND_PRINT((ndo, "%s ", tok2strary(op_code_str, "unknown (%d)", hp->hsrp_op_code))); in hsrp_print()
108 ND_TCHECK(hp->hsrp_state); in hsrp_print()
109 ND_PRINT((ndo, "state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state))); in hsrp_print()
110 ND_TCHECK(hp->hsrp_group); in hsrp_print()
111 ND_PRINT((ndo, "group=%d ", hp->hsrp_group)); in hsrp_print()
[all …]
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_io_linux.c173 sg_normalize_sense(const struct sg_io_hdr * hp, in sg_normalize_sense() argument
176 if ((NULL == hp) || (0 == hp->sb_len_wr)) { in sg_normalize_sense()
181 return sg_scsi_normalize_sense(hp->sbp, hp->sb_len_wr, sshp); in sg_normalize_sense()
187 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, in sg_chk_n_print3() argument
190 return sg_linux_sense_print(leadin, hp->status, hp->host_status, in sg_chk_n_print3()
191 hp->driver_status, hp->sbp, hp->sb_len_wr, in sg_chk_n_print3()
212 sg_err_category3(struct sg_io_hdr * hp) in sg_err_category3() argument
214 return sg_err_category_new(hp->status, hp->host_status, in sg_err_category3()
215 hp->driver_status, hp->sbp, hp->sb_len_wr); in sg_err_category3()
/external/guava/guava-tests/test/com/google/common/net/
DHostAndPortTest.java101 HostAndPort hp; in checkFromStringCase() local
103 hp = HostAndPort.fromString(hpString); in checkFromStringCase()
115 hp2 = hp.withDefaultPort(defaultPort); in checkFromStringCase()
123 assertTrue(hp.hasPort()); in checkFromStringCase()
124 assertEquals(expectPort, hp.getPort()); in checkFromStringCase()
126 assertFalse(hp.hasPort()); in checkFromStringCase()
128 hp.getPort(); in checkFromStringCase()
133 assertEquals(expectHost, hp.getHostText()); in checkFromStringCase()
150 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local
151 assertEquals("gmail.com", hp.getHostText()); in testFromParts()
[all …]
/external/fdlibm/
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/mksh/src/
Dhistrap.c93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
184 hp = first ? hist_get(first, false, false) : in c_fc()
186 if (!hp) in c_fc()
190 strdupx(line, *hp, ATEMP); in c_fc()
201 for (s = *hp; (s1 = strstr(s, pat)) && in c_fc()
272 for (hp = rflag ? hlast : hfirst; in c_fc()
273 hp >= hfirst && hp <= hlast; hp += rflag ? -1 : 1) { in c_fc()
277 (unsigned long)(histptr - hp)); in c_fc()
280 s = *hp; in c_fc()
300 for (hp = rflag ? hlast : hfirst; in c_fc()
[all …]
/external/python/cpython2/Modules/
Dgetaddrinfo.c493 struct hostent *hp; local
501 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error);
503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
505 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
506 GET_AI(cur, gai_afd, hp->h_addr_list[0], port);
507 GET_CANONNAME(cur, hp->h_name);
512 if (hp)
513 freehostent(hp);
521 if (hp)
522 freehostent(hp);
[all …]
Dgetnameinfo.c100 struct hostent *hp; local
181 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
187 if (hp) {
189 p = strchr(hp->h_name, '.');
192 if (strlen(hp->h_name) > hostlen) {
194 freehostent(hp);
198 strcpy(host, hp->h_name);
200 freehostent(hp);
/external/python/cpython3/Modules/
Dgetaddrinfo.c493 struct hostent *hp; local
501 hp = getipnodebyaddr(addr, gai_afd->a_addrlen, gai_afd->a_af, &h_error);
503 hp = gethostbyaddr(addr, gai_afd->a_addrlen, AF_INET);
505 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) {
506 GET_AI(cur, gai_afd, hp->h_addr_list[0], port);
507 GET_CANONNAME(cur, hp->h_name);
512 if (hp)
513 freehostent(hp);
521 if (hp)
522 freehostent(hp);
[all …]
Dgetnameinfo.c100 struct hostent *hp; local
181 hp = getipnodebyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af, &h_error);
183 hp = gethostbyaddr(addr, gni_afd->a_addrlen, gni_afd->a_af);
187 if (hp) {
189 p = strchr(hp->h_name, '.');
192 if (strlen(hp->h_name) > hostlen) {
194 freehostent(hp);
198 strcpy(host, hp->h_name);
200 freehostent(hp);
/external/openssh/openbsd-compat/
Dfake-rfc2553.c51 struct hostent *hp; in getnameinfo() local
70 hp = gethostbyaddr((char *)&sin->sin_addr, in getnameinfo()
72 if (hp == NULL) in getnameinfo()
75 if (strlcpy(host, hp->h_name, hostlen) >= hostlen) in getnameinfo()
158 struct hostent *hp; in getaddrinfo() local
209 hp = gethostbyname(hostname); in getaddrinfo()
210 if (hp && hp->h_name && hp->h_name[0] && hp->h_addr_list[0]) { in getaddrinfo()
214 for (i = 0; hp->h_addr_list[i]; i++) { in getaddrinfo()
215 struct in_addr *in = (struct in_addr *)hp->h_addr_list[i]; in getaddrinfo()
/external/ppp/pppd/plugins/radius/
Dip_util.c31 struct hostent *hp; in rc_get_ipaddr() local
37 else if ((hp = gethostbyname (host)) == (struct hostent *) NULL) in rc_get_ipaddr()
42 return ntohl((*(UINT4 *) hp->h_addr)); in rc_get_ipaddr()
105 struct hostent *hp; in rc_ip_hostname() local
108 if ((hp = gethostbyaddr ((char *) &n_ipaddr, sizeof (struct in_addr), in rc_ip_hostname()
113 return ((hp==NULL)?"unknown":hp->h_name); in rc_ip_hostname()
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java180 HeaderProperty hp = (HeaderProperty) headers.get(i); in call() local
181 connection.setRequestProperty(hp.getKey(), hp.getValue()); in call()
200 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); in call() local
202 if (null == hp.getKey()) { in call()
207 if (hp.getKey().equalsIgnoreCase("content-length")) { in call()
208 if (hp.getValue() != null) { in call()
210 contentLength = Integer.parseInt(hp.getValue()); in call()
220 if (hp.getKey().equalsIgnoreCase("Content-Type") in call()
221 && hp.getValue().contains("xml")) { in call()
228 if (hp.getKey().equalsIgnoreCase("Content-Encoding") in call()
[all …]
/external/snakeyaml/src/test/java/examples/
DHero.java21 private Integer hp; field in Hero
23 public Hero(String name, Integer hp, Integer sp) { in Hero() argument
27 this.hp = hp; in Hero()
39 return hp; in getHp()
/external/curl/lib/
Dsocks.c155 Curl_addrinfo *hp = NULL; in Curl_SOCKS4() local
172 hp = dns->addr; in Curl_SOCKS4()
173 if(hp) { in Curl_SOCKS4()
175 Curl_printable_address(hp, buf, sizeof(buf)); in Curl_SOCKS4()
177 if(hp->ai_family == AF_INET) { in Curl_SOCKS4()
180 saddr_in = (struct sockaddr_in *)(void *)hp->ai_addr; in Curl_SOCKS4()
189 hp = NULL; /* fail! */ in Curl_SOCKS4()
196 if(!hp) { in Curl_SOCKS4()
599 Curl_addrinfo *hp = NULL; in Curl_SOCKS5() local
617 hp = dns->addr; in Curl_SOCKS5()
[all …]
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c37 struct addrinfo *hp; in main() local
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
77 if (!hp || !hp->ai_addr || hp->ai_addr->sa_family != AFI) { in main()
83 memcpy(&sai, hp->ai_addr, hp->ai_addrlen); in main()
Dtestsf_s.c34 struct addrinfo *hp; in main() local
59 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
62 if (!hp || !hp->ai_addr || hp->ai_addr->sa_family != AFI) { in main()
67 memcpy(&sa, hp->ai_addr, hp->ai_addrlen); in main()
/external/python/cpython2/PC/VS9.0/
Dkill_python.c29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ in main() local
148 hp = OpenProcess(dac, FALSE, pe.th32ProcessID); in main()
149 if (!hp) { in main()
156 if (!TerminateProcess(hp, 1)) { in main()
160 CloseHandle(hp); in main()
164 CloseHandle(hp); in main()
/external/python/cpython2/PC/VS8.0/
Dkill_python.c29 HANDLE hp, hsp, hsm; /* process, snapshot processes, snapshot modules */ in main() local
148 hp = OpenProcess(dac, FALSE, pe.th32ProcessID); in main()
149 if (!hp) { in main()
156 if (!TerminateProcess(hp, 1)) { in main()
160 CloseHandle(hp); in main()
164 CloseHandle(hp); in main()
/external/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); in main() local
34 hp = gethostbyname(argv[1]); in main()
35 if (hp) in main()
36 memcpy(&simr.s_addr, hp->h_addr, hp->h_length); in main()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create.c55 struct hostent *hp = NULL; in main() local
59 if ((hp = gethostbyname(argc[1])) == NULL) { in main()
64 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length); in main()
/external/libnl/lib/route/qdisc/
Dprio.c71 int i, hp; in prio_dump_details() local
85 hp = (((TC_PRIO_MAX/2) + 1) & ~1); in prio_dump_details()
87 for (i = 0; i < hp; i++) { in prio_dump_details()
92 if (hp+i <= TC_PRIO_MAX) { in prio_dump_details()
94 rtnl_prio2str(hp+i, a, sizeof(a)), in prio_dump_details()
95 prio->qp_priomap[hp+i]); in prio_dump_details()
96 if (i < (hp - 1)) { in prio_dump_details()
/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c26 struct hostent *hp; in main() local
89 hp = gethostbyname(server); in main()
90 if (hp == NULL) { in main()
96 memcpy(&server_sin.sin_addr, hp->h_addr, sizeof(hp->h_addr)); in main()
104 if ((hp = gethostbyname(host_name)) != NULL) in main()
105 host_address = (long)*((int *)hp->h_addr_list[0]); in main()

12345678910>>...25