Searched refs:tt (Results 26 - 50 of 98) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsparc-stub.c382 unsigned char tt; /* Trap type code for SPARC */ member in struct:hard_trap_info
402 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) {
404 if((ht->tt != SP_TRAP_TFLT) &&
405 (ht->tt != SP_TRAP_DFLT))
406 exceptionHandler(ht->tt, trap_low);
424 computeSignal(int tt) argument
428 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
429 if (ht->tt == tt)
473 int tt; /* Tra local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dfd.c19 struct termios tt; member in struct:fd_chan
53 CATCH_EINTR(err = tcgetattr(data->fd, &data->tt));
72 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &data->tt));
H A Dtty.c18 struct termios tt; member in struct:tty_chan
52 CATCH_EINTR(err = tcgetattr(fd, &data->tt));
H A Dpty.c22 struct termios tt; member in struct:pty_chan
52 CATCH_EINTR(err = tcgetattr(fd, &data->tt));
H A Dport_user.c25 struct termios tt; member in struct:port_chan
83 CATCH_EINTR(err = tcgetattr(fd, &data->tt));
H A Dxterm.c27 struct termios tt; member in struct:xterm_chan
32 /* Not static because it's called directly by the tt mode gdb code */
151 CATCH_EINTR(err = tcgetattr(new, &data->tt));
172 /* Not static because it's called directly by the tt mode gdb code */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtlb.c60 if((current->thread.mode.tt.extern_pid != -1) &&
61 (current->thread.mode.tt.extern_pid != os_getpid()))
110 if(current->thread.mode.tt.vm_seq == seq)
112 current->thread.mode.tt.vm_seq = seq;
H A Dtrap_user.c13 #include "tt.h"
30 r = &TASK_REGS(get_current())->tt;
/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/src/linux/linux-2.6/arch/um/os-Linux/
H A DMakefile12 obj-$(CONFIG_MODE_TT) += tt.o
13 user-objs-$(CONFIG_MODE_TT) += tt.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dcavs_driver.pl1640 my $tt = 0;
1750 if ($tt == 0) {
1753 $tt = 13;
1757 $tt = 12;
1761 $tt = 11;
1765 $tt = 10;
1769 $tt = 9;
1773 $tt = 8;
1777 $tt = 7;
1781 $tt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_dec.c84 const ASN1_TEMPLATE *tt, char opt,
88 const ASN1_TEMPLATE *tt, char opt,
140 const unsigned char **in, long len, const ASN1_TEMPLATE *tt)
144 return asn1_template_ex_d2i(pval, in, len, tt, 0, &c);
156 const ASN1_TEMPLATE *tt, *errtt = NULL; local
322 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
324 pchptr = asn1_get_field_ptr(pval, tt);
328 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx);
336 errtt = tt;
139 ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt) argument
531 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
618 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx) argument
[all...]
H A Dtasn_enc.c74 const ASN1_TEMPLATE *tt,
133 const ASN1_TEMPLATE *tt = NULL; local
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
226 seqtt = asn1_do_adb(pval, tt, 1);
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
244 seqtt = asn1_do_adb(pval, tt, 1);
265 const ASN1_TEMPLATE *tt)
267 return asn1_template_ex_i2d(pval, out, tt,
264 ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt) argument
270 asn1_template_ex_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt, int tag, int iclass) argument
[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/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/timemachine/openssl-0.9.8e/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/src/linux/linux-2.6/arch/mips/kernel/
H A Dgdb-stub.c167 static int computeSignal(int tt);
376 unsigned char tt; /* Trap type code for MIPS R3xxx and R4xxx */ member in struct:hard_trap_info
406 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
407 saved_vectors[ht->tt] = set_except_vector(ht->tt, trap_low);
430 for (ht = hard_trap_info; ht->tt && ht->signo; ht++)
431 set_except_vector(ht->tt, saved_vectors[ht->tt]);
438 static int computeSignal(int tt) argument
442 for (ht = hard_trap_info; ht->tt
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c79 current->thread.mode.tt.extern_pid);
108 { .pid = new_task->thread.mode.tt.extern_pid,
111 CHOOSE_MODE(os_write_file(new_task->thread.mode.tt.switch_pipe[1], &c,
136 current->thread.mode.tt.extern_pid);
H A DMakefile18 obj-$(CONFIG_MODE_TT) += tt/
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dcommon-offsets.h5 OFFSET(HOST_TASK_EXTERN_PID, task_struct, thread.mode.tt.extern_pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dlayer2.c151 unsigned short tt; local
235 tt = ((ushort) (flen - 2)) | 0x8000U; /* Type 1 */
236 pcbit_writew(dev, tt);
326 unsigned short tt; local
336 tt = pcbit_readw(dev);
338 if ((tt & 0x7fffU) > 511) {
340 tt);
344 if (!(tt & 0x8000U)) { /* Type 0 */
424 tt &= 0x7fffU;
429 dev->readptr += tt;
[all...]
/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/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c62 struct usb_tt tt; /* Transaction Translator */ member in struct:usb_hub
385 hub_clear_tt_buffer (struct usb_device *hdev, u16 devinfo, u16 tt) argument
389 tt, NULL, 0, 1000);
401 container_of(work, struct usb_hub, tt.kevent);
404 spin_lock_irqsave (&hub->tt.lock, flags);
405 while (!list_empty (&hub->tt.clear_list)) {
411 temp = hub->tt.clear_list.next;
416 spin_unlock_irqrestore (&hub->tt.lock, flags);
417 status = hub_clear_tt_buffer (hdev, clear->devinfo, clear->tt);
418 spin_lock_irqsave (&hub->tt
444 struct usb_tt *tt = udev->tt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
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];

Completed in 300 milliseconds

1234