Searched refs:values (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | test_min_heap.c | 36 int *values = heap->data; in pop_verify_heap() local 40 last = values[0]; in pop_verify_heap() 44 if (last > values[0]) { in pop_verify_heap() 46 values[0]); in pop_verify_heap() 50 if (last < values[0]) { in pop_verify_heap() 52 values[0]); in pop_verify_heap() 56 last = values[0]; in pop_verify_heap() 64 int values[] = { 3, 1, 2, 4, 0x8000000, 0x7FFFFFF, 0, in test_heapify_all() local 67 .data = values, in test_heapify_all() 68 .nr = ARRAY_SIZE(values), in test_heapify_all() [all …]
|
D | linear_ranges.c | 52 int values; in linear_range_values_in_range_array() local 54 values = linear_range_values_in_range(&r[i]); in linear_range_values_in_range_array() 55 if (!values) in linear_range_values_in_range_array() 56 return values; in linear_range_values_in_range_array() 58 values_in_range += values; in linear_range_values_in_range_array()
|
D | Kconfig.kmsan | 12 bool "KMSAN: detector of uninitialized values use" 20 uninitialized values in the kernel. It is based on compiler 37 bool "Check for uninitialized values passed to and returned from functions" 46 function parameters and return values across function borders. This
|
D | Kconfig.ubsan | 120 bool "Perform checking for non-boolean values used as boolean" 124 This option enables -fsanitize=bool which checks for boolean values being 128 bool "Perform checking for out of bounds enum values" 132 This option enables -fsanitize=enum which checks for values being loaded 133 into an enum that are outside the range of given values for the given enum.
|
D | radix-tree.c | 824 struct radix_tree_node *node, int count, int values) in replace_slot() argument 826 if (node && (count || values)) { in replace_slot() 828 node->nr_values += values; in replace_slot() 880 int values = !!xa_is_value(item) - !!xa_is_value(old); in __radix_tree_replace() local 889 (count || values)); in __radix_tree_replace() 890 replace_slot(slot, item, node, count, values); in __radix_tree_replace() 1368 int values = xa_is_value(old) ? -1 : 0; in __radix_tree_delete() local 1378 replace_slot(slot, NULL, node, -1, values); in __radix_tree_delete()
|
D | test_printf.c | 611 unsigned long values[] = {section, node, zone, last_cpupid, kasan_tag}; in page_flags_test() local 616 for (i = 0; i < ARRAY_SIZE(values); i++) in page_flags_test() 617 flags |= (values[i] & pft[i].mask) << pft[i].shift; in page_flags_test() 635 values[i] & pft[i].mask); in page_flags_test()
|
D | xarray.c | 748 int count, int values) in update_node() argument 750 if (!node || (!count && !values)) in update_node() 754 node->nr_values += values; in update_node() 781 int values = 0; in xas_store() local 825 values += !xa_is_value(first) - !value; in xas_store() 844 update_node(xas, node, count, values); in xas_store() 1060 int values = 0; in xas_split() local 1084 values--; in xas_split() 1094 values += (xa_is_value(entry) - xa_is_value(curr)) * in xas_split() 1099 node->nr_values += values; in xas_split()
|
D | Kconfig | 424 values for parameters 'm' (Galois field order) and 't' 425 (error correction capability). Those specific values must 426 be set by declaring default values for symbols BCH_CONST_M 430 usual (m,t) values (typically such that m*t < 200). 628 Implements an algorithm for dynamically changing CQ moderation values
|
D | Kconfig.kcsan | 121 If false, the chosen delays are always the KCSAN_UDELAY_* values
|
D | Kconfig.debug | 2097 If RANDOMIZE_BASE is enabled, PC values will not be stable across 2098 different machines and across reboots. If you need stable PC values,
|