Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 25 of 136) sorted by relevance

123456

/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_ring.h159 #define APR_RING_SENTINEL(hp, elem, link) \ argument
166 #define APR_RING_FIRST(hp) (hp)->next argument
171 #define APR_RING_LAST(hp) (hp)->prev argument
192 #define APR_RING_INIT(hp, elem, link) do { \ argument
204 #define APR_RING_EMPTY(hp, elem, link) \ argument
286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument
299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument
311 #define APR_RING_INSERT_HEAD(hp, nep, elem, link) \ argument
322 #define APR_RING_INSERT_TAIL(hp, nep, elem, link) \ argument
414 #define APR_RING_CHECK(hp, elem, link, msg) \ argument
[all …]
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_ring.h159 #define APR_RING_SENTINEL(hp, elem, link) \ argument
166 #define APR_RING_FIRST(hp) (hp)->next argument
171 #define APR_RING_LAST(hp) (hp)->prev argument
192 #define APR_RING_INIT(hp, elem, link) do { \ argument
204 #define APR_RING_EMPTY(hp, elem, link) \ argument
286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument
299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument
311 #define APR_RING_INSERT_HEAD(hp, nep, elem, link) \ argument
322 #define APR_RING_INSERT_TAIL(hp, nep, elem, link) \ argument
414 #define APR_RING_CHECK(hp, elem, link, msg) \ argument
[all …]
/external/snakeyaml/src/test/java/examples/
DHero.java20 private final Integer hp; field in Hero
22 public Hero(String name, Integer hp, Integer sp) { in Hero()
/external/guava/android/guava-tests/test/com/google/common/net/
DHostAndPortTest.java109 HostAndPort hp; in checkFromStringCase() local
158 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local
177 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost() local
/external/guava/guava-tests/test/com/google/common/net/
DHostAndPortTest.java116 HostAndPort hp; in checkFromStringCase() local
165 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local
184 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost() local
/external/clang/test/OpenMP/
Ddeclare_simd_messages.cpp42 void h(C *hp, C *hp2, C *hq, C *lin) { in h()
48 void h(int *hp, int *hp2, int *hq, int *lin) { in h()
Ddeclare_simd_ast_print.cpp21 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h()
42 void h(int *hp, int *hp2, int *hq, int *lin) in h()
/external/sg3_utils/lib/
Dsg_io_linux.c152 sg_normalize_sense(const struct sg_io_hdr * hp, in sg_normalize_sense()
166 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, in sg_chk_n_print3()
191 sg_err_category3(struct sg_io_hdr * hp) in sg_err_category3()
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); in ChunkCallback() local
86 HeapProfile hp; in MemoryProfileCB() local
/external/nist-sip/java/gov/nist/core/
DHostNameParser.java266 HostPort hp = new HostPort(); in hostPort() local
334 HostPort hp = hnp.hostPort(true); in main() local
/external/libaom/av1/encoder/
Dencodemv.c32 const int hp = offset & 1; // high precision mv data in update_mv_component_stats() local
86 const int hp = offset & 1; // high precision mv data in encode_mv_component() local
175 int hp; in av1_build_nmv_component_cost_table() local
241 int hp; in av1_build_nmv_component_cost_table() local
/external/ltp/lib/newlib_tests/
Dtest20.c28 struct tst_hugepage hp = { 1000000000000, TST_REQUEST }; in do_test() local
Dtest_zero_hugepage.c24 struct tst_hugepage hp = { 3, TST_REQUEST }; in do_test() local
/external/python/cpython3/Include/internal/mimalloc/
Dmimalloc.h307 #define mi_heap_malloc_tp(hp,tp) ((tp*)mi_heap_malloc(hp,sizeof(tp))) argument
308 #define mi_heap_zalloc_tp(hp,tp) ((tp*)mi_heap_zalloc(hp,sizeof(tp))) argument
309 #define mi_heap_calloc_tp(hp,tp,n) ((tp*)mi_heap_calloc(hp,n,sizeof(tp))) argument
310 #define mi_heap_mallocn_tp(hp,tp,n) ((tp*)mi_heap_mallocn(hp,n,sizeof(tp))) argument
311 #define mi_heap_reallocn_tp(hp,p,tp,n) ((tp*)mi_heap_reallocn(hp,p,n,sizeof(tp))) argument
312 #define mi_heap_recalloc_tp(hp,p,tp,n) ((tp*)mi_heap_recalloc(hp,p,n,sizeof(tp))) argument
518 mi_heap_t* hp = mi_heap_new(); in _mi_heap_stl_allocator_common() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
Drpc_pmap_getmaps.c51 struct hostent *hp = NULL; in main() local
/external/mksh/src/
Dhistrap.c93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
391 char **hp = NULL; in hist_get() local
485 char **hp; in findhist() local
612 char **hp, *c; in histsave() local
818 char *nhname, **hp; in hist_persist_init() local
935 char **hp; in histload() local
/external/fdlibm/
De_remainder.c39 int hx,hp; local
/external/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/
Dswift_code_12.swift12 let hp = monster.hp in run() variable
Dswift_code_13.swift12 let hp = monster.hp in run() variable
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
Drpc_pmap_getport.c52 struct hostent *hp = NULL; in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create.c56 struct hostent *hp = NULL; in main() local
/external/ltp/lib/
Dtst_hugepage.c23 unsigned long tst_reserve_hugepages(struct tst_hugepage *hp) in tst_reserve_hugepages()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
Drpc_clntudp_create.c56 struct hostent *hp = NULL; in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
Drpc_clntudp_bufcreate.c56 struct hostent *hp = NULL; in main() local
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java180 HeaderProperty hp = (HeaderProperty) headers.get(i); in call() local
200 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); in call() local

123456