Searched refs:used (Results 1 – 14 of 14) sorted by relevance
/lib/zlib_inflate/ |
D | inftrees.c | 33 unsigned used; /* code entries in table used */ in zlib_inflate_table() local 194 used = 1U << root; /* use root table entries */ in zlib_inflate_table() 195 mask = used - 1; /* mask for comparing low */ in zlib_inflate_table() 198 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 265 used += 1U << curr; in zlib_inflate_table() 266 if (type == LENS && used >= ENOUGH - MAXD) in zlib_inflate_table() 312 *table += used; in zlib_inflate_table()
|
/lib/ |
D | ref_tracker.c | 67 int size, used; member 77 int ret, len = _s->size - _s->used; \ 78 ret = snprintf(_s->buf + _s->used, len, pr_fmt(fmt), ##args); \ 79 _s->used += min(ret, len); \ 153 return os.used; in ref_tracker_dir_snprint()
|
D | test_parman.c | 74 bool used; member 209 if (!item->used) in test_parman_items_fini() 280 if (!item->used) { in test_parman_run() 295 item->used = !item->used; in test_parman_run()
|
D | lru_cache.c | 191 lc->used = 0; in lc_reset() 229 lc->name, lc->used, lc->nr_elements, in lc_seq_printf_stats() 383 lc->used++; in __lc_get() 424 lc->used++; in __lc_get() 558 lc->used--; in lc_put()
|
D | Kconfig.ubsan | 9 Compile-time instrumentation is used to detect various undefined 51 only be used when trap mode is enabled. (See also the help for 70 GCC's bounds sanitizer. This option is used to select the 76 Clang's array bounds sanitizer. This option is used to select 120 bool "Perform checking for non-boolean values used as boolean"
|
D | Kconfig.debug | 72 will be used as the loglevel. IOW passing "quiet" will be the 145 format : the format used for the debug statement 841 This option provides a debug method which can be used to test 1050 The panic can be used in combination with panic_timeout, 1108 for the hardlockup detector are better used for other things. 1131 be used. 1179 This option controls the default timeout (in seconds) used 1198 The panic can be used in combination with panic_timeout, 1293 commonly used smp_processor_id() function and will print warnings 1299 this_cpu operation. It should only be used for debugging purposes. [all …]
|
D | Kconfig.kcsan | 130 memory operations are used to set up a watchpoint. A smaller value 233 Never instrument marked atomic accesses. This option can be used for 253 rules imply that such data races are generally safe, but can be used
|
D | Kconfig | 128 can be used for logging all MMIO read/write operations. 164 This is used with the block layer's data integrity subsystem. 611 It is used to implement RSA digital signature verification, 612 which is used by IMA/EVM digital signature extension.
|
D | Kconfig.kfence | 46 ones used as guard pages.
|
D | Kconfig.kgdb | 49 Share a serial console with kgdb. Sysrq-g must be used
|
D | maple_tree.c | 1222 static inline void mas_push_node(struct ma_state *mas, struct maple_node *used) in mas_push_node() argument 1224 struct maple_alloc *reuse = (struct maple_alloc *)used; in mas_push_node() 1334 static inline void mas_free(struct ma_state *mas, struct maple_enode *used) in mas_free() argument 1336 struct maple_node *tmp = mte_to_node(used); in mas_free()
|
/lib/xz/ |
D | Kconfig | 49 properties byte. MicroLZMA was created to be used in EROFS 50 but can be used by other things too where wasting minimal
|
/lib/kunit/ |
D | Kconfig | 12 special hardware when using UML. Can also be used on most other 43 what KUnit is and how it is used. Please refer to the example test
|
/lib/fonts/ |
D | Kconfig | 110 big letters (like the letters used in the SPARC PROM). If the
|