Searched refs:tsize (Results 1 - 25 of 29) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/boot/
H A Decoff.h37 long tsize; /* text size in bytes, padded to DW bdry*/ member in struct:aouthdr
62 N_TXTOFF(f, a) + (a).tsize;
H A Daddinitrd.c115 cnt = SWAB(eaout.tsize);
H A Delf2ecoff.c233 a->tsize = swab32(a->tsize);
416 eah.tsize = text.len;
459 esecs[0].s_size = eah.tsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dqdrw.c95 int tsize = 0; local
111 tsize += 257 - code;
120 tsize += code + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Da.out.h28 __u64 tsize; member in struct:aouthdr
65 #define a_text ah.tsize
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_device.c128 ssize_t tsize, csize, repend; local
147 tsize = csize + cplen;
148 repend = tsize;
151 return tsize;
153 if (tsize>=len) { /* limit compat list */
168 return tsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-pow.c63 mpi_size_t tsize = 0; local
211 tsize = 2 * rsize;
212 tspace = mpi_alloc_limb_space( tsize, 0 );
214 else if ( tsize < (2*rsize) )
217 tsize = 2 * rsize;
218 tspace = mpi_alloc_limb_space (tsize, 0 );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c112 unsigned int tsize; local
117 tsize = sizeof(struct hash_testvec);
118 tsize *= tcount;
120 if (tsize > TVMEMSIZE) {
121 printk("template (%u) too big for tvmem (%u)\n", tsize, TVMEMSIZE);
125 memcpy(tvmem, template, tsize);
221 unsigned int tsize; local
238 tsize = sizeof (struct cipher_testvec);
239 tsize *= tcount;
241 if (tsize > TVMEMSIZ
799 unsigned int tsize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/mips/
H A Dau1xxx-ide.c479 static void auide_init_dbdma_dev(dbdev_tab_t *dev, u32 dev_id, u32 tsize, u32 devwidth, u32 flags) argument
485 dev->dev_tsize = tsize;
508 u32 dev_id, tsize, devwidth, flags; local
514 tsize = 8;
518 tsize = 1;
534 tsize, devwidth, DEV_FLAGS_OUT | flags);
539 tsize, devwidth, DEV_FLAGS_IN | flags);
545 tsize, devwidth, DEV_FLAGS_ANYUSE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dinternal.h180 static inline unsigned long nfs_calc_block_size(u64 tsize) argument
182 loff_t used = (tsize + 511) >> 9;
H A Dproc.c80 info->rtpref = fsinfo.tsize;
83 info->wtpref = fsinfo.tsize;
85 info->dtpref = fsinfo.tsize;
546 info->rtpref = fsinfo.tsize;
549 info->wtpref = fsinfo.tsize;
551 info->dtpref = fsinfo.tsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dfsl_booke_mmu.c117 unsigned int tsize, lz; local
120 tsize = (21 - lz) / 2;
128 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dfsl_booke_mmu.c117 unsigned int tsize, lz; local
120 tsize = (21 - lz) / 2;
128 TLBCAM[index].MAS1 = MAS1_VALID | MAS1_IPROT | MAS1_TSIZE(tsize) | MAS1_TID(pid);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dw9966.c847 unsigned long tsize = (dleft > W9966_RBUFFER) ? W9966_RBUFFER : dleft; local
849 if (parport_read(cam->pport, tbuf, tsize) < tsize) {
853 if (copy_to_user(dest, tbuf, tsize) != 0) {
857 dest += tsize;
858 dleft -= tsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Drs6000.h35 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon3634
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Drs6000.h35 unsigned char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon3716
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcoff.h125 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon9691
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dx_tables.c440 u_int16_t tsize = ct->u.user.target_size; local
447 memcpy(t->data, ct->data, tsize - sizeof(*ct));
452 tsize += off;
453 t->u.user.target_size = tsize;
456 *dstptr += tsize;
466 u_int16_t tsize = t->u.user.target_size - off; local
469 put_user(tsize, &ct->u.user.target_size))
476 if (copy_to_user(ct->data, t->data, tsize - sizeof(*ct)))
481 *dstptr += tsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_put.c553 size_t tsize; local
627 tsize = sizeof(LOGP);
630 tsize += db_cipher->adj_size(tsize);
631 if ((ret = __os_calloc(env, 1, tsize, &tpersist)) != 0)
645 DB_SET_DBT(t, tpersist, tsize);
650 __log_encrypt_record(env, &t, &hdr, (u_int32_t)tsize)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dacenic.c2804 short tsize, i; local
2810 tsize = min_t(u32, ((~dest & (ACE_WINDOW_SIZE - 1)) + 1),
2820 for (i = 0; i < (tsize / 4); i++) {
2823 dest += tsize;
2824 src += tsize;
2825 size -= tsize;
2835 short tsize = 0, i; local
2841 tsize = min_t(u32, ((~dest & (ACE_WINDOW_SIZE - 1)) + 1),
2847 for (i = 0; i < (tsize / 4); i++) {
2851 dest += tsize;
[all...]
H A Dslhc.c110 size_t tsize = tslots * sizeof(struct cstate); local
111 comp->tstate = kzalloc(tsize, GFP_KERNEL);
H A Dvia-velocity.c930 unsigned int tsize; local
959 tsize = vptr->options.numtx * PKT_BUF_SZ * vptr->num_txq;
960 vptr->tx_bufs = pci_alloc_consistent(vptr->pdev, tsize,
1142 unsigned int tsize = sizeof(struct velocity_td_info) * local
1149 vptr->td_infos[j] = kmalloc(tsize, GFP_KERNEL);
1156 memset(vptr->td_infos[j], 0, tsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/boot/tools/
H A Dobjstrip.c213 fil_size = aout->ah.tsize + aout->ah.dsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtftp.c82 #define TFTP_OPTION_TSIZE "tsize"
393 long tsize = 0; local
395 tsize = strtol( value, NULL, 10 );
396 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
398 /* tsize should be ignored on upload: Who cares about the size of the
401 if(!tsize) {
402 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
405 Curl_pgrsSetDownloadSize(data, tsize);
505 /* add tsize optio
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_dup.c407 db_indx_t tsize, item_size; local
415 tsize = DUP_SIZE(item_size);
416 if ((ret = __ham_init_dbt(env, duplicate, tsize, bufp, sizep)) != 0)

Completed in 227 milliseconds

12