Home
last modified time | relevance | path

Searched refs:ptr_value (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dreal_fourier_unittest.cc29 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/
Dtrace_event_argument.cc60 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/
Dsanitizer_printf.cc111 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/
Dmicrohttpd.h913 void *ptr_value; member
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c3419 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/
Dlibmicrohttpd.texi945 @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
Dlibmicrohttpd.info822 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