Searched refs:hp (Results 1 - 25 of 291) sorted by relevance

1234567891011>>

/external/snakeyaml/src/test/java/examples/
H A DHero.java21 private Integer hp; field in class:Hero
23 public Hero(String name, Integer hp, Integer sp) { argument
27 this.hp = hp;
39 return hp;
/external/tcpdump/
H A Dprint-hsrp.c98 const struct hsrp *hp = (const struct hsrp *) bp; local
100 ND_TCHECK(hp->hsrp_version);
101 ND_PRINT((ndo, "HSRPv%d", hp->hsrp_version));
102 if (hp->hsrp_version != 0)
104 ND_TCHECK(hp->hsrp_op_code);
106 ND_PRINT((ndo, "%s ", tok2strary(op_code_str, "unknown (%d)", hp->hsrp_op_code)));
108 ND_TCHECK(hp->hsrp_state);
109 ND_PRINT((ndo, "state=%s ", tok2str(states, "Unknown (%d)", hp->hsrp_state)));
110 ND_TCHECK(hp->hsrp_group);
111 ND_PRINT((ndo, "group=%d ", hp
[all...]
/external/adhd/cras/src/dsp/
H A Dcrossover2.c27 * \-- hp --> data1
31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, argument
35 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R};
36 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R};
37 float32x4_t y1 = {lp->y1L, hp->y1L, lp->y1R, hp->y1R};
38 float32x4_t y2 = {lp->y2L, hp->y2L, lp->y2R, hp
117 lr42_split(struct lr42 *lp, struct lr42 *hp, int count, float *data0L, float *data0R, float *data1L, float *data1R) argument
219 lr42_split(struct lr42 *lp, struct lr42 *hp, int count, float *data0L, float *data0R, float *data1L, float *data1R) argument
316 lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, float *dataL, float *dataR) argument
396 lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, float *dataL, float *dataR) argument
490 lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, float *dataL, float *dataR) argument
[all...]
H A Dcrossover.c31 * \-- hp --> data1
33 static void lr4_split(struct lr4 *lp, struct lr4 *hp, int count, float *data0, argument
48 float hx1 = hp->x1;
49 float hx2 = hp->x2;
50 float hy1 = hp->y1;
51 float hy2 = hp->y2;
52 float hz1 = hp->z1;
53 float hz2 = hp->z2;
54 float hb0 = hp->b0;
55 float hb1 = hp
107 lr4_merge(struct lr4 *lp, struct lr4 *hp, int count, float *data) argument
[all...]
H A Dcrossover.h40 * Each lp or hp is an LR4 filter, which consists of two second-order
44 struct lr4 lp[3], hp[3]; member in struct:crossover
/external/valgrind/drd/tests/
H A Dcustom_alloc.c28 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 Dcustom_alloc.c28 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 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/ppp/pppd/plugins/radius/
H A Dip_util.c31 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/f2fs-tools/tools/sg_write_buffer/
H A Dsg_io_linux.c173 sg_normalize_sense(const struct sg_io_hdr * hp, argument
176 if ((NULL == hp) || (0 == hp->sb_len_wr)) {
181 return sg_scsi_normalize_sense(hp->sbp, hp->sb_len_wr, sshp);
187 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, argument
190 return sg_linux_sense_print(leadin, hp->status, hp->host_status,
191 hp->driver_status, hp
212 sg_err_category3(struct sg_io_hdr * hp) argument
[all...]
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
H A Drpc_clnttcp_create.c55 struct hostent *hp = NULL; local
59 if ((hp = gethostbyname(argc[1])) == NULL) {
64 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clnttcp_create_limits.c66 struct hostent *hp = NULL; local
70 if ((hp = gethostbyname(argc[1])) == NULL) {
75 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clnttcp_create_stress.c56 struct hostent *hp = NULL; local
63 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
H A Drpc_pmap_getmaps.c51 struct hostent *hp = NULL; local
55 if ((hp = gethostbyname(argc[1])) == NULL) {
60 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
H A Drpc_pmap_getport.c52 struct hostent *hp = NULL; local
56 if ((hp = gethostbyname(argc[1])) == NULL) {
61 sin.sin_addr.s_addr = *(u_int *) hp->h_addr;
/external/valgrind/memcheck/tests/
H A Dcustom_alloc.c34 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 DHostAndPortTest.java101 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 DStringFloatRep.java33 package com.hp.creals;
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
H A Drpc_clntudp_bufcreate.c55 struct hostent *hp = NULL; local
60 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clntudp_bufcreate_limits.c66 struct hostent *hp = NULL; local
71 if ((hp = gethostbyname(argc[1])) == NULL) {
79 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
H A Drpc_clntudp_create.c55 struct hostent *hp = NULL; local
60 if ((hp = gethostbyname(argc[1])) == NULL) {
68 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
H A Drpc_clntudp_create_stress.c56 struct hostent *hp = NULL; local
64 if ((hp = gethostbyname(argc[1])) == NULL) {
72 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
/external/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_c.c37 struct addrinfo *hp; local
73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
77 if (!hp || !hp->ai_addr || hp->ai_addr->sa_family != AFI) {
83 memcpy(&sai, hp->ai_addr, hp->ai_addrlen);
/external/compiler-rt/lib/asan/
H A Dasan_memory_profile.cc76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); local
81 hp->Insert(id, cv.UsedSize());
86 HeapProfile hp; local
87 __lsan::ForEachChunk(ChunkCallback, &hp);
88 hp.Print(reinterpret_cast<uptr>(argument));
/external/ltp/testcases/network/multicast/mc_opts/
H A Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); local
34 hp = gethostbyname(argv[1]);
35 if (hp)
36 memcpy(&simr.s_addr, hp->h_addr, hp->h_length);

Completed in 691 milliseconds

1234567891011>>