HomeSort by relevance Sort by last modified time
    Searched refs:sac (Results 1 - 25 of 29) sorted by null

1 2

  /external/ltp/utils/sctp/func_tests/
test_connect.c 63 struct sctp_assoc_change *sac; local
150 sac = (struct sctp_assoc_change *)iov.iov_base;
151 clt_associd1 = sac->sac_assoc_id;
159 sac = (struct sctp_assoc_change *)iov.iov_base;
160 svr_associd1 = sac->sac_assoc_id;
174 sac = (struct sctp_assoc_change *)iov.iov_base;
175 clt_associd2 = sac->sac_assoc_id;
184 sac = (struct sctp_assoc_change *)iov.iov_base;
185 svr_associd2 = sac->sac_assoc_id;
test_connectx.c 74 struct sctp_assoc_change *sac; local
187 sac = (struct sctp_assoc_change *)iov.iov_base;
188 clt_associd1 = sac->sac_assoc_id;
204 sac = (struct sctp_assoc_change *)iov.iov_base;
205 svr_associd1 = sac->sac_assoc_id;
218 sac = (struct sctp_assoc_change *)iov.iov_base;
219 clt_associd2 = sac->sac_assoc_id;
226 sac = (struct sctp_assoc_change *)iov.iov_base;
227 svr_associd2 = sac->sac_assoc_id;
test_sockopt.c 85 struct sctp_assoc_change *sac; local
216 sac = (struct sctp_assoc_change *)iov.iov_base;
217 udp_svr_associd = sac->sac_assoc_id;
225 sac = (struct sctp_assoc_change *)iov.iov_base;
226 udp_clt_associd = sac->sac_assoc_id;
405 sac = (struct sctp_assoc_change *)iov.iov_base;
406 udp_clt_associd = sac->sac_assoc_id;
572 sac = (struct sctp_assoc_change *)iov.iov_base;
574 paddrparams.spp_assoc_id = sac->sac_assoc_id;
583 paddrparams.spp_assoc_id = sac->sac_assoc_id
    [all...]
test_fragments.c 183 sac = (struct sctp_assoc_change *)iov.iov_base;
184 associd2 = sac->sac_assoc_id;
193 sac = (struct sctp_assoc_change *)iov.iov_base;
194 associd1 = sac->sac_assoc_id;
test_peeloff.c 78 struct sctp_assoc_change *sac; local
172 sac = (struct sctp_assoc_change *)iov.iov_base;
173 clt_associd[i] = sac->sac_assoc_id;
186 sac = (struct sctp_assoc_change *)iov.iov_base;
187 svr_associd[i] = sac->sac_assoc_id;
test_assoc_abort.c 80 struct sctp_assoc_change *sac; local
177 sac = (struct sctp_assoc_change *)iov.iov_base;
178 svr_associd[i] = sac->sac_assoc_id;
test_assoc_shutdown.c 79 struct sctp_assoc_change *sac; local
177 sac = (struct sctp_assoc_change *)iov.iov_base;
178 svr_associd[i] = sac->sac_assoc_id;
test_basic.c 86 struct sctp_assoc_change *sac; local
230 sac = (struct sctp_assoc_change *)iov.iov_base;
231 associd2 = sac->sac_assoc_id;
242 sac = (struct sctp_assoc_change *)iov.iov_base;
243 associd1 = sac->sac_assoc_id;
test_timetolive.c 108 struct sctp_assoc_change *sac; local
230 sac = (struct sctp_assoc_change *)iov.iov_base;
231 associd2 = sac->sac_assoc_id;
240 sac = (struct sctp_assoc_change *)iov.iov_base;
241 associd1 = sac->sac_assoc_id;
  /external/tensorflow/tensorflow/core/common_runtime/
scoped_allocator_mgr_test.cc 57 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); local
59 sa_instances_[i] = sac->GetInstance(scope_id_ + 1 + i);
148 ScopedAllocatorContainer* sac = sam_.GetContainer(step_id_); local
149 ScopedAllocator* other = sac->GetAllocator(scope_id_);
154 other = sac->GetAllocator(scope_id_);
156 ScopedAllocatorInstance* inst0 = sac->GetInstance(scope_id_ + 1);
162 ScopedAllocatorInstance* inst1 = sac->GetInstance(scope_id_ + 2);
166 ScopedAllocatorInstance* inst2 = sac->GetInstance(scope_id_ + 3);
171 EXPECT_EQ(nullptr, sac->GetAllocator(scope_id_));
scoped_allocator_mgr.cc 141 ScopedAllocatorContainer* sac = nullptr; local
145 sac = new ScopedAllocatorContainer(this, step_id);
146 per_step_map_[step_id] = sac;
148 sac = it->second;
150 return sac;
158 ScopedAllocatorContainer* sac = GetContainer(step_id); local
159 return sac->AddScopedAllocator(backing_tensor, scope_id, scope_name, fields,
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_rng.cc 68 cuda::ScopedActivateExecutorContext sac(parent_);
77 cuda::ScopedActivateExecutorContext sac(parent_);
89 cuda::ScopedActivateExecutorContext sac(parent_);
124 cuda::ScopedActivateExecutorContext sac(parent_);
173 cuda::ScopedActivateExecutorContext sac(parent_);
211 cuda::ScopedActivateExecutorContext sac(parent_);
cuda_fft.cc 65 cuda::ScopedActivateExecutorContext sac(parent);
85 cuda::ScopedActivateExecutorContext sac(parent);
255 cuda::ScopedActivateExecutorContext sac(parent_);
266 cuda::ScopedActivateExecutorContext sac(parent_);
468 cuda::ScopedActivateExecutorContext sac(parent_);
496 cuda::ScopedActivateExecutorContext sac(parent_);
cuda_blas.cc 235 gpu::ScopedActivateExecutorContext sac{parent_};
250 gpu::ScopedActivateExecutorContext sac{parent_};
259 gpu::ScopedActivateExecutorContext sac{parent_};
412 gpu::ScopedActivateExecutorContext sac{parent_};
    [all...]
  /external/u-boot/arch/sh/lib/
udiv_qrnnd.S 9 !! sac@cygnus.com
udivsi3.S 9 !! sac@cygnus.com
ashiftrt.S 9 !! sac@cygnus.com
ashlsi3.S 9 !! sac@cygnus.com
ashrsi3.S 9 !! sac@cygnus.com
lshrsi3.S 9 !! sac@cygnus.com
movmem.S 9 !! sac@cygnus.com
udivsi3_i4i.S 9 !! sac@cygnus.com
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_rng.cc 71 gpu::ScopedActivateExecutorContext sac{parent}; \
100 gpu::ScopedActivateExecutorContext sac{parent}; \
rocm_fft.cc 52 gpu::ScopedActivateExecutorContext sac{parent}; \
81 gpu::ScopedActivateExecutorContext sac{parent}; \
  /external/tensorflow/tensorflow/core/kernels/
scoped_allocator_ops_test.cc 106 ScopedAllocatorContainer* sac = sam->GetContainer(step_id); local
110 sa_instances[i] = sac->GetInstance(id + i + 1);

Completed in 820 milliseconds

1 2