/external/qemu/audio/ |
mixeng.c | 292 uint32_t ipos; /* position in the input stream (integer) */ member in struct:rate 313 rate->ipos = 0;
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintHelper.java | 79 // reading influence ipos for the constraints
89 Map<String, Ipo> ipos = new HashMap<String, Ipo>();
local 97 ipos.put(constraintName, ipo);
101 constraintsIpos.put(actionName, ipos);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 602 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE]; 607 set_sign12k2 (dn, cn, sign, pos_max, NB_TRACK, ipos, STEP); 611 dn, rr, ipos, pos_max, codvec); 658 Word16 ipos[NB_PULSE], pos_max[NB_TRACK], codvec[NB_PULSE]; local 663 set_sign12k2(dn, cn, sign, pos_max, NB_TRACK, ipos, STEP, pOverflow); 667 dn, rr, ipos, pos_max, codvec, pOverflow);
|
c2_11pf.cpp | 416 Word16 ipos[NB_PULSE]; local 452 ipos[0] = startPos1[track1]; 453 ipos[1] = startPos2[track2]; 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 471 ix = ipos[1]; 476 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" * 480 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 514 } /* for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) */ 534 } /* for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) */
|
c2_9pf.cpp | 481 Word16 track1, ipos[NB_PULSE]; 497 ipos[0] = startPos[subNr*2+8*track1]; 498 ipos[1] = startPos[subNr*2+1+8*track1]; 505 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) { 516 ix = ipos[1]; 521 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" * 525 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) { 599 Word16 ipos[NB_PULSE]; local 634 *ipos = *(startPos + i); 635 *(ipos + 1) = *(startPos + i + 1) [all...] |
c3_14pf.cpp | 392 Word16 ipos[NB_PULSE]; local 423 ipos[0] = 0; 424 ipos[1] = track1; 425 ipos[2] = track2; 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 454 ix = ipos[1]; 460 * "rr[i0][i2]" is a pointer initialized to "&rr[i0][ipos[2]]" * 464 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 514 ix = ipos[2]; 518 for (i2 = ipos[2]; i2 < L_CODE; i2 += STEP [all...] |
c4_17pf.cpp | 405 Word16 ipos[NB_PULSE]; local 436 ipos[0] = 0; 437 ipos[1] = 1; 438 ipos[2] = 2; 439 ipos[3] = track; 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 466 ix = ipos[1]; 472 * "rr[i0][i3]" is a pointer initialized to "&rr[i0][ipos[3]]" * 476 for (i1 = ipos[1]; i1 < L_CODE; i1 += STEP) 524 ix = ipos[2] [all...] |
c8_31pf.cpp | 758 Word16 ipos[NB_PULSE]; local 786 ipos, 804 ipos,
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_audiocvt.c | 1231 double ipos; local 1244 ipos = 0.0; 1246 *output = cvt->buf[(int)ipos]; 1247 ipos += cvt->rate_incr; 1258 ipos = 0.0; 1260 *output=((Uint16 *)cvt->buf)[(int)ipos]; 1261 ipos += cvt->rate_incr; 1273 ipos = (double)cvt->len_cvt; 1275 ipos -= cvt->rate_incr; 1277 *output = cvt->buf[(int)ipos]; [all...] |
/external/wpa_supplicant_8/src/utils/ |
common.c | 133 const char *ipos = hex; local 137 a = hex2byte(ipos); 141 ipos += 2;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c4t64fx.c | 51 0, 1, 2, 3, /* starting point &ipos[0], 1st iter */ 52 1, 2, 3, 0, /* starting point &ipos[4], 2nd iter */ 53 2, 3, 0, 1, /* starting point &ipos[8], 3rd iter */ 54 3, 0, 1, 2, /* starting point &ipos[12], 4th iter */ 59 0, 1, 2, 3}; /* end point for 24 pulses &ipos[35], 4th iter */ 147 Word16 ipos[NB_PULSE_MAX]; local 552 ipos[i] = tipos[j_temp + i]; 568 ix = ind[0] = pos_max[ipos[0]]; 569 iy = ind[1] = pos_max[ipos[1]]; 573 s = rrixix[ipos[0]][i] << 13 [all...] |
/external/elfutils/src/ |
ar.c | 144 static enum { ipos_none, ipos_before, ipos_after } ipos; variable in typeref:enum:__anon18189 187 if (ipos != ipos_none) 342 ipos = ipos_after; 347 ipos = ipos_before; 1155 if (ipos == ipos_before) 1171 if (unlikely (ipos != ipos_none || oper == oper_move)) [all...] |
/external/wpa_supplicant_8/src/tls/ |
x509v3.c | 87 char *ipos, *opos; local 90 ipos = opos = a; 92 while (*ipos) { 93 if (remove_whitespace && x509_whitespace(*ipos)) 94 ipos++; 96 remove_whitespace = x509_whitespace(*ipos); 97 *opos++ = *ipos++; [all...] |
/external/yaffs2/yaffs2/ |
yaffs_fs.c | 804 int nWritten, ipos; local 817 ipos = inode->i_size; 819 ipos = *pos; 830 n, obj->objectId, ipos)); 833 nWritten = yaffs_WriteDataToFile(obj, buf, ipos, n, 0); 837 n, nWritten, ipos)); 839 ipos += nWritten; 840 *pos = ipos; 841 if (ipos > inode->i_size) { 842 inode->i_size = ipos; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_snprintf.c | 1017 int ipos = 0; local 1046 iconvert[ipos++] = sign; 1048 iconvert[ipos++] = *infnan++; 1049 fmtstr(str, len, size, iconvert, width, ipos, flags); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_snprintf.c | 1017 int ipos = 0; local 1046 iconvert[ipos++] = sign; 1048 iconvert[ipos++] = *infnan++; 1049 fmtstr(str, len, size, iconvert, width, ipos, flags); [all...] |
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 1343 u8 *info = NULL, *ipos; local 1361 ipos = info; 1362 *ipos++ = 0; /* GUD - Version 1 */ 1363 *ipos++ = 3 + count * 3; /* User Data Header Length (UDHL) */ 1364 *ipos++ = 0; /* PLMN List IEI */ 1366 *ipos++ = 1 + count * 3; 1367 *ipos++ = count; /* Number of PLMNs */ 1389 *ipos++ = ((mcc[1] - '0') << 4) | (mcc[0] - '0'); 1391 *ipos++ = (((mnc_len == 2) ? 0xf0 : ((mnc[2] - '0') << 4))) | 1394 *ipos++ = ((mnc[1] - '0') << 4) | (mnc[0] - '0') [all...] |