Searched refs:tn (Results 26 - 50 of 84) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c211 int tn, tm = 0; local
213 tn = vfp_double_type(vdn);
229 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN))
244 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG;
688 int tn, tm; local
690 tn = vfp_double_type(vdn);
693 if (tn & tm & VFP_INFINITY) {
709 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) {
1009 int tm, tn; local
[all...]
H A Dvfpsingle.c219 int tn, tm = 0; local
221 tn = vfp_single_type(vsn);
237 if (tn == VFP_SNAN || (tm != VFP_SNAN && tn == VFP_QNAN))
252 return tn == VFP_SNAN || tm == VFP_SNAN ? FPSCR_IOC : VFP_NAN_FLAG;
734 int tn, tm; local
736 tn = vfp_single_type(vsn);
739 if (tn & tm & VFP_INFINITY) {
755 } else if (tn & VFP_INFINITY && tm & VFP_NUMBER) {
1055 int tm, tn; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/COM/
H A DProxy.pm90 my $tn = mapTypeName($fn->{RETURN_TYPE});
93 static $tn dcom_proxy_$interface->{NAME}_$name(struct $interface->{NAME} *d, TALLOC_CTX *mem_ctx" . Parse::Pidl::Samba4::COM::Header::GetArgumentProtoList($fn) . ")
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/COM/
H A DProxy.pm90 my $tn = mapTypeName($fn->{RETURN_TYPE});
93 static $tn dcom_proxy_$interface->{NAME}_$name(struct $interface->{NAME} *d, TALLOC_CTX *mem_ctx" . Parse::Pidl::Samba4::COM::Header::GetArgumentProtoList($fn) . ")
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/pidl/lib/Parse/Pidl/Samba4/COM/
H A DProxy.pm90 my $tn = mapTypeName($fn->{RETURN_TYPE});
93 static $tn dcom_proxy_$interface->{NAME}_$name(struct $interface->{NAME} *d, TALLOC_CTX *mem_ctx" . Parse::Pidl::Samba4::COM::Header::GetArgumentProtoList($fn) . ")
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ata/
H A Dpata_mpc52xx.c87 u8 tn; member in struct:mdmaspec
91 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 },
92 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 },
93 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 },
97 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 },
98 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 },
99 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 },
303 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ata/
H A Dpata_mpc52xx.c87 u8 tn; member in struct:mdmaspec
91 { .t0M = 32, .td = 15, .th = 2, .tj = 2, .tkw = 15, .tm = 4, .tn = 1 },
92 { .t0M = 10, .td = 6, .th = 1, .tj = 1, .tkw = 4, .tm = 2, .tn = 1 },
93 { .t0M = 8, .td = 5, .th = 1, .tj = 1, .tkw = 2, .tm = 2, .tn = 1 },
97 { .t0M = 64, .td = 29, .th = 3, .tj = 3, .tkw = 29, .tm = 7, .tn = 2 },
98 { .t0M = 20, .td = 11, .th = 2, .tj = 1, .tkw = 7, .tm = 4, .tn = 1 },
99 { .t0M = 16, .td = 10, .th = 2, .tj = 1, .tkw = 4, .tm = 4, .tn = 1 },
303 t->mdma2 = ((u32)s->th << 24) | ((u32)s->tj << 16) | ((u32)s->tn << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/tevent/
H A Dtevent.c145 struct tevent_timer *te, *tn; local
162 for (te = ev->timer_events; te; te = tn) {
163 tn = te->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/tevent/
H A Dtevent.c145 struct tevent_timer *te, *tn; local
162 for (te = ev->timer_events; te; te = tn) {
163 tn = te->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/tevent/
H A Dtevent.c145 struct tevent_timer *te, *tn; local
162 for (te = ev->timer_events; te; te = tn) {
163 tn = te->next;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_zilog.c1153 DECLARE_COMPLETION(tn);
1158 ir->t_notify = &tn;
1163 wait_for_completion(&tn);
1251 DECLARE_COMPLETION(tn);
1259 ir->t_notify = &tn;
1267 wait_for_completion(&tn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/lirc/
H A Dlirc_zilog.c1153 DECLARE_COMPLETION(tn);
1158 ir->t_notify = &tn;
1163 wait_for_completion(&tn);
1251 DECLARE_COMPLETION(tn);
1259 ir->t_notify = &tn;
1267 wait_for_completion(&tn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1916 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1921 static void ncr_init_tcb (struct ncb *np, u_char tn);
1922 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5492 unsigned char tn = sdev->id, ln = sdev->lun; local
5493 struct tcb *tp = &np->target[tn];
6976 u_char tn = cmd->device->id; local
6978 struct tcb *tp = &np->target[tn];
6998 ncr_alloc_ccb(np, tn, ln);
7059 cp->target = tn;
7175 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_cha argument
7224 ncr_init_tcb(struct ncb *np, u_char tn) argument
7311 ncr_alloc_lcb(struct ncb *np, u_char tn, u_char ln) argument
7403 unsigned char tn = sdev->id, ln = sdev->lun; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1916 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln);
1921 static void ncr_init_tcb (struct ncb *np, u_char tn);
1922 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln);
5492 unsigned char tn = sdev->id, ln = sdev->lun; local
5493 struct tcb *tp = &np->target[tn];
6976 u_char tn = cmd->device->id; local
6978 struct tcb *tp = &np->target[tn];
6998 ncr_alloc_ccb(np, tn, ln);
7059 cp->target = tn;
7175 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_cha argument
7224 ncr_init_tcb(struct ncb *np, u_char tn) argument
7311 ncr_alloc_lcb(struct ncb *np, u_char tn, u_char ln) argument
7403 unsigned char tn = sdev->id, ln = sdev->lun; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_mul.c547 /* n+tn is the word length
607 bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
608 memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
637 else if (j > 0) /* eg, n == 16, i == 8 and tn == 11 */
644 else /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_mul.c574 * n+tn is the word length t needs to be n*4 is size, as does r
633 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
634 memset(&(r[n2 + tn * 2]), 0, sizeof(BN_ULONG) * (n2 - tn * 2));
658 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */
663 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_mul.c547 /* n+tn is the word length
607 bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
608 memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
637 else if (j > 0) /* eg, n == 16, i == 8 and tn == 11 */
644 else /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_mul.c574 * n+tn is the word length t needs to be n*4 is size, as does r
633 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
634 memset(&(r[n2 + tn * 2]), 0, sizeof(BN_ULONG) * (n2 - tn * 2));
658 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */
663 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_mul.c547 /* n+tn is the word length
607 bn_mul_normal(&(r[n2]),&(a[n]),tn,&(b[n]),tn);
608 memset(&(r[n2+tn*2]),0,sizeof(BN_ULONG)*(n2-tn*2));
637 else if (j > 0) /* eg, n == 16, i == 8 and tn == 11 */
644 else /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_mul.c574 * n+tn is the word length t needs to be n*4 is size, as does r
633 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
634 memset(&(r[n2 + tn * 2]), 0, sizeof(BN_ULONG) * (n2 - tn * 2));
658 } else if (j > 0) { /* eg, n == 16, i == 8 and tn == 11 */
663 } else { /* (j < 0) eg, n == 16, i == 8 and tn == 5 */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dbn.c3741 /* n+tn is the word length
3745 bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int tn, int n, BN_ULONG *t) argument
3752 printf(" bn_mul_part_recursive %d * %d\n", tn+n, tn+n);
3755 i = tn+n;
3801 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn);
3802 memset(&(r[n2+tn*2]), 0, sizeof(BN_ULONG)*(n2-tn*2));
3811 j = tn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c55 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
4592 u_char tn = cmd->device->id; local
4594 struct sym_tcb *tp = &np->target[tn];
4626 sym_alloc_lcb_tags(np, tn, ln);
4700 cp->target = tn;
4897 static void sym_init_tcb (struct sym_hcb *np, u_char tn) argument
4904 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
4906 struct sym_tcb *tp = &np->target[tn];
4912 sym_init_tcb (np, tn);
4988 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_cha argument
5035 sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln) argument
[all...]
H A Dsym_hipd.h1060 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
1061 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c55 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln);
4592 u_char tn = cmd->device->id; local
4594 struct sym_tcb *tp = &np->target[tn];
4626 sym_alloc_lcb_tags(np, tn, ln);
4700 cp->target = tn;
4897 static void sym_init_tcb (struct sym_hcb *np, u_char tn) argument
4904 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument
4906 struct sym_tcb *tp = &np->target[tn];
4912 sym_init_tcb (np, tn);
4988 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_cha argument
5035 sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln) argument
[all...]
H A Dsym_hipd.h1060 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln);
1061 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);

Completed in 402 milliseconds

1234