Searched refs:tcount (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dtimer.h87 static int tcount=0;\
89 if(tcount<2 || tend - tstart < 8*tsum/tcount || tend - tstart < 2000){\
91 tcount++;\
94 if(((tcount+tskip_count)&(tcount+tskip_count-1))==0){\
96 tsum*10/tcount, id, tcount, tskip_count);\
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_pram.h96 unsigned short tcount; /* Tx byte count */ member in struct:hdlc_pram
156 unsigned short tcount; /* Tx byte count */ member in struct:uart_pram
208 unsigned short tcount; /* Tx byte count */ member in struct:bisync_pram
259 unsigned short tcount; /* Tx byte count */ member in struct:spi_pram
277 unsigned short tcount; /* Tx byte count */ member in struct:smc_uart_pram
301 unsigned short tcount; /* Tx byte count */ member in struct:smc_trnsp_pram
330 unsigned short tcount; /* Tx byte count */ member in struct:ethernet_pram
407 unsigned short tcount; /* Tx byte count */ member in struct:transparent_pram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dexif-mnote-data-fuji.c155 size_t i, tcount, o, datao; local
193 tcount = 0;
202 n->entries[tcount].tag = exif_get_short (buf + o, n->order);
203 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
204 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
205 n->entries[tcount].order = n->order;
208 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
209 mnote_fuji_tag_get_name (n->entries[tcount].tag));
215 s = exif_format_get_size (n->entries[tcount].format) * n->entries[tcount]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dexif-mnote-data-canon.c204 size_t i, tcount, o, datao; local
233 tcount = 0;
242 n->entries[tcount].tag = exif_get_short (buf + o, n->order);
243 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
244 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
245 n->entries[tcount].order = n->order;
248 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
249 mnote_canon_tag_get_name (n->entries[tcount].tag));
255 s = exif_format_get_size (n->entries[tcount].format) *
256 n->entries[tcount]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dexif-mnote-data-pentax.c218 size_t i, tcount, o, datao, base = 0; local
277 tcount = 0;
286 n->entries[tcount].tag = exif_get_short (buf + o + 0, n->order) + base;
287 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
288 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
289 n->entries[tcount].order = n->order;
292 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
293 mnote_pentax_tag_get_name (n->entries[tcount].tag));
299 s = exif_format_get_size (n->entries[tcount].format) *
300 n->entries[tcount]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dtime.c138 u32 tcount; local
149 tcount = ((get_cclk() / (HZ * TIME_SCALE)) - 1);
150 bfin_write_TPERIOD(tcount);
151 bfin_write_TCOUNT(tcount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/olympus/
H A Dexif-mnote-data-olympus.c231 size_t i, tcount, o, o2, datao = 6, base = 0; local
409 tcount = 0;
418 n->entries[tcount].tag = exif_get_short (buf + o, n->order) + base;
419 n->entries[tcount].format = exif_get_short (buf + o + 2, n->order);
420 n->entries[tcount].components = exif_get_long (buf + o + 4, n->order);
421 n->entries[tcount].order = n->order;
424 "Loading entry 0x%x ('%s')...", n->entries[tcount].tag,
425 mnote_olympus_tag_get_name (n->entries[tcount].tag));
428 n->entries[tcount].tag,
429 n->entries[tcount]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_fre.c110 if((i >= 0) && (i < it->tcount)) {
145 tt = it->templates + it->tcount - 1;
146 for(i = 0; i < it->tcount; tt--, i++) {
H A Dtasn_prn.c111 if((i < 0) || (i >= it->tcount)) {
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_enc.c135 if((i >= 0) && (i < it->tcount)) {
180 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
194 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dtasn_dec.c260 for(i = 0, tt=it->templates; i < it->tcount; i++, tt++) {
276 if(i == it->tcount) {
326 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
350 if(i == (it->tcount - 1)) isopt = 0;
381 for(; i < it->tcount; tt++, i++) {
H A Dtasn_new.c176 for(i = 0, tt = it->templates; i < it->tcount; tt++, i++) {
H A Dasn1t.h527 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_fre.c120 if ((i >= 0) && (i < it->tcount))
164 tt = it->templates + it->tcount - 1;
165 for (i = 0; i < it->tcount; tt--, i++)
H A Dtasn_prn.c111 if((i < 0) || (i >= it->tcount)) {
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) {
H A Dtasn_dec.c322 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++)
343 if (i == it->tcount)
410 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++)
441 if (i == (it->tcount - 1))
484 for (; i < it->tcount; tt++, i++)
H A Dtasn_enc.c164 if ((i >= 0) && (i < it->tcount))
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
H A Dtasn_new.c198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++)
H A Dasn1t.h553 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c104 unsigned int tcount)
118 tsize *= tcount;
138 for (i = 0; i < tcount; i++) {
172 for (i = 0; i < tcount; i++) {
218 struct cipher_testvec *template, unsigned int tcount)
239 tsize *= tcount;
270 for (i = 0; i < tcount; i++) {
333 for (i = 0; i < tcount; i++) {
489 unsigned int tcount, struct cipher_speed *speed)
528 for (j = 0; j < tcount;
103 test_hash(char *algo, struct hash_testvec *template, unsigned int tcount) argument
217 test_cipher(char *algo, int enc, struct cipher_testvec *template, unsigned int tcount) argument
487 test_cipher_speed(char *algo, int enc, unsigned int sec, struct cipher_testvec *template, unsigned int tcount, struct cipher_speed *speed) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c2395 size_t tcount; local
2410 tcount = IVAL(inbuf,smb_vwv1);
2429 if (is_locked(fsp,conn,(SMB_BIG_UINT)tcount,(SMB_BIG_UINT)startpos, WRITE_LOCK)) {
2475 if (tcount > nwritten+numtowrite) {
2477 (int)tcount,(int)nwritten,(int)numtowrite));
2505 if (!write_through && total_written==tcount) {
4900 size_t tcount; local
4926 tcount = maxcount;
4935 size_t N = MIN(max_per_packet,tcount-total_read);
4943 tcount
5033 size_t tcount; local
5132 size_t tcount; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Dde4x5.c847 int tcount; /* Last infoblock number */ member in struct:de4x5_private
2389 lp->tcount = 0;
2556 lp->tcount++;
2795 lp->tcount++;
2906 lp->tcount++;
2924 lp->tcount++;
2977 lp->tcount++;
3114 lp->tcount++;
3134 lp->tcount++;
3162 lp->tcount
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_sx4.c1162 u32 tcount=0; local
1190 tcount = readl(mmio + PDC_TIME_COUNTER);
1191 VPRINTK("Time Counter Register (0x44): 0x%x\n", tcount);
1197 if(tcount >= PCI_X_TCOUNT) {
1198 ticks = (time_period - tcount);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dqe.h349 u16 tcount; /* Tx byte count */ member in struct:ucc_slow_pram
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dasn1t.h527 long tcount; /* Number of templates if SEQUENCE or CHOICE */ member in struct:ASN1_ITEM_st

Completed in 235 milliseconds

12