Searched refs:tl (Results 1 - 25 of 62) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dfsm.c100 ft->tl.function = (void *) FsmExpireTimer;
101 ft->tl.data = (long) ft;
106 init_timer(&ft->tl);
116 del_timer(&ft->tl);
130 if (timer_pending(&ft->tl)) {
135 init_timer(&ft->tl);
138 ft->tl.expires = jiffies + (millisec * HZ) / 1000;
139 add_timer(&ft->tl);
154 if (timer_pending(&ft->tl))
155 del_timer(&ft->tl);
[all...]
H A Dfsm.h45 struct timer_list tl; member in struct:FsmTimer
H A Disdnl3.c171 t->tl.function = (void *) L3ExpireTimer;
172 t->tl.data = (long) t;
173 init_timer(&t->tl);
179 del_timer(&t->tl);
186 if (timer_pending(&t->tl)) {
190 init_timer(&t->tl);
192 t->tl.expires = jiffies + (millisec * HZ) / 1000;
193 add_timer(&t->tl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dfsm.c143 this->tl.function = (void *)fsm_expire_timer;
144 this->tl.data = (long)this;
149 init_timer(&this->tl);
159 del_timer(&this->tl);
171 init_timer(&this->tl);
172 this->tl.function = (void *)fsm_expire_timer;
173 this->tl.data = (long)this;
176 this->tl.expires = jiffies + (millisec * HZ) / 1000;
177 add_timer(&this->tl);
190 del_timer(&this->tl);
[all...]
H A Dfsm.h90 struct timer_list tl; member in struct:__anon6290
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/evp/
H A Dbio_ok.c525 unsigned long tl; local
530 tl= ctx->buf_len- OK_BLOCK_BLOCK;
531 ctx->buf[0]=(unsigned char)(tl>>24);
532 ctx->buf[1]=(unsigned char)(tl>>16);
533 ctx->buf[2]=(unsigned char)(tl>>8);
534 ctx->buf[3]=(unsigned char)(tl);
535 EVP_DigestUpdate(md, (unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl);
545 unsigned long tl= 0; local
551 assert(sizeof(tl)>=OK_BLOCK_BLOCK); /* always true */
552 tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/evp/
H A Dbio_ok.c530 unsigned long tl; local
535 tl= ctx->buf_len- OK_BLOCK_BLOCK;
536 tl= swapem(tl);
537 memcpy(ctx->buf, &tl, OK_BLOCK_BLOCK);
538 tl= swapem(tl);
539 EVP_DigestUpdate(md, (unsigned char*) &(ctx->buf[OK_BLOCK_BLOCK]), tl);
549 long tl= 0; local
555 memcpy(&tl, ct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dgzip_inflate.c519 STATIC int inflate_codes(tl, td, bl, bd)
520 struct huft *tl, *td; /* literal/length and distance decoder tables */
521 int bl, bd; /* number of bits decoded by tl[] and td[] */
545 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
690 struct huft *tl; /* literal/length code table */ local
692 int bl; /* lookup bits for tl */
708 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0)
718 huft_free(tl);
726 if (inflate_codes(tl, td, bl, bd))
731 huft_free(tl);
746 struct huft *tl; /* literal/length code table */ local
907 huft_free(tl); variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparsevorbis.c55 int tl, vl; local
70 tl = v - t;
71 vl = s - tl - 1;
74 if (tl && vl) {
77 tt = av_malloc(tl + 1);
86 for (j = 0; j < tl; j++)
88 tt[tl] = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/solaris/
H A Dtpi.c253 union T_primitives *tl; local
268 if ( m->b_wptr - m->b_rptr < sizeof( tl->type )) {
272 tl = (union T_primitives *)m->b_rptr;
273 switch ( tl->type ) {
305 if ( tl->bind_req.ADDR_length == 0 ) {
309 if ( tl->bind_req.ADDR_length != sizeof( struct sockaddr ) ||
311 tl->bind_req.ADDR_offset + tl->bind_req.ADDR_length ) {
317 tl->bind_req.ADDR_offset );
340 if ( tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/solaris/
H A Dtpi.c253 union T_primitives *tl; local
268 if ( m->b_wptr - m->b_rptr < sizeof( tl->type )) {
272 tl = (union T_primitives *)m->b_rptr;
273 switch ( tl->type ) {
305 if ( tl->bind_req.ADDR_length == 0 ) {
309 if ( tl->bind_req.ADDR_length != sizeof( struct sockaddr ) ||
311 tl->bind_req.ADDR_offset + tl->bind_req.ADDR_length ) {
317 tl->bind_req.ADDR_offset );
340 if ( tl
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dinflate.c547 struct huft *tl, /* literal/length decoder tables */
549 int bl, /* number of bits decoded by tl[] */
575 if ((e = (t = tl + ((unsigned)b & ml))->e) > 16)
728 struct huft *tl; /* literal/length code table */ local
730 int bl; /* lookup bits for tl */
750 if ((i = huft_build(l, 288, 257, cplens, cplext, &tl, &bl)) != 0) {
761 huft_free(tl);
770 if (inflate_codes(tl, td, bl, bd)) {
777 huft_free(tl);
794 struct huft *tl; /* litera local
546 inflate_codes( struct huft *tl, struct huft *td, int bl, int bd ) argument
972 huft_free(tl); variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Detrap.S155 etraptl1: /* Save tstate/tpc/tnpc of TL 1-->4 and the tl register itself.
168 rdpr %tl, %g1
170 wrpr %g0, 1, %tl
180 wrpr %g0, 2, %tl
195 wrpr %g0, 3, %tl
205 wrpr %g0, 4, %tl
218 wrpr %g0, 1, %tl
H A Ddtlb_prot.S22 rdpr %tl, %g1 ! Need a winfixup?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unzip.c454 * tl, td: literal/length and distance decoder tables
455 * bl, bd: number of bits decoded by tl[] and td[]
465 #define tl inflate_codes_tl macro
473 tl = my_tl;
495 t = tl + ((unsigned) bb & ml);
596 huft_free(tl);
607 #undef tl macro
727 huft_t *tl; /* literal/length code table */ local
729 unsigned bl; /* lookup bits for tl */
747 i = huft_build(l, 288, 257, cplens, cplext, &tl,
775 huft_t *tl; /* literal/length code table */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dnet_kern.h28 struct timer_list tl; member in struct:uml_net_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dipcp.c1330 u_int32_t tl, ciaddr1, ciaddr2;/* Parsed address values */ local
1379 GETLONG(tl, p); /* Parse source address (his) */
1380 ciaddr1 = htonl(tl);
1386 tl = ntohl(wo->hisaddr);
1387 PUTLONG(tl, p);
1402 GETLONG(tl, p); /* Parse desination address (ours) */
1403 ciaddr2 = htonl(tl);
1409 tl = ntohl(wo->ouraddr);
1410 PUTLONG(tl, p);
1435 GETLONG(tl,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcamellia.c451 u32 kw4l, kw4r, dw, tl, tr; local
572 tl = subl(10) ^ (subr(10) & ~subr(8));
573 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw);
574 CamelliaSubkeyL(7) = subl(6) ^ tl;
580 tl = subl(7) ^ (subr(7) & ~subr(9));
581 dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw);
582 CamelliaSubkeyL(10) = tl ^ subl(11);
592 tl = subl(18) ^ (subr(18) & ~subr(16));
593 dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw);
594 CamelliaSubkeyL(15) = subl(14) ^ tl;
663 u32 kw4l, kw4r, dw, tl, tr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/camellia/
H A Dcamellia.c483 u32 kw4l, kw4r, dw, tl, tr; local
656 tl = subl(10) ^ (subr(10) & ~subr(8));
657 dw = tl & subl(8), /* FL(kl1) */
659 CamelliaSubkeyL(7) = subl(6) ^ tl; /* round 6 */
665 tl = subl(7) ^ (subr(7) & ~subr(9));
666 dw = tl & subl(9), /* FLinv(kl2) */
668 CamelliaSubkeyL(10) = tl ^ subl(11); /* round 7 */
678 tl = subl(18) ^ (subr(18) & ~subr(16));
679 dw = tl & subl(16), /* FL(kl3) */
681 CamelliaSubkeyL(15) = subl(14) ^ tl; /* roun
787 u32 kw4l, kw4r, dw, tl, tr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcamellia.c483 u32 kw4l, kw4r, dw, tl, tr; local
656 tl = SUBL(10) ^ (SUBR(10) & ~SUBR(8));
657 dw = tl & SUBL(8), /* FL(kl1) */
659 CAMELLIA_SUBKEY_L(7) = SUBL(6) ^ tl; /* round 6 */
665 tl = SUBL(7) ^ (SUBR(7) & ~SUBR(9));
666 dw = tl & SUBL(9), /* FLinv(kl2) */
668 CAMELLIA_SUBKEY_L(10) = tl ^ SUBL(11); /* round 7 */
678 tl = SUBL(18) ^ (SUBR(18) & ~SUBR(16));
679 dw = tl & SUBL(16), /* FL(kl3) */
681 CAMELLIA_SUBKEY_L(15) = SUBL(14) ^ tl; /* roun
788 u32 kw4l, kw4r, dw, tl, tr; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dmips1.s364 # 322 BN_ULONG dh,dl,q,ret=0,th,tl,t;
485 # 364 tl=q*dl;
486 # 365 t=(tl>>BN_BITS4);
487 # 366 tl=(tl<<BN_BITS4)&BN_MASK2h;
495 # 369 if (l < tl) th++;
499 # 370 l-=tl;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dalloc.c2412 struct ocfs2_truncate_log *tl; local
2415 tl = &di->id2.i_dealloc;
2417 mlog_bug_on_msg(le16_to_cpu(tl->tl_used) > le16_to_cpu(tl->tl_count),
2420 le16_to_cpu(tl->tl_used), le16_to_cpu(tl->tl_count));
2421 return le16_to_cpu(tl->tl_used) == le16_to_cpu(tl->tl_count);
2424 static int ocfs2_truncate_log_can_coalesce(struct ocfs2_truncate_log *tl, argument
2431 if (!le16_to_cpu(tl
2451 struct ocfs2_truncate_log *tl; local
2535 struct ocfs2_truncate_log *tl; local
2610 struct ocfs2_truncate_log *tl; local
2764 struct ocfs2_truncate_log *tl; local
2834 struct ocfs2_truncate_log *tl; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_yasm.asm104 psubb mm0, mm4 ; t-tl
116 psubb mm0, mm4 ; t-tl
122 paddb mm4, mm3 ; t-tl+l
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/doc/
H A Dtexi2pod.pl91 /^\@settitle\s+([^.]+)/ and $tl = postprocess($1), next;
97 $tl = postprocess($2);
301 die "No filename or title\n" unless defined $fn && defined $tl;
303 $sects{NAME} = "$fn \- $tl\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.c998 struct lns *tl; local
1067 tl = lnslist;
1070 while (tl)
1072 if (!strcasecmp (d, tl->entname))
1074 tl = tl->next;
1076 if (tl)
1077 data = tl;

Completed in 244 milliseconds

123