Home
last modified time | relevance | path

Searched refs:upos (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/
Dtightvnc-1.3dev5-vncviewer-alpha-cursor.patch24 + unsigned long pixel, put, *upos, *upix;
51 + upos = (unsigned long *) pos;
52 + alpha = (*upos & 0xff000000) >> 24;
114 + upos = (unsigned long *) pos;
115 + alpha = (*upos & 0xff000000) >> 24; /* XXX MSB? */
124 + color_curs = ((0xff << sh) & *upos) >> sh;
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant_sd.c32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, in p2p_sd_dns_uncompress_label() argument
66 return p2p_sd_dns_uncompress_label(upos, uend, start, in p2p_sd_dns_uncompress_label()
84 if (*upos + len + 2 > uend) in p2p_sd_dns_uncompress_label()
87 os_memcpy(*upos, *spos, len); in p2p_sd_dns_uncompress_label()
89 *upos += len; in p2p_sd_dns_uncompress_label()
90 (*upos)[0] = '.'; in p2p_sd_dns_uncompress_label()
91 (*upos)++; in p2p_sd_dns_uncompress_label()
92 (*upos)[0] = '\0'; in p2p_sd_dns_uncompress_label()
109 char *upos, *uend; in p2p_sd_dns_uncompress() local
128 upos = buf; in p2p_sd_dns_uncompress()
[all …]
/external/wpa_supplicant_8/hs20/client/
Doma_dm_client.c501 char *data, *uri, *upos, *end; in oma_dm_run_add() local
544 upos = os_strrchr(uri, '/'); in oma_dm_run_add()
545 if (!upos) in oma_dm_run_add()
547 upos[0] = '\0'; in oma_dm_run_add()
562 upos = uri; in oma_dm_run_add()
563 while (*upos == '/') in oma_dm_run_add()
564 upos++; in oma_dm_run_add()
565 wpa_printf(MSG_INFO, "Nodes to add: %s", upos); in oma_dm_run_add()
568 end = os_strchr(upos, '/'); in oma_dm_run_add()
572 wpa_printf(MSG_INFO, "Adding interim node %s", upos); in oma_dm_run_add()
[all …]
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch3601 + unsigned long pixel, put, *upos, *upix;
3630 + upos = (unsigned long *) pos;
3631 + alpha = (*upos & 0xff000000) >> 24;
3697 + upos = (unsigned long *) pos;
3698 + alpha = (*upos & 0xff000000) >> 24; /* XXX MSB? */
3707 + color_curs = ((0xff << sh) & *upos) >> sh;