Searched refs:bend (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/sound/isa/gus/ |
D | gus_volume.c | 167 int bend; 185 bend = (int) ((((f2 - f1) * mantissa) >> 13) + f1); 187 bend = 1048576L / bend; 188 return bend;
|
/linux-2.6.39/sound/oss/ |
D | sequencer.c | 1593 unsigned long compute_finetune(unsigned long base_freq, int bend, int range, in compute_finetune() argument 1599 if (!bend) in compute_finetune() 1610 bend = bend * range / 8192; /* Convert to cents */ in compute_finetune() 1611 bend += vibrato_cents; in compute_finetune() 1613 if (!bend) in compute_finetune() 1616 negative = bend < 0 ? 1 : 0; in compute_finetune() 1618 if (bend < 0) in compute_finetune() 1619 bend *= -1; in compute_finetune() 1620 if (bend > range) in compute_finetune() 1621 bend = range; in compute_finetune() [all …]
|
D | sound_calls.h | 56 unsigned long compute_finetune(unsigned long base_freq, int bend, int range,
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | q931.c | 1190 u_char *bend, *buf; in dlogframe() local 1242 bend = skb->data + skb->len; in dlogframe() 1243 if (buf >= bend) { in dlogframe() 1290 while (buf < bend) { in dlogframe() 1377 while (buf < bend) { in dlogframe() 1463 while (buf < bend) { in dlogframe()
|
/linux-2.6.39/fs/ntfs/ |
D | aops.c | 746 unsigned long *bpos, *bend; in ntfs_write_block() local 751 bend = (unsigned long *)((u8*)bpos + blocksize); in ntfs_write_block() 755 } while (likely(++bpos < bend)); in ntfs_write_block() 757 if (bpos == bend) { in ntfs_write_block()
|
/linux-2.6.39/fs/xfs/linux-2.6/ |
D | xfs_buf.c | 1338 size_t bend, cpoff, csize; in xfs_buf_iomove() local 1341 bend = boff + bsize; in xfs_buf_iomove() 1342 while (boff < bend) { in xfs_buf_iomove()
|
/linux-2.6.39/Documentation/cdrom/ |
D | cdrom-standard.tex | 529 bend their backs to cope with this incoherence (to which I would be
|