Home
last modified time | relevance | path

Searched defs:value_ptr (Results 1 – 25 of 32) sorted by relevance

12

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dutil.hpp123 struct value_ptr struct
125 T value;
126 value_ptr(const T& value) : value(value) in value_ptr() function
128 value_ptr(const T* pvalue) : value(*pvalue) in value_ptr() function
130 const T* operator->() in operator ->()
/external/libchrome/base/threading/
Dsequence_local_storage_slot.h86 T* value_ptr = new T(std::move(value)); in Set() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D1-1.c44 int *value_ptr; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/
D2-1.c48 void *value_ptr; in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/
D1-2.c48 void *value_ptr; in main() local
/external/piex/src/tiff_directory/
Dtiff_directory.cc83 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local
122 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local
177 RangeCheckedBytePtr value_ptr(&directory_entry->value[0], in Get() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/
D1-2.c81 void *value_ptr; /* hold return value of thread from pthread_join */ in main() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel.h264 Value<TensorT>* value_ptr = v->value.get(); in SetProducer() local
292 Value<TensorT>* value_ptr = v->value.get(); in RemoveProducer() local
341 Value<TensorT>* value_ptr = v->value.get(); in AddConsumer() local
364 Value<TensorT>* value_ptr = v->value.get(); in RemoveConsumer() local
395 Value<TensorT>* value_ptr = v->value.get(); in DeleteValue() local
/external/arm-trusted-firmware/common/
Dfdt_wrappers.c25 const uint32_t *value_ptr; in fdtw_read_cells() local
74 const uint32_t *value_ptr; in fdtw_read_array() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/
D1-1.c102 void *value_ptr; in main() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN()
/external/selinux/policycoreutils/setsebool/
Dsetsebool.c221 char *name, *value_ptr; in setbool() local
/external/tensorflow/tensorflow/lite/kernels/
Dembedding_lookup.cc112 const int8_t* value_ptr = GetTensorData<int8_t>(value); in EvalHybrid() local
Dembedding_lookup_sparse.cc182 const float* value_ptr = GetTensorData<float>(value); in Eval() local
/external/llvm/lib/Support/
DDataExtractor.cpp38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir_soa.c804 …LLVMValueRef value_ptr = lp_build_pointer_get(builder, addr_ptr, lp_build_const_int32(gallivm, c)); in emit_load_global() local
836 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_store_global() local
887 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_atomic_global() local
1130 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_store_mem() local
1186 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_atomic_mem() local
1791 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, in emit_vote() local
1804 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, src, in emit_vote() local
1955 LLVMValueRef value_ptr = LLVMBuildExtractElement(gallivm->builder, val, in emit_store_scratch() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDataExtractor.cpp38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c219 const uint32_t *const value_ptr = (uint32_t *)(tag_ptr + 2); in nxp_pn80t_send_cooldown() local
/external/libaom/libaom/aom_util/
Daom_thread.h78 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join()
/external/libese/apps/boot/
Dese_boot_tool.cpp115 char *value_ptr = &value[0]; in collect_device_data() local
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc67 a4dlhs.Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated()
72 a4drhs.Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated()
87 convr4->Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated()
/external/libvpx/libvpx/vpx_util/
Dvpx_thread.h94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join()
/external/webp/src/utils/
Dthread_utils.c98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
/external/linux-kselftest/tools/testing/selftests/kvm/
Ddirty_log_test.c184 uint64_t *value_ptr; in vm_dirty_log_verify() local
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp62 auto value_ptr = in preprocessSpirv() local

12