Searched refs:ipos (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
D | common.c | 85 const char *ipos = hex; in hexstr2bin() local 89 a = hex2byte(ipos); in hexstr2bin() 93 ipos += 2; in hexstr2bin()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 133 const char *ipos = hex; in hexstr2bin() local 137 a = hex2byte(ipos); in hexstr2bin() 141 ipos += 2; in hexstr2bin()
|
/external/qemu/audio/ |
D | rate_template.h | 71 while (rate->ipos <= (rate->opos >> 32)) { in NAME() 73 rate->ipos++; in NAME()
|
D | mixeng.c | 292 uint32_t ipos; /* position in the input stream (integer) */ member 313 rate->ipos = 0; in st_rate_start()
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_audiocvt.c | 1231 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/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | ConstraintHelper.java | 89 Map<String, Ipo> ipos = new HashMap<String, Ipo>(); in loadConstraints() local 97 ipos.put(constraintName, ipo); in loadConstraints() 101 constraintsIpos.put(actionName, ipos); in loadConstraints()
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 804 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/elfutils/src/ |
D | ar.c | 144 static enum { ipos_none, ipos_before, ipos_after } ipos; variable 187 if (ipos != ipos_none) in main() 342 ipos = ipos_after; in parse_opt() 347 ipos = ipos_before; in parse_opt() 1155 if (ipos == ipos_before) in do_oper_insert() 1171 if (unlikely (ipos != ipos_none || oper == oper_move)) in do_oper_insert() 1312 if (ipos != ipos_before && after_memberelem == NULL) in do_oper_insert()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | x509v3.c | 86 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/wpa_supplicant_8/src/tls/ |
D | x509v3.c | 87 char *ipos, *opos; in x509_str_strip_whitespace() local 90 ipos = opos = a; in x509_str_strip_whitespace() 92 while (*ipos) { in x509_str_strip_whitespace() 93 if (remove_whitespace && x509_whitespace(*ipos)) in x509_str_strip_whitespace() 94 ipos++; in x509_str_strip_whitespace() 96 remove_whitespace = x509_whitespace(*ipos); in x509_str_strip_whitespace() 97 *opos++ = *ipos++; in x509_str_strip_whitespace()
|