HomeSort by relevance Sort by last modified time
    Searched defs:hp (Results 126 - 150 of 182) sorted by null

1 2 3 4 56 7 8

  /bionic/libc/dns/net/
getaddrinfo.c 1312 const HEADER *hp; local
2159 HEADER *hp; local
2263 HEADER *hp; local
    [all...]
  /external/crcalc/src/com/hp/creals/
CR.java 94 // Hans_Boehm@hp.com 1/12/2001
97 // Added byteValue and fixed some comments. Hans.Boehm@hp.com 12/17/2002
98 // Added toStringFloatRep. Hans.Boehm@hp.com 4/1/2004
106 package com.hp.creals;
154 * Any operation may throw <TT>com.hp.creals.AbortedException</tt> if the thread in
158 * Any operation may also throw <TT>com.hp.creals.PrecisionOverflowException</tt>
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 570 const float hp = 0.5f; local
582 vertices.push_back(offset + Vec4( -hp, -hp, z, w));
583 vertices.push_back(offset + Vec4( hp, -hp, slope + z, w));
584 vertices.push_back(offset + Vec4( -hp, hp, z, w));
585 vertices.push_back(offset + Vec4( hp, hp, slope + z, w));
    [all...]
  /external/iputils/
ping6.c 1812 struct hostent *hp = NULL; local
    [all...]
  /external/ppp/pppd/
auth.c 1844 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.cpp 2484 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.cpp 2486 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 2511 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.cpp 2485 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 2508 struct hostent *hp; local
    [all...]
  /external/clang/test/Analysis/
malloc.c 1539 struct HasPtr hp; local
    [all...]
  /external/flatbuffers/tests/
monster_test_generated.h 457 int16_t hp; member in struct:MyGame::Example::MonsterT
484 hp(100),
546 int16_t hp() const { function in struct:MyGame::Example::FLATBUFFERS_FINAL_CLASS
774 void add_hp(int16_t hp) {
775 fbb_.AddElement<int16_t>(Monster::VT_HP, hp, 100);
869 int16_t hp = 100,
919 builder_.add_hp(hp);
931 int16_t hp = 100,
    [all...]
monster_test_generated.js 645 MyGame.Example.Monster.prototype.hp = function() { method in class:MyGame.Example.Monster
1198 * @param {number} hp
1200 MyGame.Example.Monster.addHp = function(builder, hp) {
1201 builder.addFieldInt16(2, hp, 100);
    [all...]
  /external/libevent/
http.c 139 struct hostent *hp; local
140 hp = gethostbyaddr((char *)&sin->sin_addr,
142 if (hp == NULL)
145 if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
    [all...]
  /external/netperf/src/
nettest_bsd.c 9948 struct hostent *hp; local
11018 struct hostent *hp; local
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 446 struct hostent* hp; local
447 hp = gethostbyname(hostAddress);
448 if (hp != NULL) { /* DNS OK */
449 memcpy(inAddress, hp->h_addr_list[0], hp->h_length);
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinPool.java 3519 String hp = System.getProperty local
    [all...]
  /external/tcpdump/
print-802_11.c 2140 const struct mgmt_header_t *hp = (const struct mgmt_header_t *) p; local
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 7142 sg_io_hdr_t *hp = &rep->io_hdr; local
7191 sg_io_hdr_t *hp; local
    [all...]
  /external/mksh/src/
edit.c 1969 char **hp; local
2006 char **hp = x_histp + search_dir; local
    [all...]
  /external/valgrind/VEX/switchback/
test_bzip2.c 2514 Int32 i, j, h, bigN, hp; local
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 2540 Int32 i, j, h, bigN, hp; local
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 2531 Int32 i, j, h, bigN, hp; local
    [all...]
varinfo6.c 2568 Int32 i, j, h, bigN, hp; local
    [all...]
  /external/valgrind/perf/
bz2.c 2529 Int32 i, j, h, bigN, hp; local
    [all...]

Completed in 2688 milliseconds

1 2 3 4 56 7 8