Lines Matching defs:shift
376 /* calculate shift for frequencies > 1.0 */
456 * pitch - pitch shift in cents
1096 /*lint -e{703} use shift for performance */
1099 /*lint -e{703} use shift for performance */
1149 /*lint -e{704} use shift instead of division */
1153 /*lint -e{704} use shift instead of division */
1169 /*lint -e{704} use shift instead of division */
1173 /*lint -e{704} use shift instead of division */
1207 /*lint -e{704} use shift instead of division */
1211 /*lint -e{704} use shift instead of division */
1359 EAS_INT shift;
1363 shift = 0;
1365 shift = 1;
1367 shift++;
1381 /*lint -e{703} use shift for performance */
1382 temp <<= shift;