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

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dchoose-mode.h12 #define CHOOSE_MODE(tt, skas) (mode_tt ? (tt) : (skas))
15 static inline void *__choose_mode(void *tt, void *skas) { argument
16 return mode_tt ? tt : skas;
19 #define __CHOOSE_MODE(tt, skas) (*( (typeof(tt) *) __choose_mode(&(tt), &(skas))))
22 #define CHOOSE_MODE(tt, skas) (skas)
25 #define CHOOSE_MODE(tt, skas) (tt)
[all...]
H A Dum_mmu.h13 #include "mmu-tt.h"
22 struct mmu_context_tt tt; member in union:mm_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/asm/
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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
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...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Duaccess_user.c17 struct tt_regs save = TASK_REGS(get_current())->tt;
23 TASK_REGS(get_current())->tt = save;
44 struct tt_regs save = TASK_REGS(get_current())->tt;
50 TASK_REGS(get_current())->tt = save;
64 struct tt_regs save = TASK_REGS(get_current())->tt;
70 TASK_REGS(get_current())->tt = save;
79 struct tt_regs save = TASK_REGS(get_current())->tt;
92 TASK_REGS(get_current())->tt = save;
H A Dprocess_kern.c25 #include "tt.h"
39 forward_interrupts(to->thread.mode.tt.extern_pid);
41 forward_ipi(cpu_data[cpu].ipi_pipe[0], to->thread.mode.tt.extern_pid);
49 forward_pending_sigio(to->thread.mode.tt.extern_pid);
60 err = os_write_file(to->thread.mode.tt.switch_pipe[1], &c, sizeof(c));
64 if(from->thread.mode.tt.switch_pipe[0] == -1)
67 err = os_read_file(from->thread.mode.tt.switch_pipe[0], &c,
80 if(prev_sched->thread.mode.tt.switch_pipe[0] == -1)
81 os_kill_process(prev_sched->thread.mode.tt.extern_pid, 1);
95 int pid = task->thread.mode.tt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
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_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_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;
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
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_fre.c81 const ASN1_TEMPLATE *tt = NULL, *seqtt; local
123 tt = it->templates + i;
124 pchval = asn1_get_field_ptr(pval, tt);
125 ASN1_template_free(pchval, tt);
164 tt = it->templates + it->tcount - 1;
165 for (i = 0; i < it->tcount; tt--, i++)
168 seqtt = asn1_do_adb(pval, tt, 0);
185 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
188 if (tt->flags & ASN1_TFLG_SK_MASK)
195 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt
[all...]
H A Dtasn_new.c70 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
91 const ASN1_TEMPLATE *tt = NULL; local
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
200 pseqval = asn1_get_field_ptr(pval, tt);
201 if (!ASN1_template_new(pseqval, tt))
266 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item);
270 if (tt->flags & ASN1_TFLG_OPTIONAL)
272 asn1_template_clear(pval, tt);
311 asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
[all...]
H A Dtasn_utl.c203 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) argument
206 if (tt->flags & ASN1_TFLG_COMBINE)
208 pvaltmp = offset2ptr(*pval, tt->offset);
220 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, argument
228 if (!(tt->flags & ASN1_TFLG_ADB_MASK))
229 return tt;
232 adb = ASN1_ADB_ptr(tt->item);
249 if (tt->flags & ASN1_TFLG_ADB_OID)
264 return &atbl->tt;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dreboot.c26 if((p != NULL) && (p->thread.mode.tt.extern_pid != me))
27 os_kill_process(p->thread.mode.tt.extern_pid, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-target.c18 struct target_type tt; member in struct:tt_internal
34 if (!strcmp(name, ti->tt.name))
48 if ((ti->use == 0) && !try_module_get(ti->tt.module))
72 return ti ? &ti->tt : NULL;
81 module_put(ti->tt.module);
95 ti->tt = *t;
102 int dm_target_iterate(void (*iter_func)(struct target_type *tt, argument
109 iter_func(&ti->tt, param);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-terratec.c223 struct tt_device *tt = dev->priv; local
235 v->signal = 0xFFFF*tt_getsigstr(tt);
251 struct tt_device *tt = dev->priv; local
253 tt->curfreq = f->frequency;
254 tt_setfreq(tt, tt->curfreq);
262 struct tt_device *tt = dev->priv; local
265 f->frequency = tt->curfreq;
288 struct tt_device *tt = dev->priv; local
292 if (tt
308 struct tt_device *tt = dev->priv; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dutil.c43 struct termios tt; local
46 CATCH_EINTR(err = tcgetattr(fd, &tt));
50 cfmakeraw(&tt);
52 CATCH_EINTR(err = tcsetattr(fd, TCSADRAIN, &tt));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dctime.c25 time_t tt; local
35 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(NULL);
36 GETJULIANDATE(tt, &jt);
H A Dlocaltime.c26 time_t tt; local
34 tt = *tod - BREW_EPOCH_OFFSET + LOCALTIMEOFFSET(&is_ds);
36 GETJULIANDATE(tt, &jt);

Completed in 109 milliseconds

1234