/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/ |
D | util.hpp | 123 struct value_ptr struct 125 T value; 126 value_ptr(const T& value) : value(value) in value_ptr() argument 128 value_ptr(const T* pvalue) : value(*pvalue) in value_ptr() argument 130 const T* operator->() in operator ->()
|
/external/piex/src/tiff_directory/ |
D | tiff_directory.cc | 83 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/libchrome/base/threading/ |
D | sequence_local_storage_slot.h | 86 T* value_ptr = new T(std::move(value)); in Set() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_key_create/ |
D | 1-2.c | 48 void *value_ptr; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 1-1.c | 44 int *value_ptr; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 2-1.c | 48 void *value_ptr; in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cleanup_push/ |
D | 1-2.c | 81 void *value_ptr; /* hold return value of thread from pthread_join */ in main() local
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_spin_lock/ |
D | 1-1.c | 102 void *value_ptr; in main() local
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_pthread_wrappers.h | 56 inline void PTHREAD_JOIN(pthread_t thread, void **value_ptr) { in PTHREAD_JOIN()
|
/external/selinux/policycoreutils/setsebool/ |
D | setsebool.c | 221 char *name, *value_ptr; in setbool() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | embedding_lookup.cc | 120 const int8_t* value_ptr; in EvalHybrid() local
|
/external/llvm/lib/Support/ |
D | DataExtractor.cpp | 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | DataExtractor.cpp | 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | DataExtractor.cpp | 38 for (T *value_ptr = dst, *end = dst + count; value_ptr != end; in getUs() local
|
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 219 const uint32_t *const value_ptr = (uint32_t *)(tag_ptr + 2); in nxp_pn80t_send_cooldown() local
|
/external/libese/apps/boot/ |
D | ese_boot_tool.cpp | 115 char *value_ptr = &value[0]; in collect_device_data() local
|
/external/linux-kselftest/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 146 uint64_t *value_ptr; in vm_dirty_log_verify() local
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 94 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join()
|
/external/webp/src/utils/ |
D | thread_utils.c | 98 static int pthread_join(pthread_t thread, void** value_ptr) { in pthread_join()
|
/external/libaom/libaom/aom_util/ |
D | aom_thread.h | 92 static INLINE int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util.cc | 82 a4dlhs.Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated() 87 a4drhs.Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated() 102 convr4->Each([&](absl::Span<const int64> indices, float* value_ptr) { in ConvArray3DGeneralDimensionsDilated()
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 2072 PyObject **value_ptr; in dict_keys() local 2116 PyObject **value_ptr; in dict_values() local 2161 PyObject **value_ptr; in dict_items() local
|
/external/bcc/src/cc/frontends/b/ |
D | codegen_llvm.cc | 638 Value *value_ptr = B.CreateBitCast(pop_expr(), B.getInt8PtrTy()); in emit_table_update() local
|
/external/kernel-headers/original/uapi/sound/ |
D | asound.h | 941 long *value_ptr; /* obsoleted */ member 945 long long *value_ptr; /* obsoleted */ member
|
/external/adhd/cras/src/tests/ |
D | iodev_unittest.cc | 2186 int pthread_join(pthread_t thread, void **value_ptr) { in pthread_join()
|