Home
last modified time | relevance | path

Searched refs:nds (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c50 lws_netdev_credentials_settings_set(lws_netdevs_t *nds) in lws_netdev_credentials_settings_set() argument
60 LWS_ARRAY_SIZE(lsm_netdev_schema), 0, nds); in lws_netdev_credentials_settings_set()
71 if (!lws_settings_plat_set(nds->si, "netdev.creds", buf, w)) in lws_netdev_credentials_settings_set()
83 lws_netdev_credentials_settings_get(lws_netdevs_t *nds) in lws_netdev_credentials_settings_get() argument
93 if (lws_settings_plat_get(nds->si, "netdev.creds", NULL, &l)) { in lws_netdev_credentials_settings_get()
102 if (lws_settings_plat_get(nds->si, "netdev.creds", buf, &l)) { in lws_netdev_credentials_settings_get()
121 * Forcibly set the state of the nds creds owner to the synthesized in lws_netdev_credentials_settings_get()
124 nds->owner_creds = ((lws_netdevs_t *)a.dest)->owner_creds; in lws_netdev_credentials_settings_get()
125 nds->ac_creds = a.ac; in lws_netdev_credentials_settings_get()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp252 int nds; in optimize_CNDcc_op() local
260 nds = 1; in optimize_CNDcc_op()
263 nds = 0; in optimize_CNDcc_op()
268 if (d->bc.src[nds].abs) in optimize_CNDcc_op()
286 if (nds == 1) { in optimize_CNDcc_op()
294 a->src[0] = d->src[nds]; in optimize_CNDcc_op()
295 a->bc.src[0] = d->bc.src[nds]; in optimize_CNDcc_op()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-netdev.h233 lws_netdev_credentials_settings_set(lws_netdevs_t *nds);
236 lws_netdev_credentials_settings_get(lws_netdevs_t *nds);

Completed in 2 milliseconds