Searched defs:ptr_value (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/
H A Dreal_fourier_unittest.cc29 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(real.get()); local
30 EXPECT_EQ(0u, ptr_value % RealFourier::kFftBufferAlignment);
36 uintptr_t ptr_value = reinterpret_cast<uintptr_t>(cplx.get()); local
37 EXPECT_EQ(0u, ptr_value % RealFourier::kFftBufferAlignment);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) { argument
114 result += AppendUnsigned(buff, buff_end, ptr_value, 16,
/external/libchrome/base/trace_event/
H A Dtrace_event_argument.cc59 uint64_t ptr_value = 0; local
60 res = pickle_iterator.ReadUInt64(&ptr_value);
61 key_name = reinterpret_cast<const char*>(static_cast<uintptr_t>(ptr_value));
/external/libmicrohttpd/src/include/
H A Dmicrohttpd.h913 void *ptr_value; member in struct:MHD_OptionItem

Completed in 357 milliseconds