Searched refs:tt (Results 1 - 25 of 98) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dbzlib.c523 s->tt = NULL;
597 UInt32* c_tt = s->tt;
675 s->tt = c_tt;
870 if (s->tt != NULL) BZFREE(s->tt);
H A Dbzlib_private.h381 UInt32 *tt; member in struct:__anon10
447 s->tPos = s->tt[s->tPos]; \
H A Ddecompress.c218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) );
219 if (s->tt == NULL) RETURN(BZ_MEM_ERROR);
412 s->tt[nblock] = (UInt32)uc;
480 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]);
561 uc = (UChar)(s->tt[i] & 0xff);
562 s->tt[s->cftab[uc]] |= (i << 8);
566 s->tPos = s->tt[s->origPtr] >> 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dsynctime.c255 time_t tt; local
306 tt = time(0);
307 lt = localtime(&tt);
309 gmt = gmtime(&tt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex41 \section{{\tt ip} --- command syntax}
144 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent
145 to {\tt ip link ls dev eth0}.
157 \section{{\tt ip} --- error messages}
225 \section{{\tt ip link} --- network device configuration}
233 \subsection{{\tt ip link set} --- change device attributes}
301 The {\tt ip} utility does not change the \verb|PROMISC|
310 several parameters with one {\tt ip link set} call.
325 \subsection{{\tt i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggparsevorbis.c75 char *tt, *ct; local
77 tt = av_malloc(tl + 1);
79 if (!tt || !ct) {
80 av_freep(&tt);
87 tt[j] = toupper(t[j]);
88 tt[tl] = 0;
93 av_metadata_set(&as->metadata, tt, ct);
95 av_freep(&tt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dres0.c322 encode_aux_threshmatch *tt=book->c->thresh_tree; local
327 i=tt->threshvals>>1;
329 if(val<tt->quantthresh[i]){
330 if(val<tt->quantthresh[i-1]){
332 if(val>=tt->quantthresh[i-1])
337 for(++i;i<tt->threshvals-1;++i)
338 if(val<tt->quantthresh[i])break;
342 best=(best*tt->quantvals)+tt->quantmap[i];
H A Dsharedbook.c459 encode_aux_threshmatch *tt=book->c->thresh_tree; local
471 if(tt){
476 i=tt->threshvals>>1;
477 if(a[o]<tt->quantthresh[i]){
480 if(a[o]>=tt->quantthresh[i-1])
485 for(i++;i<tt->threshvals-1;i++)
486 if(a[o]<tt->quantthresh[i])break;
490 index=(index*tt->quantvals)+tt->quantmap[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticepare.c83 encode_aux_threshmatch *tt=b->c->thresh_tree; local
93 for(i=0;i<tt->threshvals-1;i++)
94 if(vec[o]<tt->quantthresh[i])break;
95 best=(best*tt->quantvals)+tt->quantmap[i];
101 encode_aux_threshmatch *tt=b->c->thresh_tree; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex359 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
362 % {\code {{\tt \backslashcurfont }acronym}
606 \def\@{{\tt\char64}}
616 \def\mylbrace {{\tt\char123}}
617 \def\myrbrace {{\tt\char125}}
1644 \def\tt{\fam=\ttfam \setfontstyle{tt}}
1970 \def\ttshape{tt}
1971 \def\ttbshape{tt}
2493 % \relax disables Spanish ligatures ?` and !` of \tt fon
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dasn1t.h438 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
814 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
817 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
818 int ASN1_template_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1_TEMPLATE *tt);
823 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
832 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
834 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
H A Dtasn_dec.c73 static int asn1_template_ex_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx);
74 static int asn1_template_noexp_d2i(ASN1_VALUE **val, unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx);
120 int ASN1_template_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
124 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
135 const ASN1_TEMPLATE *tt, *errtt = NULL; local
260 for(i = 0, tt=it->templates; i < it->tcount; i++, tt++) {
261 pchptr = asn1_get_field_ptr(pval, tt);
265 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
271 errtt = tt;
418 asn1_template_ex_d2i(ASN1_VALUE **val, unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
480 asn1_template_noexp_d2i(ASN1_VALUE **val, unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dtasn_enc.c107 const ASN1_TEMPLATE *tt = NULL; local
180 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
183 seqtt = asn1_do_adb(pval, tt, 1);
194 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
197 seqtt = asn1_do_adb(pval, tt, 1);
213 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt) argument
216 flags = tt->flags;
232 sktag = tt
[all...]
H A Dtasn_fre.c81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
112 tt = it->templates + i;
113 pchval = asn1_get_field_ptr(pval, tt);
114 ASN1_template_free(pchval, tt);
145 tt = it->templates + it->tcount - 1;
146 for(i = 0; i < it->tcount; tt--, i++) {
148 seqtt = asn1_do_adb(pval, tt, 0);
162 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
165 if(tt->flags & ASN1_TFLG_SK_MASK) {
170 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c69 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
88 const ASN1_TEMPLATE *tt = NULL; local
176 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
177 pseqval = asn1_get_field_ptr(pval, tt);
178 if(!ASN1_template_new(pseqval, tt)) goto memerr;
240 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
242 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
244 if(tt->flags & ASN1_TFLG_OPTIONAL) {
245 asn1_template_clear(pval, tt);
279 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_prn.c80 const ASN1_TEMPLATE *tt; local
115 tt = it->templates + i;
116 tmpfld = asn1_get_field(fld, tt);
117 return ASN1_template_print(out, tmpfld, indent, tt);
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
123 tmpfld = asn1_get_field(fld, tt);
124 ASN1_template_print(out, tmpfld, indent + 2, tt);
134 int ASN1_template_print(BIO *out, void *fld, int indent, const ASN1_TEMPLATE *tt) argument
140 flags = tt
[all...]
H A Dtasn_utl.c186 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
189 if(tt->flags & ASN1_TFLG_COMBINE) return pval;
190 pvaltmp = offset2ptr(*pval, tt->offset);
202 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr) argument
209 if(!(tt->flags & ASN1_TFLG_ADB_MASK)) return tt;
212 adb = ASN1_ADB_ptr(tt->item);
227 if(tt->flags & ASN1_TFLG_ADB_OID)
241 if(atbl->value == selector) return &atbl->tt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c444 tt=(t+t)&BN_MASK; \
445 if (tt < t) c2++; \
446 t1=(BN_ULONG)Lw(tt); \
447 t2=(BN_ULONG)Hw(tt); \
679 BN_ULLONG t,tt; local
760 BN_ULLONG t,tt; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/asm/
H A Dcrypt586.pl141 local($a,$b,$tt,$shift,$mask,$last)=@_;
144 &mov( $tt, $a );
150 &xor( $tt, $a );
154 &xor( $tt, $a );
162 local($l,$r,$tt,$lr)=@_;
164 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
165 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
166 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
167 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
168 &R_PERM_OP($l,$r,$tt,
[all...]
H A Ddes-586.pl182 local($a,$b,$tt,$shift,$mask,$last)=@_;
185 &mov( $tt, $a );
193 &xor( $tt, $a );
197 &xor( $tt, $a );
205 local($l,$r,$tt,$lr)=@_;
207 &R_PERM_OP($l,$r,$tt, 4,"0xf0f0f0f0",$l);
208 &R_PERM_OP($r,$tt,$l,20,"0xfff0000f",$l);
209 &R_PERM_OP($l,$tt,$r,14,"0x33333333",$r);
210 &R_PERM_OP($tt,$r,$l,22,"0x03fc03fc",$r);
211 &R_PERM_OP($l,$r,$tt,
[all...]
H A Ddes686.pl194 local($a,$b,$tt,$shift,$mask)=@_;
196 &mov( $tt, $a );
197 &shr( $tt, $shift );
198 &xor( $tt, $b );
199 &and( $tt, $mask );
200 &xor( $b, $tt );
201 &shl( $tt, $shift );
202 &xor( $a, $tt );
207 local($l,$r,$tt)=@_;
209 &PERM_OP($r,$l,$tt,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Ddes_locl.h406 register DES_LONG tt; \
407 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
408 PERM_OP(l,r,tt,16,0x0000ffffL); \
409 PERM_OP(r,l,tt, 2,0x33333333L); \
410 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
411 PERM_OP(r,l,tt, 1,0x55555555L); \
416 register DES_LONG tt; \
417 PERM_OP(l,r,tt, 1,0x55555555L); \
418 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
419 PERM_OP(l,r,tt,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/
H A Dfips_des_locl.h406 register DES_LONG tt; \
407 PERM_OP(r,l,tt, 4,0x0f0f0f0fL); \
408 PERM_OP(l,r,tt,16,0x0000ffffL); \
409 PERM_OP(r,l,tt, 2,0x33333333L); \
410 PERM_OP(l,r,tt, 8,0x00ff00ffL); \
411 PERM_OP(r,l,tt, 1,0x55555555L); \
416 register DES_LONG tt; \
417 PERM_OP(l,r,tt, 1,0x55555555L); \
418 PERM_OP(r,l,tt, 8,0x00ff00ffL); \
419 PERM_OP(l,r,tt,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dasn1t.h438 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
814 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
817 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
818 int ASN1_template_d2i(ASN1_VALUE **pval, unsigned char **in, long len, const ASN1_TEMPLATE *tt);
823 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
832 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
834 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/
H A Dmk1mf.pl628 $tt="\$(OBJ_D)${o}$t${obj}";
629 $rules.=&do_link_rule("\$(TEST_D)$o$t$exep",$tt,"\$(LIBS_DEP)","\$(L_LIBS) \$(EX_LIBS)");

Completed in 223 milliseconds

1234