Searched refs:tau (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/kernel/
H A Dtau_6xx.c36 } tau[NR_CPUS]; variable in typeref:struct:tau_temp
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID);
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE);
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID);
68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V);
84 if (tau[cpu].low >= step_size){
85 tau[cpu].low -= step_size;
86 tau[cpu].high -= (step_size - window_expand);
88 tau[cpu].grew = 1;
96 if (tau[cp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtau_6xx.c36 } tau[NR_CPUS]; variable in typeref:struct:tau_temp
59 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TIE | THRM1_TID);
64 mtspr (SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V | THRM1_TIE);
67 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | THRM1_TID);
68 mtspr(SPRN_THRM2, THRM1_THRES(tau[cpu].high) | THRM1_V);
84 if (tau[cpu].low >= step_size){
85 tau[cpu].low -= step_size;
86 tau[cpu].high -= (step_size - window_expand);
88 tau[cpu].grew = 1;
96 if (tau[cp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavutil/
H A Dpca.c119 double t,c,s,tau,theta, h; local
137 tau=s/(1.0+c);
144 a[j + i*n]=g-s*(h+g*tau);\
145 a[l + k*n]=h+s*(g-h*tau); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavutil/
H A Dpca.c119 double t,c,s,tau,theta, h; local
137 tau=s/(1.0+c);
144 a[j + i*n]=g-s*(h+g*tau);\
145 a[l + k*n]=h+s*(g-h*tau); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dpca.c119 double t,c,s,tau,theta, h; local
137 tau=s/(1.0+c);
144 a[j + i*n]=g-s*(h+g*tau);\
145 a[l + k*n]=h+s*(g-h*tau); }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dsalsa20_generic.c105 static const char tau[16] = "expand 16-byte k"; variable
119 constants = tau;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dsalsa20_generic.c105 static const char tau[16] = "expand 16-byte k"; variable
119 constants = tau;

Completed in 83 milliseconds