Searched refs:n1 (Results 126 - 150 of 443) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pptpd/
H A Dmakepackage10 DVER=$(cat /etc/SuSE-release | head -n1 | cut -d " " -f3)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dblock.c736 int n1=ci->blocksizes[1]>>(hs+1); local
747 thisCenter=n1;
751 prevCenter=n1;
766 for(i=0;i<n1;i++)
767 pcm[i]=pcm[i]*w[n1-i-1] + p[i]*w[i];
771 float *pcm=v->pcm[j]+prevCenter+n1/2-n0/2;
781 float *p=vb->pcm[j]+n1/2-n0/2;
784 for(;i<n1/2+n0/2;i++)
808 v->centerW=n1;
930 int n1 local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/lib/
H A Dblock.c736 int n1=ci->blocksizes[1]>>(hs+1); local
747 thisCenter=n1;
751 prevCenter=n1;
766 for(i=0;i<n1;i++)
767 pcm[i]=pcm[i]*w[n1-i-1] + p[i]*w[i];
771 float *pcm=v->pcm[j]+prevCenter+n1/2-n0/2;
781 float *p=vb->pcm[j]+n1/2-n0/2;
784 for(;i<n1/2+n0/2;i++)
808 v->centerW=n1;
930 int n1 local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/lib/
H A Dblock.c736 int n1=ci->blocksizes[1]>>(hs+1); local
747 thisCenter=n1;
751 prevCenter=n1;
766 for(i=0;i<n1;i++)
767 pcm[i]=pcm[i]*w[n1-i-1] + p[i]*w[i];
771 float *pcm=v->pcm[j]+prevCenter+n1/2-n0/2;
781 float *p=vb->pcm[j]+n1/2-n0/2;
784 for(;i<n1/2+n0/2;i++)
808 v->centerW=n1;
930 int n1 local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h147 #define udiv_qrnnd(q, r, n1, n0, d) \
151 : "1" ((USItype)(n1)), \
174 #define udiv_qrnnd(q, r, n1, n0, d) \
176 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
357 #define udiv_qrnnd(q, r, n1, n0, d) \
359 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
419 #define sdiv_qrnnd(q, r, n1, n0, d) \
424 __xx.__i.__h = n1; __xx.__i.__l = n0; \
461 #define udiv_qrnnd(q, r, n1, n0, d) \
466 "1" ((USItype)(n1)), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h147 #define udiv_qrnnd(q, r, n1, n0, d) \
151 : "1" ((USItype)(n1)), \
174 #define udiv_qrnnd(q, r, n1, n0, d) \
176 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
357 #define udiv_qrnnd(q, r, n1, n0, d) \
359 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
419 #define sdiv_qrnnd(q, r, n1, n0, d) \
424 __xx.__i.__h = n1; __xx.__i.__l = n0; \
461 #define udiv_qrnnd(q, r, n1, n0, d) \
466 "1" ((USItype)(n1)), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/
H A Dlonglong.h147 #define udiv_qrnnd(q, r, n1, n0, d) \
151 : "1" ((USItype)(n1)), \
174 #define udiv_qrnnd(q, r, n1, n0, d) \
176 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
357 #define udiv_qrnnd(q, r, n1, n0, d) \
359 (q) = __udiv_qrnnd (&__r, (n1), (n0), (d)); \
419 #define sdiv_qrnnd(q, r, n1, n0, d) \
424 __xx.__i.__h = n1; __xx.__i.__l = n0; \
461 #define udiv_qrnnd(q, r, n1, n0, d) \
466 "1" ((USItype)(n1)), \
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dpacket_history.c206 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) argument
211 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */
213 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1);
232 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; local
234 if (dccp_loss_free(s2, s1, n1)) {
282 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; local
284 if (dccp_loss_free(s3, s1, n1)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dpcf50633-core.c161 int n, n1, idx = 0; local
173 for (n1 = 0; n1 < sizeof(dump); n1++)
176 dump[n1] = 0x00;
178 dump[n1] = pcf50633_reg_read(pcf, n + n1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dpcf50633-core.c161 int n, n1, idx = 0; local
173 for (n1 = 0; n1 < sizeof(dump); n1++)
176 dump[n1] = 0x00;
178 dump[n1] = pcf50633_reg_read(pcf, n + n1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dccp/ccids/lib/
H A Dpacket_history.c206 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) argument
211 if (!dccp_loss_free(s0, s1, n1)) { /* gap between S0 and S1 */
213 tfrc_rx_hist_entry_from_skb(tfrc_rx_hist_entry(h, 1), skb, n1);
232 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; local
234 if (dccp_loss_free(s2, s1, n1)) {
282 u64 n1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_ndp; local
284 if (dccp_loss_free(s3, s1, n1)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dcrond.c316 int n1 = -1; local
328 n1 = 0; /* everything will be filled */
334 if (n1 < 0) {
335 n1 = strtol(ptr, &endp, 10) + off;
348 if (n1 < 0) {
349 n1 = i / 3;
373 n2 = n1;
389 --n1;
391 n1 = (n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dcrond.c316 int n1 = -1; local
328 n1 = 0; /* everything will be filled */
334 if (n1 < 0) {
335 n1 = strtol(ptr, &endp, 10) + off;
348 if (n1 < 0) {
349 n1 = i / 3;
373 n2 = n1;
389 --n1;
391 n1 = (n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dcrond.c316 int n1 = -1; local
328 n1 = 0; /* everything will be filled */
334 if (n1 < 0) {
335 n1 = strtol(ptr, &endp, 10) + off;
348 if (n1 < 0) {
349 n1 = i / 3;
373 n2 = n1;
389 --n1;
391 n1 = (n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/bcm63xx/
H A Dcpu.c218 unsigned int tmp, n1 = 0, n2 = 0, m1 = 0; local
234 n1 = (tmp & MIPSPLLCTL_N1_MASK) >> MIPSPLLCTL_N1_SHIFT;
237 n1 += 1;
245 n1 = (tmp & DMIPSPLLCFG_N1_MASK) >> DMIPSPLLCFG_N1_SHIFT;
250 return (16 * 1000000 * n1 * n2) / m1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dcpu.c218 unsigned int tmp, n1 = 0, n2 = 0, m1 = 0; local
234 n1 = (tmp & MIPSPLLCTL_N1_MASK) >> MIPSPLLCTL_N1_SHIFT;
237 n1 += 1;
245 n1 = (tmp & DMIPSPLLCFG_N1_MASK) >> DMIPSPLLCFG_N1_SHIFT;
250 return (16 * 1000000 * n1 * n2) / m1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/raw/
H A Dqfileinfo.c186 #define VAL_EQUAL(n1, v1, n2, v2) do {if (s1->n1.out.v1 != s2->n2.out.v2) { \
188 #n1, #v1, (uint_t)s1->n1.out.v1, \
194 #define STR_EQUAL(n1, v1, n2, v2) do {if (strcmp_safe(s1->n1.out.v1.s, s2->n2.out.v2.s) || \
195 s1->n1.out.v1.private_length != s2->n2.out.v2.private_length) { \
197 #n1, #v1, s1->n1.out.v1.s, s1->n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/raw/
H A Dqfileinfo.c186 #define VAL_EQUAL(n1, v1, n2, v2) do {if (s1->n1.out.v1 != s2->n2.out.v2) { \
188 #n1, #v1, (uint_t)s1->n1.out.v1, \
194 #define STR_EQUAL(n1, v1, n2, v2) do {if (strcmp_safe(s1->n1.out.v1.s, s2->n2.out.v2.s) || \
195 s1->n1.out.v1.private_length != s2->n2.out.v2.private_length) { \
197 #n1, #v1, s1->n1.out.v1.s, s1->n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/raw/
H A Dqfileinfo.c186 #define VAL_EQUAL(n1, v1, n2, v2) do {if (s1->n1.out.v1 != s2->n2.out.v2) { \
188 #n1, #v1, (uint_t)s1->n1.out.v1, \
194 #define STR_EQUAL(n1, v1, n2, v2) do {if (strcmp_safe(s1->n1.out.v1.s, s2->n2.out.v2.s) || \
195 s1->n1.out.v1.private_length != s2->n2.out.v2.private_length) { \
197 #n1, #v1, s1->n1.out.v1.s, s1->n1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
H A Dcms-examples.pl391 $n1 = sysread $fp1, $rd1, 4096;
393 last if ( $n1 != $n2 );
396 if ( $n1 == 0 ) {

Completed in 339 milliseconds

1234567891011>>