HomeSort by relevance Sort by last modified time
    Searched refs:ptr_value (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/common_audio/
real_fourier_unittest.cc 29 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/libchrome/base/trace_event/
trace_event_argument.cc 60 uint64_t ptr_value = 0; local
61 res = pickle_iterator.ReadUInt64(&ptr_value);
62 key_name = reinterpret_cast<const char*>(static_cast<uintptr_t>(ptr_value));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 111 static int AppendPointer(char **buff, const char *buff_end, u64 ptr_value) {
114 result += AppendUnsigned(buff, buff_end, ptr_value, 16,
  /external/libmicrohttpd/src/include/
microhttpd.h 913 void *ptr_value; member in struct:MHD_OptionItem
    [all...]
  /external/libmicrohttpd/src/microhttpd/
daemon.c     [all...]

Completed in 693 milliseconds