Home
last modified time | relevance | path

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

/linux/lib/
A Doverflow_kunit.c205 {0, S32_MIN, S32_MIN, S32_MIN, 0, false, true, false},
206 {S32_MIN, 0, S32_MIN, S32_MIN, 0, false, false, false},
208 {-1, S32_MIN, S32_MAX, S32_MAX, S32_MIN, true, false, true},
209 {S32_MIN, -1, S32_MAX, -S32_MAX, S32_MIN, true, false, true},
213 {-S32_MAX, -1, S32_MIN, S32_MIN+2, S32_MAX, false, false, false},
215 {1, S32_MIN, -S32_MAX, -S32_MAX, S32_MIN, false, true, false},
216 {S32_MIN, 1, -S32_MAX, S32_MAX, S32_MIN, false, true, false},
217 {1, S32_MAX, S32_MIN, S32_MIN+2, S32_MAX, true, false, false},
220 {S32_MIN, S32_MIN, 0, 0, 0, true, false, true},
903 TEST_OVERFLOWS_TYPE(s32, u8, S32_MIN, true); in overflows_type_test()
[all …]
A Dnlattr.c255 range->min = S32_MIN; in nla_get_range_signed()
A Dtest_bpf.c14012 BPF_JMP32_IMM(BPF_JSGE, R1, S32_MIN, 1),
14024 BPF_JMP32_IMM(BPF_JSLT, R1, S32_MIN, 1),
/linux/tools/testing/selftests/bpf/prog_tests/
A Dreg_bounds.c19 #define S32_MIN ((s32)INT_MIN) macro
203 else if ((s32)x == S32_MIN) in snprintf_num()
205 else if ((s32)x <= S32_MIN + 256) in snprintf_num()
246 [S32] = { (u64)(u32)S32_MIN, (u64)(u32)S32_MAX },
446 (s64)x.a >= S32_MIN && (s64)x.b <= S32_MAX) in range_refine()
1326 (u32)S32_MIN,
2108 {S32, U64, {(u32)S32_MIN, (u32)S32_MIN}, {(u32)(s32)-255, 0}},
2110 {S32, S64, {0, 1}, {(u32)S32_MIN, (u32)S32_MIN}},
2111 {S32, U32, {(u32)S32_MIN, (u32)S32_MIN}, {(u32)S32_MIN, (u32)S32_MIN}},
2121 {S32, U32, {(u32)S32_MIN, 0}, {0, 0}},
[all …]
/linux/include/linux/
A Dlimits.h24 #define S32_MIN ((s32)(-S32_MAX - 1)) macro
/linux/drivers/iio/magnetometer/
A Dbmc150_magn.c369 return S32_MIN; in bmc150_magn_compensate_x()
391 return S32_MIN; in bmc150_magn_compensate_y()
417 return S32_MIN; in bmc150_magn_compensate_z()
/linux/arch/arm64/kernel/
A Dmodule.c92 if (sval < S32_MIN || sval > S32_MAX) in reloc_data()
/linux/drivers/perf/
A Darm-ni.c393 local64_set(&cd->evcnt[idx]->hw.prev_count, S32_MIN); in arm_ni_init_evcnt()
394 writel_relaxed(S32_MIN, cd->pmu_base + NI_PMEVCNTR(idx)); in arm_ni_init_evcnt()
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c590 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_readback()
697 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit()
759 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_stdu_surface_dirty()
A Dvmwgfx_scrn.c1038 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit()
1132 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty()
/linux/arch/mips/net/
A Dbpf_jit_comp.c632 always = imm == S32_MIN && width == 32; in setup_jmp_i()
635 never = imm == S32_MIN && width == 32; in setup_jmp_i()
A Dbpf_jit_comp32.c210 if (imm > S32_MIN && imm < 0) in emit_alu_i64()
/linux/fs/xfs/libxfs/
A Dxfs_format.h741 #define XFS_LEGACY_TIME_MIN ((int64_t)S32_MIN)
779 #define XFS_BIGTIME_EPOCH_OFFSET (-(int64_t)S32_MIN)
/linux/kernel/bpf/
A Dlog.c626 : (u32)reg->s32_min_value, reg->s32_min_value == S32_MIN}, in print_scalar_ranges()
A Dverifier.c1914 reg->s32_min_value = S32_MIN; in __mark_reg_unbounded()
1930 reg->s32_min_value = S32_MIN; in __mark_reg32_unbounded()
1942 var32_off.value | (var32_off.mask & S32_MIN)); in __update_reg32_bounds()
13491 *dst_smin = S32_MIN; in scalar32_min_max_add()
13532 *dst_smin = S32_MIN; in scalar32_min_max_sub()
13595 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_mul()
13661 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_and()
13724 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_or()
13784 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_xor()
13825 dst_reg->s32_min_value = S32_MIN; in __scalar32_min_max_lsh()
[all …]
A Dcore.c365 const s64 imm_min = S32_MIN, imm_max = S32_MAX; in bpf_adj_delta_to_imm()
388 off_min = S32_MIN; in bpf_adj_delta_to_off()
/linux/fs/ext4/
A Dext4.h896 (raw_inode)->xtime = cpu_to_le32(clamp_t(int32_t, (ts).tv_sec, S32_MIN, S32_MAX)); \
1995 #define EXT4_EXTRA_TIMESTAMP_MAX (((s64)1 << 34) - 1 + S32_MIN)
1997 #define EXT4_TIMESTAMP_MIN S32_MIN
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dclock.c487 scaled_ppm <= S32_MAX && scaled_ppm >= S32_MIN) { in mlx5_ptp_freq_adj_real_time()
/linux/fs/quota/
A Dquota.c667 return timer > S32_MAX || timer < S32_MIN; in want_bigtime()
/linux/net/netlink/
A Daf_netlink.c831 rover = S32_MIN + get_random_u32_below(-4096 - S32_MIN); in netlink_autobind()
/linux/fs/ext2/
A Dsuper.c995 sb->s_time_min = S32_MIN; in ext2_fill_super()
/linux/fs/ufs/
A Dsuper.c847 sb->s_time_min = S32_MIN; in ufs_fill_super()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.c2134 if (delta > S32_MAX || delta < S32_MIN) { in ice_ptp_adjtime()
/linux/drivers/hid/
A Dwacom_sys.c275 a->logical_minimum = S32_MIN; in wacom_hid_usage_quirk()
/linux/net/wireless/
A Dnl80211.c13052 low = S32_MIN; in cfg80211_cqm_rssi_update()
13072 s32 prev = S32_MIN; in nl80211_set_cqm_rssi()

Completed in 179 milliseconds