Home
last modified time | relevance | path

Searched refs:ipos (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant/
Ddriver_test.c285 u8 ie[200], *ipos, *end; in wpa_driver_test_scanresp() local
334 ipos = ie; in wpa_driver_test_scanresp()
335 end = ipos + len; in wpa_driver_test_scanresp()
336 while (ipos + 1 < end && ipos + 2 + ipos[1] <= end) { in wpa_driver_test_scanresp()
337 len = 2 + ipos[1]; in wpa_driver_test_scanresp()
340 if (ipos[0] == RSN_INFO_ELEM) { in wpa_driver_test_scanresp()
341 os_memcpy(res->rsn_ie, ipos, len); in wpa_driver_test_scanresp()
343 } else if (ipos[0] == GENERIC_INFO_ELEM) { in wpa_driver_test_scanresp()
344 os_memcpy(res->wpa_ie, ipos, len); in wpa_driver_test_scanresp()
348 ipos += 2 + ipos[1]; in wpa_driver_test_scanresp()
Dcommon.c93 const char *ipos = hex; in hexstr2bin() local
97 a = hex2byte(ipos); in hexstr2bin()
101 ipos += 2; in hexstr2bin()
Dx509v3.c86 char *ipos, *opos; in x509_str_strip_whitespace() local
89 ipos = opos = a; in x509_str_strip_whitespace()
91 while (*ipos) { in x509_str_strip_whitespace()
92 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace()
93 ipos++; in x509_str_strip_whitespace()
95 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace()
96 *opos++ = *ipos++; in x509_str_strip_whitespace()
/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audiocvt.c1231 double ipos; in SDL_RateSLOW() local
1244 ipos = 0.0; in SDL_RateSLOW()
1246 *output = cvt->buf[(int)ipos]; in SDL_RateSLOW()
1247 ipos += cvt->rate_incr; in SDL_RateSLOW()
1258 ipos = 0.0; in SDL_RateSLOW()
1260 *output=((Uint16 *)cvt->buf)[(int)ipos]; in SDL_RateSLOW()
1261 ipos += cvt->rate_incr; in SDL_RateSLOW()
1273 ipos = (double)cvt->len_cvt; in SDL_RateSLOW()
1275 ipos -= cvt->rate_incr; in SDL_RateSLOW()
1277 *output = cvt->buf[(int)ipos]; in SDL_RateSLOW()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dcommon.c85 const char *ipos = hex; in hexstr2bin() local
89 a = hex2byte(ipos); in hexstr2bin()
93 ipos += 2; in hexstr2bin()
/external/qemu/audio/
Drate_template.h71 while (rate->ipos <= (rate->opos >> 32)) { in NAME()
73 rate->ipos++; in NAME()
Dmixeng.c292 uint32_t ipos; /* position in the input stream (integer) */ member
313 rate->ipos = 0; in st_rate_start()
/external/yaffs2/yaffs2/
Dyaffs_fs.c804 int nWritten, ipos; in yaffs_file_write() local
817 ipos = inode->i_size; in yaffs_file_write()
819 ipos = *pos; in yaffs_file_write()
830 n, obj->objectId, ipos)); in yaffs_file_write()
833 nWritten = yaffs_WriteDataToFile(obj, buf, ipos, n, 0); in yaffs_file_write()
837 n, nWritten, ipos)); in yaffs_file_write()
839 ipos += nWritten; in yaffs_file_write()
840 *pos = ipos; in yaffs_file_write()
841 if (ipos > inode->i_size) { in yaffs_file_write()
842 inode->i_size = ipos; in yaffs_file_write()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dx509v3.c86 char *ipos, *opos; in x509_str_strip_whitespace() local
89 ipos = opos = a; in x509_str_strip_whitespace()
91 while (*ipos) { in x509_str_strip_whitespace()
92 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace()
93 ipos++; in x509_str_strip_whitespace()
95 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace()
96 *opos++ = *ipos++; in x509_str_strip_whitespace()