HomeSort by relevance Sort by last modified time
    Searched defs:tss (Results 1 - 19 of 19) sorted by null

  /external/epid-sdk/epid/member/tpm2/ibm_tss/
state.h 31 /// TPM TSS context definition
33 TSS_CONTEXT* tss; ///< TSS context member in struct:Tpm2Ctx
  /external/grpc-grpc/test/core/iomgr/
buffer_list_test.cc 79 struct grpc_core::scm_timestamping tss; local
80 tss.ts[0].tv_sec = 123;
81 tss.ts[0].tv_nsec = 456;
88 grpc_core::TracedBuffer::ProcessTimestamp(&list, &serr, &tss);
  /external/tensorflow/tensorflow/core/util/
tensor_slice_set.cc 176 TensorSliceSet* tss = gtl::FindPtrOrNull(*tensor_slices, name); local
178 if (!tss) {
179 tss = new TensorSliceSet(shape, type);
180 tensor_slices->insert(std::make_pair(name, tss));
183 const TensorShape& tss_shape(tss->shape());
189 if (type != tss->type()) {
192 ": existing = ", DataTypeString(tss->type()),
197 return tss->Register(slice, tag, nullptr);
tensor_slice_reader.cc 192 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
193 if (tss && !tss->QueryMeta(slice, details)) {
196 return tss;
204 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
205 if (!tss && !all_shards_loaded_) {
209 tss = gtl::FindPtrOrNull(tensors_, name);
211 if (tss) {
213 *shape = tss->shape();
216 *type = tss->type()
231 const TensorSliceSet* tss = gtl::FindPtrOrNull(tensors_, name); local
    [all...]
tensor_slice_reader.h 148 const TensorSliceSet* tss; local
151 tss = FindTensorSlice(name, slice, &details);
152 if (!tss && !all_shards_loaded_) {
156 tss = FindTensorSlice(name, slice, &details);
158 if (!tss) {
185 tss->shape(), slice_s, slice,
  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
loopback2.cpp 140 static callbackTimeStamps tss = { local
148 *ppTSs = &tss;
153 static callbackTimeStamps tss = { local
161 *ppTSs = &tss;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 168 size_t tss; local
180 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
182 if (tss != 0) {
183 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
  /external/linux-kselftest/tools/testing/selftests/kvm/lib/
kvm_util_internal.h 63 vm_vaddr_t tss; member in struct:kvm_vm
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
threads_scenarii.c 200 long tsa, tss, tps; local
205 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
211 output(" TSS: %li\n", tss);
379 if ((tss > 0) && (tsa > 0)) {
409 output("TSA or TSS unsupported => "
433 if (tss > 0) {
448 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
threads_scenarii.c 147 long tsa, tss, tps; local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
158 output(" TSS: %li\n", tss);
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
362 ("TSA or TSS unsupported => No alternative stack\n");
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
404 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
threads_scenarii.c 147 long tsa, tss, tps; local
152 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
158 output(" TSS: %li\n", tss);
332 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
362 ("TSA or TSS unsupported => No alternative stack\n");
386 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
404 output("TSS unsupported => stack size unchanged\n");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
threads_scenarii.c 214 long tsa, tss, tps; local
219 tss = sysconf(_SC_THREAD_ATTR_STACKSIZE);
225 output(" TSS: %li\n", tss);
399 if ((tss > 0) && (tsa > 0)) { /* This routine is dependent on the Thread Stack Address Attribute
429 ("TSA or TSS unsupported => No alternative stack\n");
453 if (tss > 0) { /* This routine is dependent on the Thread Stack Size Attribute option */
471 output("TSS unsupported => stack size unchanged\n");
  /external/python/cpython2/Python/
thread_pthread.h 169 size_t tss; local
181 tss = (_pythread_stacksize != 0) ? _pythread_stacksize
183 if (tss != 0) {
184 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
txtimestamp.c 120 static void print_timestamp(struct scm_timestamping *tss, int tstype,
139 __print_timestamp(tsname, &tss->ts[0], tskey, payload_len);
184 struct scm_timestamping *tss = NULL; local
193 tss = (void *) CMSG_DATA(cm);
220 if (serr && tss) {
221 print_timestamp(tss, serr->ee_info, serr->ee_data,
224 tss = NULL;
  /external/python/cpython3/Python/
thread_pthread.h 187 size_t tss; local
201 tss = (stacksize != 0) ? stacksize : THREAD_STACK_SIZE;
202 if (tss != 0) {
203 if (pthread_attr_setstacksize(&attrs, tss) != 0) {
736 /* Thread Specific Storage (TSS) API
738 Platform-specific components of TSS API implementation.
  /external/u-boot/arch/m68k/include/asm/coldfire/
ata.h 39 u8 tss; /* 0x16 */ member in struct:atac
  /external/clang/test/Analysis/
taint-tester.c 95 char tss = s[0]; // expected-warning + {{tainted}} local
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle.cc 941 const TensorSliceSet* tss = local
    [all...]
  /external/grpc-grpc/src/core/lib/iomgr/
tcp_posix.cc 649 auto tss = local
661 grpc_core::TracedBuffer::ProcessTimestamp(&tcp->tb_head, serr, tss);
    [all...]

Completed in 3288 milliseconds