Home
last modified time | relevance | path

Searched refs:gend (Results 1 - 5 of 5) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_parse.c641 const u8 *g, *gend; in p2p_group_info_parse() local
648 gend = gi + gi_len; in p2p_group_info_parse()
649 while (g < gend) { in p2p_group_info_parse()
657 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_parse.c639 const u8 *g, *gend; in p2p_group_info_parse() local
646 gend = gi + gi_len; in p2p_group_info_parse()
647 while (g < gend) { in p2p_group_info_parse()
655 if (len > gend - g || len < 2 * ETH_ALEN + 1 + 2 + 8 + 1) in p2p_group_info_parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_wext.c1334 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1341 gend = genie + iwe->u.data.length; in wext_get_scan_iwevgenie()
1342 if (gend > end) { in wext_get_scan_iwevgenie()
1347 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1350 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1352 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_wext.c1339 char *genie, *gpos, *gend; in wext_get_scan_iwevgenie() local
1346 gend = genie + iwe->u.data.length; in wext_get_scan_iwevgenie()
1347 if (gend > end) { in wext_get_scan_iwevgenie()
1352 tmp = os_realloc(res->ie, res->ie_len + gend - gpos); in wext_get_scan_iwevgenie()
1355 os_memcpy(tmp + res->ie_len, gpos, gend - gpos); in wext_get_scan_iwevgenie()
1357 res->ie_len += gend - gpos; in wext_get_scan_iwevgenie()
/third_party/musl/libc-test/src/math/gen/
H A Dmp.c172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend() function
206 gend(p, my, tn, r); in mpd1()
222 gend(p, my, tn, r); in mpd2()
910 gend(t, my, tn, r); in mpfma()

Completed in 10 milliseconds