Home
last modified time | relevance | path

Searched refs:msg_ptr (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Devent_recorder.cc166 EVENTMSG* msg_ptr = NULL; in RecordWndProc() local
192 msg_ptr = reinterpret_cast<EVENTMSG*>(lParam); in RecordWndProc()
193 msg_ptr->time = timeGetTime(); in RecordWndProc()
194 fwrite(msg_ptr, sizeof(EVENTMSG), 1, file_); in RecordWndProc()
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp3865 Syscall param mq_timedsend(msg_ptr) contains uninitialised byte(s)
3881 Syscall param mq_timedsend(msg_ptr) points to unaddressable byte(s)
3898 Syscall param mq_timedreceive(msg_ptr) contains uninitialised byte(s)
3914 Syscall param mq_timedreceive(msg_ptr) points to unaddressable byte(s)
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c1784 vki_mqd_t, mqdes, const char *, msg_ptr, vki_size_t, msg_len, in PRE()
1802 vki_mqd_t, mqdes, char *, msg_ptr, vki_size_t, msg_len, in PRE()