Searched refs:s_max (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Dubsan.h120 typedef __int128 s_max; typedef
123 typedef s64 s_max; typedef
H A Dubsan.c160 static s_max get_signed_val(struct type_descriptor *type, void *val)
163 unsigned extra_bits = sizeof(s_max)*8 - type_bit_width(type);
166 return ((s_max)ulong_val) << extra_bits >> extra_bits;
172 return *(s_max *)val;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c1750 u8 j, k, s_max = 0, b_max = 0, n_used_bssid_entries; local
1823 s_max++;
1829 s_max++;
1881 force_passive = (s_max > 3 || b_max > 9);
1883 (s_max > 2 || b_max > 6));
1885 force_passive = (s_max > 2 || b_max > 6);
1888 force_passive = (s_max > 1 || b_max > 3);
1890 force_passive = (s_max > 2 || b_max > 6);
1892 (s_max > 1 || b_max > 3));
/linux-master/tools/testing/radix-tree/
H A Dmaple.c998 unsigned long s_min, s_max; local
1010 s_entry = mas_range_load(&mas_start, &s_min, &s_max);
1015 if ((s_min == set[i+1]) && (s_max == set[i+2])) {
1018 } else if ((s_min != set[i+1]) && (s_max != set[i+2])) {
1036 } else if ((s_min == e_min) && (s_max == e_max)) {
[all...]

Completed in 326 milliseconds