Searched refs:te (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dwrapper.c61 struct cdrom_tocentry te; local
69 te.cdte_track = HFSPLUS_SB(sb).session;
70 te.cdte_format = CDROM_LBA;
71 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te);
72 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) {
73 *start = (sector_t)te.cdte_addr.lba << 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dwrapper.c61 struct cdrom_tocentry te; local
69 te.cdte_track = HFSPLUS_SB(sb).session;
70 te.cdte_format = CDROM_LBA;
71 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te);
72 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) {
73 *start = (sector_t)te.cdte_addr.lba << 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S35 #define te a5 define
225 addq a1, a2, te # pixels += line_size
228 ldl t7, 0(te) # pix2 (try to hit cache line soon)
229 ldl ta, 4(te) # pix3
279 addq te, a2, a1 # pixels += line_size
280 stl t6, 0(te) # 2 8
281 stl t9, 4(te) # 3 8
H A Dmotion_est_mvi_asm.S30 #define te a5 define
157 ldq te, 0(a1) # ref left
175 perr tc, te, t0 # error left
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/aes/asm/
H A Daes-586.pl122 { my ($te,@s) = @_;
132 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0
134 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8
137 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
139 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24
142 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0
145 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8
148 &xor ($s[1],&DWP(2,$te,$v1,8)); # s3>>16
150 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24
154 &xor ($s[2],&DWP(0,$te,
[all...]
H A Daes-ia64.S342 s/td/te/g;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dmdb.c35 struct cdrom_tocentry te; local
43 te.cdte_track = HFS_SB(sb)->session;
44 te.cdte_format = CDROM_LBA;
45 res = ioctl_by_bdev(sb->s_bdev, CDROMREADTOCENTRY, (unsigned long)&te);
46 if (!res && (te.cdte_ctrl & CDROM_DATA_TRACK) == 4) {
47 *start = (sector_t)te.cdte_addr.lba << 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndmips.c1475 n4m_table_t *table = NULL, *te; local
1544 te = &table[i];
1549 if ((orig_n == te->n) &&
1550 (orig_sb == te->sb) &&
1551 (orig_pci == te->pci33) &&
1552 (orig_m2 == te->m2) &&
1553 (orig_mips == te->m3))
1557 W_REG(osh, clockcontrol_n, te->n);
1558 W_REG(osh, clockcontrol_sb, te->sb);
1559 W_REG(osh, clockcontrol_pci, te
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpopt.c350 char *t, *te; local
354 te = t = malloc(tn);;
371 *te = '\0';
373 te = t + strlen(t);
374 strncpy(te, a, alen); te += alen;
380 *te++ = c;
382 *te = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dcxgb3_offload.c965 struct t3c_tid_entry *te; local
995 te = lookup_tid(ti, tid);
996 BUG_ON(!te);
997 if (te && te->ctx && te->client && te->client->redirect) {
998 update_tcb = te->client->redirect(te->ctx, old, new, e);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibip4tc.c275 STRUCT_ENTRY *te = get_entry(h, t->verdict);
278 idx = iptcb_entry2index(h, te);
279 assert(strcmp(GET_TARGET(te)->u.user.name,
282 assert(te != e);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/projects/GNOME/
H A Dteam-address112 te) english=Telugu;;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhttp.c1562 else if(conn->allocptr.te &&
1671 const char *te = ""; /* transfer-encoding */ local
1800 Curl_safefree(conn->allocptr.te);
1803 conn->allocptr.te = cptr? aprintf("%s, TE\r\n" TE_HEADER, cptr):
1806 if(!conn->allocptr.te)
1839 te = "Transfer-Encoding: chunked\r\n";
2163 conn->allocptr.te?conn->allocptr.te:"",
2174 te
H A Durldata.h859 char *te; /* TE: request header */ member in struct:connectdata::dynamically_allocated_data
H A Durl.c2574 Curl_safefree(conn->allocptr.te);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dwide-area.c350 static void expiry_event(AvahiTimeEvent *te, void *userdata) { argument
353 assert(te);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dinode.c2339 const char *te = " Leaving file length out of sync with i_size."; local
2362 "(error code %d).%s", vi->i_ino, err, te);
2371 vi->i_ino, te);
2381 "Run chkdsk.%s", vi->i_ino, te);
2386 vi->i_ino, err, te);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c531 u64 ta, tb, tc, td, te; local
535 &tc, &td, &te);
541 dev->ipath_xmit_wait = te - dev->ipath_xmit_wait;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dconfigure851 --enable-ospf-te enable Traffic Engineering Extension to OSPF
3152 # Check whether --enable-ospf-te or --disable-ospf-te was given.

Completed in 241 milliseconds