Searched refs:S32_MIN (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 19 #define S32_MIN ((s32)INT_MIN) macro 203 else if ((s32)x == S32_MIN) in snprintf_num() 204 return snappendf(sb, "S32_MIN"); in snprintf_num() 205 else if ((s32)x <= S32_MIN + 256) in snprintf_num() 206 return snappendf(sb, "S32_MIN+%d", (s32)x - S32_MIN); in snprintf_num() 246 [S32] = { (u64)(u32)S32_MIN, (u64)(u32)S32_MAX }, 464 smin = (u64)(u32)S32_MIN; in range_refine_in_halves() 546 (s64)x.a >= S32_MIN && (s64)x.b <= S32_MAX) in range_refine() 1146 * - smin32=%d, if missing, assumed S32_MIN; in parse_reg_state() [all...] |
| /linux/include/linux/ |
| H A D | limits.h | 24 #define S32_MIN ((s32)(-S32_MAX - 1)) macro
|
| /linux/drivers/iio/magnetometer/ |
| H A D | bmc150_magn.c | 370 return S32_MIN; in bmc150_magn_compensate_x() 392 return S32_MIN; in bmc150_magn_compensate_y() 418 return S32_MIN; in bmc150_magn_compensate_z()
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | prop.c | 228 props->dpll_props.phase_range.min = S32_MIN; in zl3073x_pin_props_get()
|
| /linux/arch/arm64/kernel/ |
| H A D | module.c | 103 if (sval < S32_MIN || sval > S32_MAX) in reloc_data()
|
| /linux/lib/ |
| H A D | nlattr.c | 255 range->min = S32_MIN; in nla_get_range_signed()
|
| /linux/net/netlink/ |
| H A D | af_netlink.c | 819 /* rover will be in range [S32_MIN, -4097] */ in netlink_autobind() 820 rover = S32_MIN + get_random_u32_below(-4096 - S32_MIN); in netlink_autobind()
|
| /linux/drivers/iio/adc/ |
| H A D | ad4695.c | 1249 val = clamp_t(int, val, S32_MIN / 8, S32_MAX / 8); in ad4695_get_calibbias()
|
| /linux/fs/ufs/ |
| H A D | super.c | 781 sb->s_time_min = S32_MIN; in ufs_fill_super()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp32.c | 210 if (imm > S32_MIN && imm < 0) in emit_alu_i64()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 14929 low = S32_MIN; in nl80211_send_wowlan_tcp() 14949 s32 prev = S32_MIN; in nl80211_send_wowlan_tcp()
|