Home
last modified time | relevance | path

Searched refs:S32_MIN (Results 1 – 11 of 11) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c19 #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 Dlimits.h24 #define S32_MIN ((s32)(-S32_MAX - 1)) macro
/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c370 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 Dprop.c228 props->dpll_props.phase_range.min = S32_MIN; in zl3073x_pin_props_get()
/linux/arch/arm64/kernel/
H A Dmodule.c103 if (sval < S32_MIN || sval > S32_MAX) in reloc_data()
/linux/lib/
H A Dnlattr.c255 range->min = S32_MIN; in nla_get_range_signed()
/linux/net/netlink/
H A Daf_netlink.c819 /* 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 Dad4695.c1249 val = clamp_t(int, val, S32_MIN / 8, S32_MAX / 8); in ad4695_get_calibbias()
/linux/fs/ufs/
H A Dsuper.c781 sb->s_time_min = S32_MIN; in ufs_fill_super()
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c210 if (imm > S32_MIN && imm < 0) in emit_alu_i64()
/linux/net/wireless/
H A Dnl80211.c14929 low = S32_MIN; in nl80211_send_wowlan_tcp()
14949 s32 prev = S32_MIN; in nl80211_send_wowlan_tcp()