Lines Matching +defs:source +defs:o
7 * Redistribution and use in source and binary forms, with or without
10 * 1. Redistributions of source code must retain the above copyright
121 int32_t rsrc, rdst; /* original source / destination rates */
122 int32_t src, dst; /* rounded source / destination rates */
379 #define z_next(i, o, v) z_align(i, (o) + (v))
380 #define z_prev(i, o, v) z_align(i, (o) - (v))
1555 uint8_t *b, uint32_t count, void *source)
1564 return (z_feed(f->source, c, b, count, source));
1630 fetched = SND_FXDIV(z_feed(f->source, c,
1632 fetch * align, source), align);
1684 uint32_t count, void *source)
1696 z_min(maxfeed, left), source);