Searched refs:xcs (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/libjingle/xmpp/ |
D | xmppthread.cc | 23 LoginData(const buzz::XmppClientSettings& s) : xcs(s) {} in LoginData() 26 buzz::XmppClientSettings xcs; member 44 void XmppThread::Login(const buzz::XmppClientSettings& xcs) { in Login() argument 45 Post(this, MSG_LOGIN, new LoginData(xcs)); in Login() 59 pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED), in OnMessage()
|
D | xmpppump.cc | 23 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin() argument 29 client_->Connect(xcs, "", socket, auth); in DoLogin()
|
D | xmppthread.h | 32 void Login(const buzz::XmppClientSettings & xcs);
|
D | xmpppump.h | 38 void DoLogin(const buzz::XmppClientSettings & xcs,
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 25 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local 103 xcs = 1; in img_alloc_helper() 106 xcs = 0; in img_alloc_helper() 126 align = (1 << xcs) - 1; in img_alloc_helper() 166 img->x_chroma_shift = xcs; in img_alloc_helper() 172 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | ptrace.h | 31 int xcs; member
|
/external/strace/linux/x86_64/ |
D | arch_regs.c | 21 uint32_t xcs; member
|
/external/google-breakpad/src/client/linux/dump_writer_common/ |
D | thread_info.cc | 91 out->cs = regs.xcs; in FillCPUContext()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | seccomp_macros.h | 72 long int xcs; member
|
/external/google-breakpad/src/tools/linux/md2core/ |
D | minidump-2-core.cc | 269 thread->regs.xcs = rawregs->cs; in ParseThreadRegisters()
|