Searched refs:size_sub (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | overflow_kunit.c | 692 check_one_size_helper(1, size_sub, var--, 3); in overflow_size_helpers_test() 693 check_one_size_helper(1, size_sub, 4, var--); in overflow_size_helpers_test() 694 check_one_size_helper(1, size_sub, 3, 2); in overflow_size_helpers_test() 695 check_one_size_helper(9, size_sub, 9, 0); in overflow_size_helpers_test() 696 check_one_size_helper(SIZE_MAX, size_sub, 9, -3); in overflow_size_helpers_test() 697 check_one_size_helper(SIZE_MAX, size_sub, 0, 9); in overflow_size_helpers_test() 698 check_one_size_helper(SIZE_MAX, size_sub, 2, 3); in overflow_size_helpers_test() 699 check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 0); in overflow_size_helpers_test() 700 check_one_size_helper(SIZE_MAX, size_sub, SIZE_MAX, 10); in overflow_size_helpers_test() 701 check_one_size_helper(SIZE_MAX, size_sub, 0, SIZE_MAX); in overflow_size_helpers_test() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | overflow.h | 227 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub() function
|
/linux-6.3-rc2/Documentation/translations/it_IT/process/ |
A D | deprecated.rst | 106 Per altri calcoli, usate le funzioni size_mul(), size_add(), e size_sub(). Per 115 size_sub(count, 3))), GFP_KERNEL);
|
/linux-6.3-rc2/Documentation/process/ |
A D | deprecated.rst | 98 size_add(), and size_sub() helpers. For example, in the case of:: 106 size_sub(count, 3))), GFP_KERNEL);
|
Completed in 6 milliseconds