Searched refs:pre_start (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/init/
H A Dcalibrate.c35 unsigned long pre_start, start, post_start; local
43 if (read_current_timer(&pre_start) < 0 )
55 * 1. pre_start <- When we are sure that jiffy switch hasn't happened
61 * Now, by looking at post_start and pre_start difference, we can
66 pre_start = 0;
70 pre_start = start;
84 timer_rate_max = (post_end - pre_start) /
93 if (pre_start != 0 && pre_end != 0 &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/init/
H A Dcalibrate.c35 unsigned long pre_start, start, post_start; local
43 if (read_current_timer(&pre_start) < 0 )
55 * 1. pre_start <- When we are sure that jiffy switch hasn't happened
61 * Now, by looking at post_start and pre_start difference, we can
66 pre_start = 0;
70 pre_start = start;
84 timer_rate_max = (post_end - pre_start) /
93 if (pre_start != 0 && pre_end != 0 &&
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm.c80 void *pre_start, void *pre_end,
110 n = pre_end - pre_start;
111 memcpy(vp, pre_start, n);
79 sh_mobile_register_self_refresh(unsigned long flags, void *pre_start, void *pre_end, void *post_start, void *post_end) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/shmobile/
H A Dpm.c80 void *pre_start, void *pre_end,
110 n = pre_end - pre_start;
111 memcpy(vp, pre_start, n);
79 sh_mobile_register_self_refresh(unsigned long flags, void *pre_start, void *pre_end, void *post_start, void *post_end) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsuspend.h35 void *pre_start, void *pre_end,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/include/asm/
H A Dsuspend.h35 void *pre_start, void *pre_end,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcretest.c1604 int i, pre_start, post_start, subject_length; local
1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1656 for (i = 0; i < pre_start; i++) fprintf(outfile, " ");
1665 for (i = 0; i < subject_length - pre_start - post_start + 4; i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcretest.c1604 int i, pre_start, post_start, subject_length; local
1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1656 for (i = 0; i < pre_start; i++) fprintf(outfile, " ");
1665 for (i = 0; i < subject_length - pre_start - post_start + 4; i++)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcretest.c1604 int i, pre_start, post_start, subject_length; local
1631 PCHARS(pre_start, cb->subject, 0, cb->start_match, f);
1656 for (i = 0; i < pre_start; i++) fprintf(outfile, " ");
1665 for (i = 0; i < subject_length - pre_start - post_start + 4; i++)

Completed in 150 milliseconds