Searched refs:period (Results 1 - 25 of 490) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dtimeriomem-rng.h20 unsigned int period; member in struct:timeriomem_rng_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dtimeriomem-rng.h20 unsigned int period; member in struct:timeriomem_rng_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
29 (or all of them if it is loaded in a [global] section) based on period
39 readonly: period = "begin date","end date"
46 readonly: period = "today 14:00","today 15:00"
50 readonly: period = "today 0:0:0","tomorrow 0:0:0"
63 const char **period = lp_parm_string_list(SNUM(handle->conn), local
65 "period", period_def);
67 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
29 (or all of them if it is loaded in a [global] section) based on period
39 readonly: period = "begin date","end date"
46 readonly: period = "today 14:00","today 15:00"
50 readonly: period = "today 0:0:0","tomorrow 0:0:0"
63 const char **period = lp_parm_string_list(SNUM(handle->conn), local
65 "period", period_def);
67 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
29 (or all of them if it is loaded in a [global] section) based on period
39 readonly: period = "begin date","end date"
46 readonly: period = "today 14:00","today 15:00"
50 readonly: period = "today 0:0:0","tomorrow 0:0:0"
63 const char **period = lp_parm_string_list(SNUM(handle->conn), local
65 "period", period_def);
67 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dwatch.c30 unsigned period = 2; local
43 opt = getopt32(argv, "+dtn:", &period);
67 header = xasprintf("Every %us: %-*s", period, (int)width, cmd);
82 sleep(period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/kernel/
H A Dheartbeat.c22 static unsigned int cnt, period, dist; local
30 if (++cnt > period) {
34 * period length in dependency of the current (5min)
38 period = ((672 << FSHIFT) / (5 * avenrun[0] +
40 dist = period / 4;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dheartbeat.c22 static unsigned int cnt, period, dist; local
30 if (++cnt > period) {
34 * period length in dependency of the current (5min)
38 period = ((672 << FSHIFT) / (5 * avenrun[0] +
40 dist = period / 4;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dwatch.c30 unsigned period = 2; local
43 opt = getopt32(argv, "+dtn:", &period);
67 header = xasprintf("Every %us: %-*s", period, (int)width, cmd);
82 sleep(period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dtimefilter.h48 * o = 2 * M_PI * bandwidth * period
56 * @param clock_period period of the hardware clock in seconds
69 * @param period the device cycle duration in clock_periods. For example, at
70 * 44.1kHz and a buffer size of 512 frames, period = 512 when clock_period
80 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dwatch.c30 unsigned period = 2; local
43 opt = getopt32(argv, "+dtn:", &period);
67 header = xasprintf("Every %us: %-*s", period, (int)width, cmd);
82 sleep(period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dtimefilter.h48 * o = 2 * M_PI * bandwidth * period
56 * @param clock_period period of the hardware clock in seconds
69 * @param period the device cycle duration in clock_periods. For example, at
70 * 44.1kHz and a buffer size of 512 frames, period = 512 when clock_period
80 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dtimefilter.h48 * o = 2 * M_PI * bandwidth * period
56 * @param clock_period period of the hardware clock in seconds
69 * @param period the device cycle duration in clock_periods. For example, at
70 * 44.1kHz and a buffer size of 512 frames, period = 512 when clock_period
80 double ff_timefilter_update(TimeFilter *self, double system_time, double period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/amiga/
H A Damisound.c30 * The minimum period for audio may be modified by the frame buffer
41 * Current period (set by dmasound.c)
83 unsigned long period = (clock_constant / hz); local
85 if (period < amiga_audio_min_period)
86 period = amiga_audio_min_period;
87 if (period > MAX_PERIOD)
88 period = MAX_PERIOD;
90 /* setup pointer to data, period, length and volume */
93 custom.aud[2].audper = (unsigned short)period;
115 /* restore period t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/atari/
H A Datasound.c61 int period; local
73 /* Convert from frequency value to PSG period value (base
76 period = PSG_FREQ / hz;
78 if (period > 0xfff) period = 0xfff;
82 sound_ym.wd_data = period & 0xff;
84 sound_ym.wd_data = (period >> 8) & 0xf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/amiga/
H A Damisound.c30 * The minimum period for audio may be modified by the frame buffer
41 * Current period (set by dmasound.c)
83 unsigned long period = (clock_constant / hz); local
85 if (period < amiga_audio_min_period)
86 period = amiga_audio_min_period;
87 if (period > MAX_PERIOD)
88 period = MAX_PERIOD;
90 /* setup pointer to data, period, length and volume */
93 custom.aud[2].audper = (unsigned short)period;
115 /* restore period t
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/atari/
H A Datasound.c61 int period; local
73 /* Convert from frequency value to PSG period value (base
76 period = PSG_FREQ / hz;
78 if (period > 0xfff) period = 0xfff;
82 sound_ym.wd_data = period & 0xff;
84 sound_ym.wd_data = (period >> 8) & 0xf;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
28 (or all of them if it is loaded in a [global] section) based on period
38 readonly: period = "begin date","end date"
45 readonly: period = "today 14:00","today 15:00"
49 readonly: period = "today 0:0:0","tomorrow 0:0:0"
62 const char **period = lp_parm_string_list(SNUM(handle->conn), local
64 "period", period_def);
71 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
28 (or all of them if it is loaded in a [global] section) based on period
38 readonly: period = "begin date","end date"
45 readonly: period = "today 14:00","today 15:00"
49 readonly: period = "today 0:0:0","tomorrow 0:0:0"
62 const char **period = lp_parm_string_list(SNUM(handle->conn), local
64 "period", period_def);
71 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_readonly.c4 VFS module to perform read-only limitation based on a time period
28 (or all of them if it is loaded in a [global] section) based on period
38 readonly: period = "begin date","end date"
45 readonly: period = "today 14:00","today 15:00"
49 readonly: period = "today 0:0:0","tomorrow 0:0:0"
62 const char **period = lp_parm_string_list(SNUM(handle->conn), local
64 "period", period_def);
71 if (period && period[0] && period[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/leds/
H A Dledtrig-heartbeat.c25 unsigned int period; member in struct:heartbeat_trig_data
41 * heartbeat period length in dependency of the
45 heartbeat_data->period = 300 +
47 heartbeat_data->period =
48 msecs_to_jiffies(heartbeat_data->period);
54 delay = heartbeat_data->period / 4 - msecs_to_jiffies(70);
63 delay = heartbeat_data->period - heartbeat_data->period / 4 -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/leds/
H A Dledtrig-heartbeat.c25 unsigned int period; member in struct:heartbeat_trig_data
41 * heartbeat period length in dependency of the
45 heartbeat_data->period = 300 +
47 heartbeat_data->period =
48 msecs_to_jiffies(heartbeat_data->period);
54 delay = heartbeat_data->period / 4 - msecs_to_jiffies(70);
63 delay = heartbeat_data->period - heartbeat_data->period / 4 -
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/jz4740/
H A Dpwm.c97 unsigned long period, duty; local
108 period = tmp;
110 while (period > 0xffff && prescaler < 6) {
111 period >>= 2;
118 tmp = (unsigned long long)period * duty_ns;
120 duty = period - tmp;
122 if (duty >= period)
123 duty = period - 1;
131 jz4740_timer_set_period(id, period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/jz4740/
H A Dpwm.c97 unsigned long period, duty; local
108 period = tmp;
110 while (period > 0xffff && prescaler < 6) {
111 period >>= 2;
118 tmp = (unsigned long long)period * duty_ns;
120 duty = period - tmp;
122 if (duty >= period)
123 duty = period - 1;
131 jz4740_timer_set_period(id, period);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dproportions.c14 * and i the time period over which the differential is taken. So d/dt_{-i} is
15 * the differential over the i-th last period.
34 * if (++x_{j}, ++t > period)
45 * if (++t > period) t /= 2:
49 * period/2 + (++t % period/2)
51 * [ Furthermore, when we choose period to be 2^n it can be written in terms of
56 * c = t / (period/2)
61 * This allows us to do away with the loop over all prop_locals on each period
62 * expiration. By remembering the period coun
214 unsigned long period = 1UL << (pg->shift - 1); local
344 unsigned long period = 1UL << (pg->shift - 1); local
[all...]

Completed in 190 milliseconds

1234567891011>>