Home
last modified time | relevance | path

Searched refs:this (Results 1 – 13 of 13) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c39 code this; /* table entry for duplication */ in zlib_inflate_table() local
104 this.op = (unsigned char)64; /* invalid code marker */ in zlib_inflate_table()
105 this.bits = (unsigned char)1; in zlib_inflate_table()
106 this.val = (unsigned short)0; in zlib_inflate_table()
107 *(*table)++ = this; /* make a table to force an error */ in zlib_inflate_table()
108 *(*table)++ = this; in zlib_inflate_table()
204 this.bits = (unsigned char)(len - drop); in zlib_inflate_table()
206 this.op = (unsigned char)0; in zlib_inflate_table()
207 this.val = work[sym]; in zlib_inflate_table()
210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table()
[all …]
Dinflate.c328 code this; /* current decoding table entry */ in zlib_inflate() local
487 this = state->lencode[BITS(state->lenbits)]; in zlib_inflate()
488 if ((unsigned)(this.bits) <= bits) break; in zlib_inflate()
491 if (this.val < 16) { in zlib_inflate()
492 NEEDBITS(this.bits); in zlib_inflate()
493 DROPBITS(this.bits); in zlib_inflate()
494 state->lens[state->have++] = this.val; in zlib_inflate()
497 if (this.val == 16) { in zlib_inflate()
498 NEEDBITS(this.bits + 2); in zlib_inflate()
499 DROPBITS(this.bits); in zlib_inflate()
[all …]
Dinffast.c109 code this; /* retrieved table entry */ in inflate_fast() local
146 this = lcode[hold & lmask]; in inflate_fast()
148 op = (unsigned)(this.bits); in inflate_fast()
151 op = (unsigned)(this.op); in inflate_fast()
153 PUP(out) = (unsigned char)(this.val); in inflate_fast()
156 len = (unsigned)(this.val); in inflate_fast()
173 this = dcode[hold & dmask]; in inflate_fast()
175 op = (unsigned)(this.bits); in inflate_fast()
178 op = (unsigned)(this.op); in inflate_fast()
180 dist = (unsigned)(this.val); in inflate_fast()
[all …]
/lib/
DKconfig124 Most modern processors have enough cache to hold this table without
127 This is the default implementation choice. Choose this one unless
137 Only choose this option if you know what you are doing.
145 Only choose this option if you know what you are doing.
153 Only choose this option if you are debugging crc32.
179 This option provides CRC8 function. Drivers may select this
289 Drivers may select this option to force specific constant
297 When this option is selected, the BCH library supports
309 Drivers should declare a default value for this symbol if
316 Drivers should declare a default value for this symbol if
[all …]
DKconfig.debug7 Selecting this option causes time stamps of the printk()
42 NOTE: Using this option may adversely affect SMP systems.
70 filesystem must first be mounted before making use of this feature.
175 Disable this to suppress the "warning: 'foo' is deprecated
182 Enable the __must_check logic in the kernel build. Disable this to
192 Tell gcc to warn at build time for stack frames larger than this.
193 Setting this too low will cause a lot of warnings.
224 this in a module, there is a pretty good chance it's actually the
234 debugging files into. Enable this option to be able to read and
268 kernel build, and enabling this option causes the following
[all …]
Ddevres.c217 struct pcim_iomap_devres *this = res; in pcim_iomap_release() local
221 if (this->table[i]) in pcim_iomap_release()
222 pci_iounmap(dev, this->table[i]); in pcim_iomap_release()
DKconfig.kgdb40 the tests. The most basic of this I/O module is to boot
95 kernel is still usable in this situation.
97 No guarantees that the kernel is still usable in this situation.
DKconfig.kmemcheck19 Be aware that this requires half of your memory for bookkeeping and
/lib/mpi/
Dmpicoder.c171 #error please implement for this limb size. in mpi_get_buffer()
217 #error please implement for this limb size. in mpi_set_buffer()
247 #error please implement for this limb size. in mpi_set_buffer()
/lib/fonts/
DKconfig17 Note that the answer to this question won't directly affect the
31 Note that this is a poor quality font. The VGA 8x16 font is quite a
52 framebuffer drivers don't support this one at all.
/lib/xz/
DKconfig56 Unless you are developing the XZ decoder, you don't need this
/lib/raid6/
Dint.uc27 /* Change this from BITS_PER_LONG if there is something better... */
Daltivec.uc22 * bracked this with preempt_disable/enable or in a lock)