Searched refs:ptr_value (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/common_audio/ |
D | real_fourier_unittest.cc | 29 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(real.get()); in TEST() local 30 EXPECT_EQ(0u, ptr_value % RealFourier::kFftBufferAlignment); in TEST() 36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(cplx.get()); in TEST() local 37 EXPECT_EQ(0u, ptr_value % RealFourier::kFftBufferAlignment); in TEST()
|
/external/libchrome/base/trace_event/ |
D | trace_event_argument.cc | 60 uint64_t ptr_value = 0; in ReadKeyName() local 61 res = pickle_iterator.ReadUInt64(&ptr_value); in ReadKeyName() 62 key_name = reinterpret_cast<const char*>(static_cast<uintptr_t>(ptr_value)); in ReadKeyName()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_printf.cc | 111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { in AppendPointer() argument 114 result += AppendUnsigned(buff, buff_end, ptr_value, 16, in AppendPointer()
|
/external/libmicrohttpd/src/include/ |
D | microhttpd.h | 913 void *ptr_value; member
|
/external/libmicrohttpd/src/microhttpd/ |
D | daemon.c | 3419 oa[i].ptr_value, in parse_options_va() 3433 oa[i].ptr_value, in parse_options_va() 3443 oa[i].ptr_value, in parse_options_va()
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd.texi | 945 @code{ptr_value} member should be set. For options taking two pointer 947 the @code{value} and the @code{ptr_value} members should be used to
|
D | libmicrohttpd.info | 822 Note that for options taking only a single pointer, the 'ptr_value' 825 and the 'ptr_value' members should be used to pass the two
|