/lib/zlib_inflate/ |
A D | inftrees.c | 105 this.bits = (unsigned char)1; in zlib_inflate_table() 106 this.val = (unsigned short)0; in zlib_inflate_table() 108 *(*table)++ = this; in zlib_inflate_table() 206 this.op = (unsigned char)0; in zlib_inflate_table() 207 this.val = work[sym]; in zlib_inflate_table() 211 this.val = base[work[sym]]; in zlib_inflate_table() 215 this.val = 0; in zlib_inflate_table() 285 this.bits = (unsigned char)(len - drop); in zlib_inflate_table() 286 this.val = (unsigned short)0; in zlib_inflate_table() 293 this.bits = (unsigned char)len; in zlib_inflate_table() [all …]
|
A D | inflate.c | 512 if (this.val < 16) { in zlib_inflate() 513 NEEDBITS(this.bits); in zlib_inflate() 591 if (this.op && (this.op & 0xf0) == 0) { in zlib_inflate() 592 last = this; in zlib_inflate() 601 DROPBITS(this.bits); in zlib_inflate() 603 if ((int)(this.op) == 0) { in zlib_inflate() 607 if (this.op & 32) { in zlib_inflate() 611 if (this.op & 64) { in zlib_inflate() 634 last = this; in zlib_inflate() 643 DROPBITS(this.bits); in zlib_inflate() [all …]
|
A D | inffast.c | 125 this = lcode[hold & lmask]; in inflate_fast() 127 op = (unsigned)(this.bits); in inflate_fast() 130 op = (unsigned)(this.op); in inflate_fast() 132 *out++ = (unsigned char)(this.val); in inflate_fast() 135 len = (unsigned)(this.val); in inflate_fast() 152 this = dcode[hold & dmask]; in inflate_fast() 154 op = (unsigned)(this.bits); in inflate_fast() 157 op = (unsigned)(this.op); in inflate_fast() 159 dist = (unsigned)(this.val); in inflate_fast() 286 this = dcode[this.val + (hold & ((1U << op) - 1))]; in inflate_fast() [all …]
|
/lib/ |
A D | lwq.c | 21 struct llist_node *this; in __lwq_dequeue() local 26 this = q->ready; in __lwq_dequeue() 27 if (!this && !llist_empty(&q->new)) { in __lwq_dequeue() 30 this = llist_reverse_order(llist_del_all(&q->new)); in __lwq_dequeue() 31 if (!this) in __lwq_dequeue() 34 if (this) in __lwq_dequeue() 35 q->ready = llist_next(this); in __lwq_dequeue() 37 return this; in __lwq_dequeue()
|
A D | llist.c | 58 struct llist_node *this) in llist_del_first_this() argument 65 if (entry != this) in llist_del_first_this()
|
A D | Kconfig.debug | 10 Selecting this option causes time stamps of the printk() 133 making use of this feature. 281 config select this. 453 Setting this too low will cause a lot of warnings. 889 this through ARCH_HAS_DEBUG_VM_PGTABLE. 976 Disable this for production systems! 1349 this adds. 1617 with this test harness. 1713 address this, by default this option is disabled. 2941 data path through this blackhole netdev. [all …]
|
A D | Kconfig.kgdb | 36 In particular this disallows instrumentation of functions 61 the tests. The most basic of this I/O module is to boot 142 kernel is still usable in this situation. 144 No guarantees that the kernel is still usable in this situation. 153 when early_param's are parsed then it select this config. 158 NOTE: Even if this isn't selected by an architecture we will
|
A D | Kconfig.kfence | 36 Set this to 0 to disable KFENCE by default, in which case only 55 Warning: The KUnit test suite fails with this option enabled - due to 66 performance has carefully been evaluated with this option. 81 this option is to stress test KFENCE with concurrent error reports
|
A D | Kconfig.ubsan | 22 text on failure paths. To avoid this, Sanitizer instrumentation 27 the system. For some system builders this is an acceptable 64 Note that this does not protect array overflows via bad calls 86 be known statically) is out-of-bounds. Since this option is 160 Enabling this option on architectures that support unaligned 176 In this mode, any UBSAN violation in EL2 would panic the kernel
|
A D | devres.c | 361 const struct arch_io_reserve_memtype_wc_devres *this = res; in devm_arch_io_free_memtype_wc_release() local 363 arch_io_free_memtype_wc(this->start, this->size); in devm_arch_io_free_memtype_wc_release()
|
A D | Kconfig | 114 sure your devices really need this configure item enabled. 128 If INDIRECT_IOMEM is selected, this enables falling back to plain 283 Drivers may select this option to force specific constant 291 When this option is selected, the BCH library supports 303 Drivers should declare a default value for this symbol if 310 Drivers should declare a default value for this symbol if 428 All drivers in the Linux kernel tree that require this function 429 should automatically select this option. Say N unless you 431 depends on this.
|
A D | Kconfig.kasan | 56 # this variable to decide how the compiler should treat builtins. 162 with Clang, this option is deemed unsafe. 181 checked. Enabling this option leads to higher memory usage.
|
/lib/crc/ |
A D | Kconfig | 8 The CRC4 library functions. Select this if your module uses any of 14 The CRC7 library functions. Select this if your module uses any of 20 The CRC8 library functions. Select this if your module uses any of 26 The CRC16 library functions. Select this if your module uses any of 32 The CRC-CCITT library functions. Select this if your module uses any 38 The CRC-ITU-T library functions. Select this if your module uses 44 The CRC-T10DIF library functions. Select this if your module uses 60 The CRC32 library functions. Select this if your module uses any of 79 The CRC64 library functions. Select this if your module uses any of 93 Disabling this option reduces code size slightly by disabling the [all …]
|
/lib/kunit/ |
A D | Kconfig | 22 Enable debugfs representation for kunit. Currently this consists 35 pass. If this conflicts with your test infrastrcture (or is confusing 36 or annoying), they can be disabled by setting this to N. 81 In most cases this should be left as Y. Only if additional opt-in 82 behavior is needed should this be set to N. 93 In most cases this should be left as Y. Only if additional opt-in 94 behavior is needed should this be set to N.
|
/lib/crypto/ |
A D | Kconfig | 44 implementation is enabled, this implementation serves the users 62 enabled, this implementation serves the users of CRYPTO_LIB_CHACHA. 85 implementation is enabled, this implementation serves the users 125 enabled, this implementation serves the users of CRYPTO_LIB_POLY1305. 143 The SHA-1 and HMAC-SHA1 library functions. Select this if your module 161 Select this if your module uses any of these functions from 180 Select this if your module uses any of these functions from
|
/lib/crypto/mpi/ |
A D | mpicoder.c | 153 #error please implement for this limb size. in mpi_read_buffer() 182 #error please implement for this limb size. in mpi_read_buffer() 257 #error please implement for this limb size. in mpi_write_to_sgl() 299 #error please implement for this limb size. in mpi_write_to_sgl()
|
/lib/xz/ |
A D | Kconfig | 59 Unless you know that you need this, say N. 76 Unless you are developing the XZ decoder, you don't need this
|
/lib/fonts/ |
A D | Kconfig | 18 Note that the answer to this question won't directly affect the 32 Note that this is a poor quality font. The VGA 8x16 font is quite a 53 framebuffer drivers don't support this one at all.
|
/lib/vdso/ |
A D | Kconfig | 12 Each architecture that enables this feature has to
|
/lib/crypto/tests/ |
A D | Kconfig | 60 If you're only interested in correctness testing, leave this disabled.
|
/lib/crypto/x86/ |
A D | sha512-avx-asm.S | 15 # COPYING in the main directory of this source tree, or the 23 # copyright notice, this list of conditions and the following 27 # copyright notice, this list of conditions and the following
|
A D | sha512-ssse3-asm.S | 15 # COPYING in the main directory of this source tree, or the 23 # copyright notice, this list of conditions and the following 27 # copyright notice, this list of conditions and the following
|
A D | sha256-avx-asm.S | 14 # COPYING in the main directory of this source tree, or the 22 # copyright notice, this list of conditions and the following 26 # copyright notice, this list of conditions and the following
|
/lib/raid6/ |
A D | altivec.uc | 22 * bracked this with preempt_disable/enable or in a lock)
|
A D | int.uc | 27 /* Change this from BITS_PER_LONG if there is something better... */
|