Home
last modified time | relevance | path

Searched refs:values (Results 1 – 18 of 18) sorted by relevance

/lib/
A Dtest_min_heap.c30 int *values = heap->data; in pop_verify_heap() local
34 last = values[0]; in pop_verify_heap()
38 if (last > values[0]) { in pop_verify_heap()
40 values[0]); in pop_verify_heap()
44 if (last < values[0]) { in pop_verify_heap()
46 values[0]); in pop_verify_heap()
50 last = values[0]; in pop_verify_heap()
61 .data = values, in test_heapify_all()
93 .data = values, in test_heap_push()
125 .data = values, in test_heap_pop_push()
[all …]
A Dlinear_ranges.c52 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()
A DKconfig.kmsan12 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
A DKconfig.ubsan138 bool "Perform checking for non-boolean values used as boolean"
142 This option enables -fsanitize=bool which checks for boolean values being
146 bool "Perform checking for out of bounds enum values"
150 This option enables -fsanitize=enum which checks for values being loaded
151 into an enum that are outside the range of given values for the given enum.
A Dradix-tree.c824 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()
A Dxarray.c756 int count, int values) in update_node() argument
758 if (!node || (!count && !values)) in update_node()
762 node->nr_values += values; in update_node()
789 int values = 0; in xas_store() local
852 update_node(xas, node, count, values); in xas_store()
1092 int values = 0; in xas_split() local
1117 values--; in xas_split()
1132 node->nr_values += values; in xas_split()
1181 int values = 0; in xas_try_split() local
1237 values--; in xas_try_split()
[all …]
A DKconfig284 values for parameters 'm' (Galois field order) and 't'
285 (error correction capability). Those specific values must
286 be set by declaring default values for symbols BCH_CONST_M
290 usual (m,t) values (typically such that m*t < 200).
492 Implements an algorithm for dynamically changing CQ moderation values
A DKconfig.kcsan121 If false, the chosen delays are always the KCSAN_UDELAY_* values
/lib/tests/
A Dprintf_kunit.c600 unsigned long values[] = {section, node, zone, last_cpupid, kasan_tag}; in page_flags_test() local
605 for (i = 0; i < ARRAY_SIZE(values); i++) in page_flags_test()
606 flags |= (values[i] & pft[i].mask) << pft[i].shift; in page_flags_test()
624 values[i] & pft[i].mask); in page_flags_test()
/lib/crypto/x86/
A Dsha256-avx-asm.S130 # Rotate values of symbols X0...X3
140 # Rotate values of symbols a...h
A Dsha256-ssse3-asm.S124 # Rotate values of symbols X0...X3
134 # Rotate values of symbols a...h
A Dchacha-ssse3-x86_64.S280 # x12 += counter values 0-3
567 # x12 += counter values 0-3
A Dsha256-avx2-asm.S129 # Rotate values of symbols X0...X3
139 # Rotate values of symbols a...h
A Dchacha-avx2-x86_64.S585 # x12 += counter values 0-3
814 # x12 += counter values 0-3
A Dsha512-avx-asm.S159 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
A Dsha512-ssse3-asm.S154 # Two rounds are computed based on the values for K[t-2]+W[t-2] and
A Dchacha-avx512vl-x86_64.S490 # x12 += counter values 0-3
A Dsha512-avx2-asm.S131 # Rotate values of symbols Y0...Y3

Completed in 28 milliseconds