Searched refs:this (Results 1 – 13 of 13) sorted by relevance
39 code this; /* table entry for duplication */ in zlib_inflate_table() local104 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 …]
328 code this; /* current decoding table entry */ in zlib_inflate() local487 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 …]
109 code this; /* retrieved table entry */ in inflate_fast() local146 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 …]
124 Most modern processors have enough cache to hold this table without127 This is the default implementation choice. Choose this one unless137 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 this289 Drivers may select this option to force specific constant297 When this option is selected, the BCH library supports309 Drivers should declare a default value for this symbol if316 Drivers should declare a default value for this symbol if[all …]
7 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 deprecated182 Enable the __must_check logic in the kernel build. Disable this to192 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 the234 debugging files into. Enable this option to be able to read and268 kernel build, and enabling this option causes the following[all …]
217 struct pcim_iomap_devres *this = res; in pcim_iomap_release() local221 if (this->table[i]) in pcim_iomap_release()222 pci_iounmap(dev, this->table[i]); in pcim_iomap_release()
40 the tests. The most basic of this I/O module is to boot95 kernel is still usable in this situation.97 No guarantees that the kernel is still usable in this situation.
19 Be aware that this requires half of your memory for bookkeeping and
171 #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()
17 Note that the answer to this question won't directly affect the31 Note that this is a poor quality font. The VGA 8x16 font is quite a52 framebuffer drivers don't support this one at all.
56 Unless you are developing the XZ decoder, you don't need this
27 /* Change this from BITS_PER_LONG if there is something better... */
22 * bracked this with preempt_disable/enable or in a lock)