Home
last modified time | relevance | path

Searched refs:hostData (Results 1 – 25 of 147) sorted by relevance

123456

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/uriparser/
H A DUriCompare.c95 if (((a->hostData.ip4 == NULL) != (b->hostData.ip4 == NULL)) in URI_FUNC()
96 || ((a->hostData.ip6 == NULL) != (b->hostData.ip6 == NULL)) in URI_FUNC()
97 || ((a->hostData.ipFuture.first == NULL) in URI_FUNC()
102 if (a->hostData.ip4 != NULL) { in URI_FUNC()
103 if (memcmp(a->hostData.ip4->data, b->hostData.ip4->data, 4)) { in URI_FUNC()
108 if (a->hostData.ip6 != NULL) { in URI_FUNC()
109 if (memcmp(a->hostData.ip6->data, b->hostData.ip6->data, 16)) { in URI_FUNC()
114 if (a->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 if (URI_FUNC(CompareRange)(&(a->hostData.ipFuture), &(b->hostData.ipFuture))) { in URI_FUNC()
120 if ((a->hostData.ip4 == NULL) in URI_FUNC()
[all …]
H A DUriCommon.c425 || (uri->hostData.ip4 != NULL) in URI_FUNC()
426 || (uri->hostData.ip6 != NULL) in URI_FUNC()
491 if (dest->hostData.ip4 == NULL) { in URI_FUNC()
494 *(dest->hostData.ip4) = *(source->hostData.ip4); in URI_FUNC()
495 dest->hostData.ip6 = NULL; in URI_FUNC()
499 dest->hostData.ip4 = NULL; in URI_FUNC()
501 if (dest->hostData.ip6 == NULL) { in URI_FUNC()
504 *(dest->hostData.ip6) = *(source->hostData.ip6); in URI_FUNC()
508 dest->hostData.ip4 = NULL; in URI_FUNC()
509 dest->hostData.ip6 = NULL; in URI_FUNC()
[all …]
H A DUriShorten.c100 if (first->hostData.ip4 != NULL) { in URI_FUNC()
101 return ((second->hostData.ip4 != NULL) in URI_FUNC()
102 && !memcmp(first->hostData.ip4->data, in URI_FUNC()
103 second->hostData.ip4->data, 4)) ? URI_TRUE : URI_FALSE; in URI_FUNC()
107 if (first->hostData.ip6 != NULL) { in URI_FUNC()
108 return ((second->hostData.ip6 != NULL) in URI_FUNC()
109 && !memcmp(first->hostData.ip6->data, in URI_FUNC()
114 if (first->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 return ((second->hostData.ipFuture.first != NULL) in URI_FUNC()
116 && !URI_FUNC(CompareRange)(&first->hostData.ipFuture, in URI_FUNC()
[all …]
H A DUriNormalize.c130 if (uri->hostData.ipFuture.first != NULL) { in URI_FUNC()
133 uri->hostData.ipFuture.first = NULL; in URI_FUNC()
134 uri->hostData.ipFuture.afterLast = NULL; in URI_FUNC()
138 && (uri->hostData.ip4 == NULL) in URI_FUNC()
139 && (uri->hostData.ip6 == NULL)) { in URI_FUNC()
410 if ((uri->hostData.ip4 == NULL) in URI_FUNC()
411 && (uri->hostData.ip6 == NULL)) { in URI_FUNC()
415 &(uri->hostData.ipFuture), memory)) { in URI_FUNC()
598 uri->hostData.ipFuture.afterLast); in URI_FUNC()
610 && (uri->hostData.ip4 == NULL) in URI_FUNC()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/uriparser/
H A DUriCompare.c95 if (((a->hostData.ip4 == NULL) != (b->hostData.ip4 == NULL)) in URI_FUNC()
96 || ((a->hostData.ip6 == NULL) != (b->hostData.ip6 == NULL)) in URI_FUNC()
97 || ((a->hostData.ipFuture.first == NULL) in URI_FUNC()
102 if (a->hostData.ip4 != NULL) { in URI_FUNC()
103 if (memcmp(a->hostData.ip4->data, b->hostData.ip4->data, 4)) { in URI_FUNC()
108 if (a->hostData.ip6 != NULL) { in URI_FUNC()
109 if (memcmp(a->hostData.ip6->data, b->hostData.ip6->data, 16)) { in URI_FUNC()
114 if (a->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 if (URI_FUNC(CompareRange)(&(a->hostData.ipFuture), &(b->hostData.ipFuture))) { in URI_FUNC()
120 if ((a->hostData.ip4 == NULL) in URI_FUNC()
[all …]
H A DUriCommon.c425 || (uri->hostData.ip4 != NULL) in URI_FUNC()
426 || (uri->hostData.ip6 != NULL) in URI_FUNC()
491 if (dest->hostData.ip4 == NULL) { in URI_FUNC()
494 *(dest->hostData.ip4) = *(source->hostData.ip4); in URI_FUNC()
495 dest->hostData.ip6 = NULL; in URI_FUNC()
499 dest->hostData.ip4 = NULL; in URI_FUNC()
501 if (dest->hostData.ip6 == NULL) { in URI_FUNC()
504 *(dest->hostData.ip6) = *(source->hostData.ip6); in URI_FUNC()
508 dest->hostData.ip4 = NULL; in URI_FUNC()
509 dest->hostData.ip6 = NULL; in URI_FUNC()
[all …]
H A DUriShorten.c100 if (first->hostData.ip4 != NULL) { in URI_FUNC()
101 return ((second->hostData.ip4 != NULL) in URI_FUNC()
102 && !memcmp(first->hostData.ip4->data, in URI_FUNC()
103 second->hostData.ip4->data, 4)) ? URI_TRUE : URI_FALSE; in URI_FUNC()
107 if (first->hostData.ip6 != NULL) { in URI_FUNC()
108 return ((second->hostData.ip6 != NULL) in URI_FUNC()
109 && !memcmp(first->hostData.ip6->data, in URI_FUNC()
114 if (first->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 return ((second->hostData.ipFuture.first != NULL) in URI_FUNC()
116 && !URI_FUNC(CompareRange)(&first->hostData.ipFuture, in URI_FUNC()
[all …]
H A DUriNormalize.c130 if (uri->hostData.ipFuture.first != NULL) { in URI_FUNC()
133 uri->hostData.ipFuture.first = NULL; in URI_FUNC()
134 uri->hostData.ipFuture.afterLast = NULL; in URI_FUNC()
138 && (uri->hostData.ip4 == NULL) in URI_FUNC()
139 && (uri->hostData.ip6 == NULL)) { in URI_FUNC()
410 if ((uri->hostData.ip4 == NULL) in URI_FUNC()
411 && (uri->hostData.ip6 == NULL)) { in URI_FUNC()
415 &(uri->hostData.ipFuture), memory)) { in URI_FUNC()
598 uri->hostData.ipFuture.afterLast); in URI_FUNC()
610 && (uri->hostData.ip4 == NULL) in URI_FUNC()
[all …]
/dports/net/uriparser/uriparser-0.9.6/src/
H A DUriCompare.c95 if (((a->hostData.ip4 == NULL) != (b->hostData.ip4 == NULL)) in URI_FUNC()
96 || ((a->hostData.ip6 == NULL) != (b->hostData.ip6 == NULL)) in URI_FUNC()
97 || ((a->hostData.ipFuture.first == NULL) in URI_FUNC()
102 if (a->hostData.ip4 != NULL) { in URI_FUNC()
103 if (memcmp(a->hostData.ip4->data, b->hostData.ip4->data, 4)) { in URI_FUNC()
108 if (a->hostData.ip6 != NULL) { in URI_FUNC()
109 if (memcmp(a->hostData.ip6->data, b->hostData.ip6->data, 16)) { in URI_FUNC()
114 if (a->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 if (URI_FUNC(CompareRange)(&(a->hostData.ipFuture), &(b->hostData.ipFuture))) { in URI_FUNC()
120 if ((a->hostData.ip4 == NULL) in URI_FUNC()
[all …]
H A DUriCommon.c469 || (uri->hostData.ip4 != NULL) in URI_FUNC()
470 || (uri->hostData.ip6 != NULL) in URI_FUNC()
535 if (dest->hostData.ip4 == NULL) { in URI_FUNC()
538 *(dest->hostData.ip4) = *(source->hostData.ip4); in URI_FUNC()
539 dest->hostData.ip6 = NULL; in URI_FUNC()
543 dest->hostData.ip4 = NULL; in URI_FUNC()
545 if (dest->hostData.ip6 == NULL) { in URI_FUNC()
548 *(dest->hostData.ip6) = *(source->hostData.ip6); in URI_FUNC()
552 dest->hostData.ip4 = NULL; in URI_FUNC()
553 dest->hostData.ip6 = NULL; in URI_FUNC()
[all …]
H A DUriShorten.c100 if (first->hostData.ip4 != NULL) { in URI_FUNC()
101 return ((second->hostData.ip4 != NULL) in URI_FUNC()
102 && !memcmp(first->hostData.ip4->data, in URI_FUNC()
103 second->hostData.ip4->data, 4)) ? URI_TRUE : URI_FALSE; in URI_FUNC()
107 if (first->hostData.ip6 != NULL) { in URI_FUNC()
108 return ((second->hostData.ip6 != NULL) in URI_FUNC()
109 && !memcmp(first->hostData.ip6->data, in URI_FUNC()
114 if (first->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 return ((second->hostData.ipFuture.first != NULL) in URI_FUNC()
116 && !URI_FUNC(CompareRange)(&first->hostData.ipFuture, in URI_FUNC()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/uriparser/
H A DUriCompare.c95 if (((a->hostData.ip4 == NULL) != (b->hostData.ip4 == NULL)) in URI_FUNC()
96 || ((a->hostData.ip6 == NULL) != (b->hostData.ip6 == NULL)) in URI_FUNC()
97 || ((a->hostData.ipFuture.first == NULL) in URI_FUNC()
102 if (a->hostData.ip4 != NULL) { in URI_FUNC()
103 if (memcmp(a->hostData.ip4->data, b->hostData.ip4->data, 4)) { in URI_FUNC()
108 if (a->hostData.ip6 != NULL) { in URI_FUNC()
109 if (memcmp(a->hostData.ip6->data, b->hostData.ip6->data, 16)) { in URI_FUNC()
114 if (a->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 if (URI_FUNC(CompareRange)(&(a->hostData.ipFuture), &(b->hostData.ipFuture))) { in URI_FUNC()
120 if ((a->hostData.ip4 == NULL) in URI_FUNC()
[all …]
H A DUriCommon.c425 || (uri->hostData.ip4 != NULL) in URI_FUNC()
426 || (uri->hostData.ip6 != NULL) in URI_FUNC()
491 if (dest->hostData.ip4 == NULL) { in URI_FUNC()
494 *(dest->hostData.ip4) = *(source->hostData.ip4); in URI_FUNC()
495 dest->hostData.ip6 = NULL; in URI_FUNC()
499 dest->hostData.ip4 = NULL; in URI_FUNC()
501 if (dest->hostData.ip6 == NULL) { in URI_FUNC()
504 *(dest->hostData.ip6) = *(source->hostData.ip6); in URI_FUNC()
508 dest->hostData.ip4 = NULL; in URI_FUNC()
509 dest->hostData.ip6 = NULL; in URI_FUNC()
[all …]
H A DUriShorten.c100 if (first->hostData.ip4 != NULL) { in URI_FUNC()
101 return ((second->hostData.ip4 != NULL) in URI_FUNC()
102 && !memcmp(first->hostData.ip4->data, in URI_FUNC()
103 second->hostData.ip4->data, 4)) ? URI_TRUE : URI_FALSE; in URI_FUNC()
107 if (first->hostData.ip6 != NULL) { in URI_FUNC()
108 return ((second->hostData.ip6 != NULL) in URI_FUNC()
109 && !memcmp(first->hostData.ip6->data, in URI_FUNC()
114 if (first->hostData.ipFuture.first != NULL) { in URI_FUNC()
115 return ((second->hostData.ipFuture.first != NULL) in URI_FUNC()
116 && !URI_FUNC(CompareRange)(&first->hostData.ipFuture, in URI_FUNC()
[all …]
/dports/misc/mnn/MNN-1.2.0/test/core/
H A DBackendTest.cpp137 hostData[i] = flagRandom; in nhwc_2_nhwc_uint8()
151 if (backendCopyData[i] != hostData[i]) { in nhwc_2_nhwc_uint8()
166 auto hostData = hostTensor->host<T>(); in NC4HW4_2_NC4HW4_IntType() local
169 hostData[i] = flagRandom; in NC4HW4_2_NC4HW4_IntType()
186 if (backendCopyData[i] != hostData[i]) { in NC4HW4_2_NC4HW4_IntType()
198 if (backendCopyData[i] != hostData[i]) { in NC4HW4_2_NC4HW4_IntType()
216 hostData[i] = flagRandom; in NC4HW4_2_NC4HW4_float()
242 if (backendCopyData[i] != hostData[i]) { in NC4HW4_2_NC4HW4_float()
270 hostData[i] = flagRandom; in NC4HW4_2_NC4HW4_uint8()
449 auto hostData = hostTensor->host<T>(); in nhwc_2_NC4HW4_2_nhwc_inttype() local
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/incremental/
H A DTest06_ParallelFor_MDRangePolicy.hpp109 value_type *deviceData, *hostData; member
163 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange2D()
164 ASSERT_NE(hostData, nullptr); in mdRange2D()
172 hostData, deviceData, num_elements * sizeof(value_type)); in mdRange2D()
179 free_mem<h_memspace_type>(hostData); in mdRange2D()
194 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange3D()
195 ASSERT_NE(hostData, nullptr); in mdRange3D()
210 free_mem<h_memspace_type>(hostData); in mdRange3D()
225 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange4D()
226 ASSERT_NE(hostData, nullptr); in mdRange4D()
[all …]
H A DTest04_ParallelFor_RangePolicy.hpp75 value_type *deviceData, *hostData; member
105 hostData = allocate_mem<h_memspace_type>(num_elements); in init()
106 ASSERT_NE(hostData, nullptr); in init()
112 hostData, deviceData, num_elements * sizeof(value_type)); in check_correctness_and_cleanup()
115 correctness_check(hostData); in check_correctness_and_cleanup()
119 free_mem<h_memspace_type>(hostData); in check_correctness_and_cleanup()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/incremental/
H A DTest06_ParallelFor_MDRangePolicy.hpp109 value_type *deviceData, *hostData; member
163 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange2D()
164 ASSERT_NE(hostData, nullptr); in mdRange2D()
172 hostData, deviceData, num_elements * sizeof(value_type)); in mdRange2D()
179 free_mem<h_memspace_type>(hostData); in mdRange2D()
194 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange3D()
195 ASSERT_NE(hostData, nullptr); in mdRange3D()
210 free_mem<h_memspace_type>(hostData); in mdRange3D()
225 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange4D()
226 ASSERT_NE(hostData, nullptr); in mdRange4D()
[all …]
H A DTest04_ParallelFor_RangePolicy.hpp75 value_type *deviceData, *hostData; member
105 hostData = allocate_mem<h_memspace_type>(num_elements); in init()
106 ASSERT_NE(hostData, nullptr); in init()
112 hostData, deviceData, num_elements * sizeof(value_type)); in check_correctness_and_cleanup()
115 correctness_check(hostData); in check_correctness_and_cleanup()
119 free_mem<h_memspace_type>(hostData); in check_correctness_and_cleanup()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/incremental/
H A DTest06_ParallelFor_MDRangePolicy.hpp109 value_type *deviceData, *hostData; member
163 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange2D()
164 ASSERT_NE(hostData, nullptr); in mdRange2D()
172 hostData, deviceData, num_elements * sizeof(value_type)); in mdRange2D()
179 free_mem<h_memspace_type>(hostData); in mdRange2D()
194 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange3D()
195 ASSERT_NE(hostData, nullptr); in mdRange3D()
210 free_mem<h_memspace_type>(hostData); in mdRange3D()
225 hostData = allocate_mem<h_memspace_type>(num_elements); in mdRange4D()
226 ASSERT_NE(hostData, nullptr); in mdRange4D()
[all …]
H A DTest04_ParallelFor_RangePolicy.hpp75 value_type *deviceData, *hostData; member
105 hostData = allocate_mem<h_memspace_type>(num_elements); in init()
106 ASSERT_NE(hostData, nullptr); in init()
112 hostData, deviceData, num_elements * sizeof(value_type)); in check_correctness_and_cleanup()
115 correctness_check(hostData); in check_correctness_and_cleanup()
119 free_mem<h_memspace_type>(hostData); in check_correctness_and_cleanup()
/dports/devel/bullet/bullet3-3.21/test/OpenCL/RadixSortBenchmark/
H A Dmain.cpp112 hostData.resize(num_elements); in TimedSort()
115 hostData[i] = h_keys[i]; in TimedSort()
121 gpuData.copyFromHost(hostData); in TimedSort()
141 gpuData.copyFromHost(hostData); in TimedSort()
177 gpuData.copyToHost(hostData); in TimedSort()
180 h_keys[i] = hostData[i]; in TimedSort()
211 hostData.resize(num_elements); in TimedSort()
214 hostData[i].m_key = h_keys[i]; in TimedSort()
221 gpuData.copyFromHost(hostData); in TimedSort()
248 gpuData.copyFromHost(hostData); in TimedSort()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/test/OpenCL/RadixSortBenchmark/
H A Dmain.cpp112 hostData.resize(num_elements); in TimedSort()
115 hostData[i] = h_keys[i]; in TimedSort()
121 gpuData.copyFromHost(hostData); in TimedSort()
141 gpuData.copyFromHost(hostData); in TimedSort()
177 gpuData.copyToHost(hostData); in TimedSort()
180 h_keys[i] = hostData[i]; in TimedSort()
211 hostData.resize(num_elements); in TimedSort()
214 hostData[i].m_key = h_keys[i]; in TimedSort()
221 gpuData.copyFromHost(hostData); in TimedSort()
248 gpuData.copyFromHost(hostData); in TimedSort()
[all …]
/dports/databases/pguri/pguri-1.20151224/
H A Duri.c146 if (uri.hostData.ip4) in uri_host_inet()
154 else if (uri.hostData.ip6) in uri_host_inet()
245 || (uri->hostData.ip4 != NULL) in _is_host_set()
246 || (uri->hostData.ip6 != NULL) in _is_host_set()
418 else if (uap->hostData.ip4) in cmp_hosts()
422 else if (ubp->hostData.ip4) in cmp_hosts()
424 ubp->hostData.ip4->data, in cmp_hosts()
429 else if (uap->hostData.ip6) in cmp_hosts()
433 else if (ubp->hostData.ip4) in cmp_hosts()
435 else if (ubp->hostData.ip6) in cmp_hosts()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/storage/
H A Dcudaarray.h29 inline CUDAArray(const ELEMENT_TYPE *hostData, std::size_t size) : in CUDAArray() argument
33 cudaMemcpy(dataPointer, hostData, byteSize(), cudaMemcpyHostToDevice); in CUDAArray()
57 inline void load(const ELEMENT_TYPE *hostData) in load() argument
59 cudaMemcpy(dataPointer, hostData, byteSize(), cudaMemcpyHostToDevice); in load()
62 inline void save(ELEMENT_TYPE *hostData) const in save() argument
64 cudaMemcpy(hostData, dataPointer, byteSize(), cudaMemcpyDeviceToHost); in save()

123456