Lines Matching defs:feed
464 int feed ( int fd, const stereo_t* p, int len )
784 index += feed (fd, A+index, stop-index );
786 index += feed (fd, A+index, BF );
791 index += feed (fd, B+index, stop-index );
793 index += feed (fd, B+index, BF );
815 index += feed (fd, A+index, stop-index ),
818 index += feed (fd, A+index, BF );
824 index += feed (fd, B+index, stop-index ),
827 index += feed (fd, B+index, BF );
833 index += feed (fd, (rnd ? B : A)+index, stop-index ),
836 index += feed (fd, (rnd ? B : A)+index, BF );
842 index += feed (fd, (rnd ? A : B)+index, stop-index ),
845 index += feed (fd, (rnd ? A : B)+index, BF );
855 index += feed (fd, B+index, stop-index );
857 index += feed (fd, B+index, BF );
864 index += feed (fd, A+index, stop-index );
866 index += feed (fd, A+index, BF );