Searched refs:values (Results 1 – 9 of 9) 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.ubsan | 116 bool "Perform checking for non-boolean values used as boolean" 120 This option enables -fsanitize=bool which checks for boolean values being 124 bool "Perform checking for out of bounds enum values" 128 This option enables -fsanitize=enum which checks for values being loaded 129 into an enum that are outside the range of given values for the given enum.
|
D | radix-tree.c | 822 struct radix_tree_node *node, int count, int values) in replace_slot() argument 824 if (node && (count || values)) { in replace_slot() 826 node->nr_values += values; in replace_slot() 878 int values = !!xa_is_value(item) - !!xa_is_value(old); in __radix_tree_replace() local 887 (count || values)); in __radix_tree_replace() 888 replace_slot(slot, item, node, count, values); in __radix_tree_replace() 1366 int values = xa_is_value(old) ? -1 : 0; in __radix_tree_delete() local 1376 replace_slot(slot, NULL, node, -1, values); in __radix_tree_delete()
|
D | xarray.c | 747 int count, int values) in update_node() argument 749 if (!node || (!count && !values)) in update_node() 753 node->nr_values += values; in update_node() 780 int values = 0; in xas_store() local 824 values += !xa_is_value(first) - !value; in xas_store() 843 update_node(xas, node, count, values); in xas_store() 1059 int values = 0; in xas_split() local 1083 values--; in xas_split() 1093 values += (xa_is_value(entry) - xa_is_value(curr)) * in xas_split() 1098 node->nr_values += values; in xas_split()
|
D | Kconfig | 407 values for parameters 'm' (Galois field order) and 't' 408 (error correction capability). Those specific values must 409 be set by declaring default values for symbols BCH_CONST_M 413 usual (m,t) values (typically such that m*t < 200). 601 Implements an algorithm for dynamically changing CQ moderation values
|
D | test_printf.c | 611 unsigned long values[] = {section, node, zone, last_cpupid, kasan_tag}; in page_flags_test() local 632 pft[i].value = values[i]; in page_flags_test()
|
D | Kconfig.kcsan | 131 If false, the chosen delays are always the KCSAN_UDELAY_* values
|
D | Kconfig.debug | 2013 If RANDOMIZE_BASE is enabled, PC values will not be stable across 2014 different machines and across reboots. If you need stable PC values,
|