Searched refs:bend (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | sequencer.c | 1606 unsigned long compute_finetune(unsigned long base_freq, int bend, int range, in compute_finetune() argument 1612 if (!bend) in compute_finetune() 1623 bend = bend * range / 8192; /* Convert to cents */ in compute_finetune() 1624 bend += vibrato_cents; in compute_finetune() 1626 if (!bend) in compute_finetune() 1629 negative = bend < 0 ? 1 : 0; in compute_finetune() 1631 if (bend < 0) in compute_finetune() 1632 bend *= -1; in compute_finetune() 1633 if (bend > range) in compute_finetune() 1634 bend = range; in compute_finetune() [all …]
|
D | sound_calls.h | 59 unsigned long compute_finetune(unsigned long base_freq, int bend, int range,
|
/linux-2.4.37.9/drivers/isdn/hisax/ |
D | q931.c | 1200 u_char *bend, *buf; in dlogframe() local 1252 bend = skb->data + skb->len; in dlogframe() 1253 if (buf >= bend) { in dlogframe() 1300 while (buf < bend) { in dlogframe() 1387 while (buf < bend) { in dlogframe() 1473 while (buf < bend) { in dlogframe()
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_buf.c | 1849 size_t bend, cpoff, csize; in pagebuf_iomove() local 1852 bend = boff + bsize; in pagebuf_iomove() 1853 while (boff < bend) { in pagebuf_iomove()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_alloc.c | 2574 xfs_agblock_t uend, bend; in xfs_alloc_search_busy() local 2594 bend = bsy->busy_start + bsy->busy_length - 1; in xfs_alloc_search_busy() 2595 if ((bno > bend) || in xfs_alloc_search_busy()
|
/linux-2.4.37.9/Documentation/cdrom/ |
D | cdrom-standard.tex | 536 bend their backs to cope with this incoherence (to which I would be
|