Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dvhost.c583 struct lws_protocols *lwsp; in lws_create_vhost() local
776 lwsp = NULL; in lws_create_vhost()
778 lwsp = lws_zalloc(sizeof(struct lws_protocols) * in lws_create_vhost()
784 if (!lwsp) { in lws_create_vhost()
796 memcpy(&lwsp[n], info->pprotocols[n], sizeof(lwsp[0])); in lws_create_vhost()
798 memcpy(lwsp, pcols, sizeof(struct lws_protocols) * (unsigned int)m); in lws_create_vhost()
805 memcpy(&lwsp[m++], available_abstract_protocols[n], in lws_create_vhost()
806 sizeof(*lwsp)); in lws_create_vhost()
815 memcpy(&lwsp[m++], &lws_async_dns_protocol, in lws_create_vhost()
823 memcpy(&lwsp[m++], available_secstream_protocols[n], in lws_create_vhost()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoC.td491 def C_LWSP : CStackLoad<0b010, "c.lwsp", GPRNoX0, uimm8_lsb00>,
719 def : InstAlias<"c.lwsp $rd, (${rs1})", (C_LWSP GPRC:$rd, SP:$rs1, 0)>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterInfo.td489 // to a single register such as lwgp/lwsp in microMIPS.