Searched refs:max_phase (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm.c34 static double max_phase = 2. * M_PI; local
36 double step = max_phase*freq/(double)rate;
89 if (phase >= max_phase)
90 phase -= max_phase;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-q.c631 int max_phase = min_t(int, MAX_PHASE, qh->period); local
635 for (phase = 1; phase < max_phase; ++phase) {

Completed in 63 milliseconds