Searched refs:this (Results 26 - 50 of 744) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dreadinode.c8 * For licensing information, see the file 'LICENCE' in this directory.
81 /* TODO: this is very frequent pattern, make it a separate
208 * bother to keep track of holes in this rbtree, and neither do we deal
221 struct jffs2_tmp_dnode_info *this; local
247 /* Find the earliest node which _may_ be relevant to this one */
248 this = jffs2_lookup_tn(&rii->tn_root, tn->fn->ofs);
249 if (this) {
252 while (this->overlapped)
253 this = tn_prev(this);
433 struct jffs2_tmp_dnode_info *pen, *last, *this; local
517 struct rb_node *this; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c84 puts(" /* WARNING: this file should *not* be used by applications.");
85 puts(" It is part of the implementation of this library and is");
245 code this; /* current decoding table entry */ local
387 this = lencode[BITS(lenbits)];
388 if ((unsigned)(this.bits) <= bits) break;
391 if (this.val < 16) {
392 NEEDBITS(this.bits);
393 DROPBITS(this.bits);
394 state->lens[state->have++] = this.val;
397 if (this
[all...]
H A Dinftree9.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
159 counts are used for this, and so count[] is decremented as codes are
171 routine permits incomplete codes, so another loop after this one fills
212 this.bits = (unsigned char)(len - drop);
214 this.op = (unsigned char)0;
215 this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinfback9.c84 puts(" /* WARNING: this file should *not* be used by applications.");
85 puts(" It is part of the implementation of this library and is");
245 code this; /* current decoding table entry */ local
387 this = lencode[BITS(lenbits)];
388 if ((unsigned)(this.bits) <= bits) break;
391 if (this.val < 16) {
392 NEEDBITS(this.bits);
393 DROPBITS(this.bits);
394 state->lens[state->have++] = this.val;
397 if (this
[all...]
H A Dinftree9.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
91 lens[] are in the range 0..MAXBITS. The caller must assure this.
93 symbol does not occur in this code.
144 Create and fill in decoding tables. In this loop, the table being
159 counts are used for this, and so count[] is decremented as codes are
171 routine permits incomplete codes, so another loop after this one fills
212 this.bits = (unsigned char)(len - drop);
214 this.op = (unsigned char)0;
215 this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/nand/
H A Dts7250.c124 struct nand_chip *this; local
140 this = (struct nand_chip *)(&ts7250_mtd[1]);
144 memset(this, 0, sizeof(struct nand_chip));
147 ts7250_mtd->priv = this;
151 this->IO_ADDR_R = (void *)TS72XX_NAND_DATA_VIRT_BASE;
152 this->IO_ADDR_W = (void *)TS72XX_NAND_DATA_VIRT_BASE;
153 this->cmd_ctrl = ts7250_hwcontrol;
154 this->dev_ready = ts7250_device_ready;
155 this->chip_delay = 15;
156 this
[all...]
H A Dppchameleonevb.c117 #error Missing headerfiles. No way to fix this. -tglx
149 #error Missing headerfiles. No way to fix this. -tglx
204 struct nand_chip *this; local
230 this = (struct nand_chip *)(&ppchameleon_mtd[1]);
234 memset(this, 0, sizeof(struct nand_chip));
237 ppchameleon_mtd->priv = this;
266 this->IO_ADDR_R = ppchameleon_fio_base;
267 this->IO_ADDR_W = ppchameleon_fio_base;
268 this->cmd_ctrl = ppchameleon_hwcontrol;
270 this
419 struct nand_chip *this; local
[all...]
H A Ddiskonchip.c147 * Fabrice Bellard figured this out in the old docecc code. I added
308 struct nand_chip *this = mtd->priv; local
309 struct doc_priv *doc = this->priv;
320 struct nand_chip *this = mtd->priv; local
321 struct doc_priv *doc = this->priv;
335 struct nand_chip *this = mtd->priv; local
336 struct doc_priv *doc = this->priv;
352 struct nand_chip *this = mtd->priv; local
353 struct doc_priv *doc = this->priv;
367 struct nand_chip *this local
388 struct nand_chip *this = mtd->priv; local
401 struct nand_chip *this = mtd->priv; local
447 struct nand_chip *this = mtd->priv; local
467 doc200x_wait(struct mtd_info *mtd, struct nand_chip *this) argument
483 struct nand_chip *this = mtd->priv; local
494 struct nand_chip *this = mtd->priv; local
508 struct nand_chip *this = mtd->priv; local
521 struct nand_chip *this = mtd->priv; local
538 struct nand_chip *this = mtd->priv; local
558 struct nand_chip *this = mtd->priv; local
573 struct nand_chip *this = mtd->priv; local
591 struct nand_chip *this = mtd->priv; local
622 struct nand_chip *this = mtd->priv; local
649 struct nand_chip *this = mtd->priv; local
676 struct nand_chip *this = mtd->priv; local
707 struct nand_chip *this = mtd->priv; local
730 struct nand_chip *this = mtd->priv; local
835 struct nand_chip *this = mtd->priv; local
875 struct nand_chip *this = mtd->priv; local
894 struct nand_chip *this = mtd->priv; local
914 struct nand_chip *this = mtd->priv; local
956 struct nand_chip *this = mtd->priv; local
1056 struct nand_chip *this = mtd->priv; local
1099 struct nand_chip *this = mtd->priv; local
1202 struct nand_chip *this = mtd->priv; local
1323 struct nand_chip *this = mtd->priv; local
1363 struct nand_chip *this = mtd->priv; local
1421 struct nand_chip *this = mtd->priv; local
1438 struct nand_chip *this = mtd->priv; local
1469 struct nand_chip *this = mtd->priv; local
[all...]
H A Dsharpsl.c157 struct nand_chip *this; local
177 this = (struct nand_chip *)(&sharpsl_mtd[1]);
181 memset(this, 0, sizeof(struct nand_chip));
184 sharpsl_mtd->priv = this;
193 this->IO_ADDR_R = FLASHIO;
194 this->IO_ADDR_W = FLASHIO;
196 this->cmd_ctrl = sharpsl_nand_hwcontrol;
197 this->dev_ready = sharpsl_nand_dev_ready;
199 this->chip_delay = 15;
201 this
[all...]
H A Dautcpu12.c135 struct nand_chip *this; local
156 this = (struct nand_chip *)(&autcpu12_mtd[1]);
160 memset(this, 0, sizeof(struct nand_chip));
163 autcpu12_mtd->priv = this;
167 this->IO_ADDR_R = autcpu12_fio_base;
168 this->IO_ADDR_W = autcpu12_fio_base;
169 this->cmd_ctrl = autcpu12_hwcontrol;
170 this->dev_ready = autcpu12_device_ready;
172 this->chip_delay = 20;
173 this
[all...]
H A Dtoto.c121 struct nand_chip *this; local
133 this = (struct nand_chip *)(&toto_mtd[1]);
137 memset(this, 0, sizeof(struct nand_chip));
140 toto_mtd->priv = this;
144 this->IO_ADDR_R = toto_io_base;
145 this->IO_ADDR_W = toto_io_base;
146 this->cmd_ctrl = toto_hwcontrol;
147 this->dev_ready = NULL;
149 this->chip_delay = 30;
150 this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_bbt.c62 struct onenand_chip *this = mtd->priv; local
63 struct bbm_info *bbm = this->bbm;
129 struct onenand_chip *this = mtd->priv; local
132 return create_bbt(mtd, this->page_buf, bd, -1);
143 struct onenand_chip *this = mtd->priv; local
144 struct bbm_info *bbm = this->bbm;
180 struct onenand_chip *this = mtd->priv; local
181 struct bbm_info *bbm = this->bbm;
184 len = mtd->size >> (this->erase_shift + 2);
196 bbm->bbt_erase_shift = this
233 struct onenand_chip *this = mtd->priv; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2001.c31 * this:*/
233 static void DoC_ScanChips(struct DiskOnChip *this) argument
239 this->numchips = 0;
240 this->mfr = 0;
241 this->id = 0;
247 ret = DoC_IdentChip(this, floor, chip);
250 this->numchips++;
255 if (!this->numchips) {
261 this->chips = kmalloc(sizeof(struct Nand) * this
320 struct DiskOnChip *this = mtd->priv; local
390 struct DiskOnChip *this = mtd->priv; local
501 struct DiskOnChip *this = mtd->priv; local
617 struct DiskOnChip *this = mtd->priv; local
675 struct DiskOnChip *this = mtd->priv; local
747 struct DiskOnChip *this = mtd->priv; local
804 struct DiskOnChip *this; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/
H A Dinftrees.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
91 symbol does not occur in this code.
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
150 Create and fill in decoding tables. In this loo
[all...]
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
66 If BUILDFIXED is defined, then instead this routine builds the tables the
104 /* do this just once */
256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16) {
397 NEEDBITS(this.bits);
398 DROPBITS(this.bits);
399 state->lens[state->have++] = this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/
H A Dinftrees.c16 include such an acknowledgment, I would appreciate that you keep this
53 code this; /* table entry for duplication */ local
89 lens[] are in the range 0..MAXBITS. The caller must assure this.
91 symbol does not occur in this code.
118 this.op = (unsigned char)64; /* invalid code marker */
119 this.bits = (unsigned char)1;
120 this.val = (unsigned short)0;
121 *(*table)++ = this; /* make a table to force an error */
122 *(*table)++ = this;
150 Create and fill in decoding tables. In this loo
[all...]
H A Dinffast.c38 inflate execution time is spent in this routine.
90 code this; /* retrieved table entry */ local
127 this = lcode[hold & lmask];
129 op = (unsigned)(this.bits);
132 op = (unsigned)(this.op);
134 Tracevv((stderr, this.val >= 0x20 && this.val < 0x7f ?
136 "inflate: literal 0x%02x\n", this.val));
137 PUP(out) = (unsigned char)(this.val);
140 len = (unsigned)(this
[all...]
H A Dinfback.c65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
66 If BUILDFIXED is defined, then instead this routine builds the tables the
104 /* do this just once */
256 code this; /* current decoding table entry */ local
392 this = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(this.bits) <= bits) break;
396 if (this.val < 16) {
397 NEEDBITS(this.bits);
398 DROPBITS(this.bits);
399 state->lens[state->have++] = this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dppm.c52 rwpipe *this = av_mallocz( sizeof( rwpipe ) ); local
54 if ( this != NULL )
65 this->pid = fork();
67 if ( this->pid == 0 )
96 this->reader = fdopen( input[ 0 ], "r" );
97 this->writer = fdopen( output[ 1 ], "w" );
101 return this;
107 static FILE *rwpipe_reader( rwpipe *this )
109 if ( this != NULL )
110 return this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/base/
H A Ddma-mapping.c23 struct dma_devres *this = res; local
25 dma_free_coherent(dev, this->size, this->vaddr, this->dma_handle);
30 struct dma_devres *this = res; local
32 dma_free_noncoherent(dev, this->size, this->vaddr, this->dma_handle);
37 struct dma_devres *this = res, *match = match_data; local
39 if (this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dnandflash.c88 struct nand_chip *this; local
110 this = (struct nand_chip *) (&crisv32_mtd[1]);
124 memset((char *) this, 0, sizeof(struct nand_chip));
127 crisv32_mtd->priv = this;
130 this->IO_ADDR_R = read_cs;
131 this->IO_ADDR_W = write_cs;
132 this->hwcontrol = crisv32_hwcontrol;
133 this->dev_ready = crisv32_device_ready;
135 this->chip_delay = 20;
136 this
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dreadprofile.c7 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
145 if (!strcmp(fn_name, "_stext")) /* only elf works like this */ {
159 unsigned int this = 0; local
186 this += buf[indx++];
188 total += this;
191 if (optVerbose || this > 0)
192 printf(" total\t\t\t\t%u\n", this);
193 } else if ((this || optAll) &&
197 fn_name, this, this/(doubl
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/chips/
H A Dchipreg.c37 struct mtd_chip_driver *ret = NULL, *this; local
42 this = list_entry(pos, typeof(*this), list);
44 if (!strcmp(this->name, name)) {
45 ret = this;
76 probe-only module, which is no longer required from this
89 * Make sure the MTD device is already unregistered before calling this
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.c92 output has been written during this inflate call, but the end of the deflate
307 In this implementation, the flush parameter of inflate() only affects the
329 code this; /* current decoding table entry */ local
488 this = state->lencode[BITS(state->lenbits)];
489 if ((unsigned)(this.bits) <= bits) break;
492 if (this.val < 16) {
493 NEEDBITS(this.bits);
494 DROPBITS(this.bits);
495 state->lens[state->have++] = this.val;
498 if (this
[all...]

Completed in 212 milliseconds

1234567891011>>