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

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUAsmUtils.h 15 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
21 } // namespace SendMsg
AMDGPUAsmUtils.cpp 13 namespace SendMsg {
15 // This must be in sync with llvm::AMDGPU::SendMsg::Id enum members, see SIDefines.h.
35 // These two must be in sync with llvm::AMDGPU::SendMsg::Op enum members, see SIDefines.h.
51 } // namespace SendMsg
  /external/libchrome/base/posix/
unix_domain_socket_linux.cc 49 bool UnixDomainSocket::SendMsg(int fd,
80 const ssize_t r = HANDLE_EINTR(sendmsg(fd, &msg, flags));
215 if (!SendMsg(fd, request.data(), request.size(), send_fds))
  /external/lzma/CPP/Windows/
Window.h 174 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, BoolToBOOL(redraw), 0); }
226 LRESULT SendMsg(UINT message, WPARAM wParam = 0, LPARAM lParam = 0)
274 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)icon); }
  /external/llvm/lib/Target/AMDGPU/
SIDefines.h 132 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
179 } // namespace SendMsg

Completed in 175 milliseconds