Home
last modified time | relevance | path

Searched refs:xcs (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppthread.cc23 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()
Dxmpppump.cc23 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs, in DoLogin() argument
29 client_->Connect(xcs, "", socket, auth); in DoLogin()
Dxmppthread.h32 void Login(const buzz::XmppClientSettings & xcs);
Dxmpppump.h38 void DoLogin(const buzz::XmppClientSettings & xcs,
/external/u-boot/arch/x86/include/asm/
Dptrace.h42 int xcs; member
69 long xcs; member
75 long xcs; member
95 #define user_mode(regs) ((VM_MASK & (regs)->eflags) || (3 & (regs)->xcs))
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c23 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
59 case VPX_IMG_FMT_I42216: xcs = 1; break; in img_alloc_helper()
60 default: xcs = 0; break; in img_alloc_helper()
96 align = (1 << xcs) - 1; in img_alloc_helper()
119 img->x_chroma_shift = xcs; in img_alloc_helper()
125 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/external/libaom/libaom/aom/src/
Daom_image.c33 unsigned int h, w, s, xcs, ycs, bps; in img_alloc_helper() local
78 case AOM_IMG_FMT_I42216: xcs = 1; break; in img_alloc_helper()
79 default: xcs = 0; break; in img_alloc_helper()
93 w = align_image_dimension(d_w, xcs, size_align); in img_alloc_helper()
133 img->x_chroma_shift = xcs; in img_alloc_helper()
139 img->stride[AOM_PLANE_U] = img->stride[AOM_PLANE_V] = stride_in_bytes >> xcs; in img_alloc_helper()
/external/kernel-headers/original/uapi/asm-x86/asm/
Dptrace.h32 int xcs; member
/external/strace/linux/x86_64/
Darch_regs.c21 uint32_t xcs; member
/external/u-boot/arch/x86/cpu/i386/
Dinterrupt.c87 cs = regs->context.ctx2.xcs; in dump_regs()
94 cs = regs->context.ctx1.xcs; in dump_regs()
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DTrustManagerFactoryTest.java122 X509CertSelector xcs = new X509CertSelector(); in test_TrustManagerFactory() local
123 PKIXBuilderParameters pbp = new PKIXBuilderParameters(getTestKeyStore().keyStore, xcs); in test_TrustManagerFactory()
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DTrustManagerFactoryTest.java126 X509CertSelector xcs = new X509CertSelector(); in test_TrustManagerFactory() local
127 PKIXBuilderParameters pbp = new PKIXBuilderParameters(getTestKeyStore().keyStore, xcs); in test_TrustManagerFactory()
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc91 out->cs = regs.xcs; in FillCPUContext()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc269 thread->regs.xcs = rawregs->cs; in ParseThreadRegisters()