Searched refs:count_out (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dpcm.h112 unsigned count_out; member in struct:snd_line6_pcm
H A Dplayback.c98 line6pcm->count_out += frame_increment;
99 n = line6pcm->count_out / frame_factor;
100 line6pcm->count_out -= n * frame_factor;
370 line6pcm->count_out = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dposix.c82 static BOOL posix_lock_in_range(SMB_OFF_T *offset_out, SMB_OFF_T *count_out, argument
172 DEBUG(10,("posix_lock_in_range: offset_out = %.0f, count_out = %.0f\n",
176 *count_out = count;

Completed in 110 milliseconds