Searched refs:S32_MIN (Results 1 - 24 of 24) sorted by relevance

/linux-master/include/linux/
H A Dlimits.h24 #define S32_MIN ((s32)(-S32_MAX - 1)) macro
/linux-master/lib/
H 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, tru
[all...]
H A Dnlattr.c255 range->min = S32_MIN;
H A Dtest_bpf.c14012 BPF_JMP32_IMM(BPF_JSGE, R1, S32_MIN, 1),
14024 BPF_JMP32_IMM(BPF_JSLT, R1, S32_MIN, 1),
/linux-master/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)
204 return snappendf(sb, "S32_MIN");
205 else if ((s32)x <= S32_MIN + 256)
206 return snappendf(sb, "S32_MIN+%d", (s32)x - S32_MIN);
246 [S32] = { (u64)(u32)S32_MIN, (u64)(u32)S32_MAX },
1011 * - smin32=%d, if missing, assumed S32_MIN;
1035 {"smin32=", &reg->r[S32].a, (u32)S32_MIN, true},
1313 (u32)S32_MIN,
[all...]
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c369 return S32_MIN;
391 return S32_MIN;
417 return S32_MIN;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_stdu.c582 ddirty.right = ddirty.bottom = S32_MIN;
689 sdirty->right = sdirty->bottom = S32_MIN;
757 sdirty.right = sdirty.bottom = S32_MIN;
H A Dvmwgfx_scrn.c1038 sdirty->right = sdirty->bottom = S32_MIN;
1132 sdirty.right = sdirty.bottom = S32_MIN;
/linux-master/arch/arm64/kernel/
H A Dmodule.c218 if (sval < S32_MIN || sval > S32_MAX)
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.c632 always = imm == S32_MIN && width == 32;
635 never = imm == S32_MIN && width == 32;
H A Dbpf_jit_comp32.c210 if (imm > S32_MIN && imm < 0)
/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h738 #define XFS_LEGACY_TIME_MIN ((int64_t)S32_MIN)
776 #define XFS_BIGTIME_EPOCH_OFFSET (-(int64_t)S32_MIN)
/linux-master/kernel/bpf/
H A Dlog.c605 * because negative 64-bit and 32-bit values >= -S32_MIN have the same
626 : (u32)reg->s32_min_value, reg->s32_min_value == S32_MIN},
H A Dcore.c364 const s64 imm_min = S32_MIN, imm_max = S32_MAX;
387 off_min = S32_MIN;
H A Dverifier.c1908 reg->s32_min_value = S32_MIN;
1924 reg->s32_min_value = S32_MIN;
1936 var32_off.value | (var32_off.mask & S32_MIN));
6143 reg->smin_value = reg->s32_min_value = S32_MIN;
13153 dst_reg->s32_min_value = S32_MIN;
13206 dst_reg->s32_min_value = S32_MIN;
13275 dst_reg->s32_min_value = S32_MIN;
13338 dst_reg->s32_min_value = S32_MIN;
13407 dst_reg->s32_min_value = S32_MIN;
13477 dst_reg->s32_min_value = S32_MIN;
[all...]
/linux-master/net/netlink/
H A Daf_netlink.c849 /* rover will be in range [S32_MIN, -4097] */
850 rover = S32_MIN + get_random_u32_below(-4096 - S32_MIN);
/linux-master/fs/quota/
H A Dquota.c667 return timer > S32_MAX || timer < S32_MIN;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dclock.c402 scaled_ppm <= S32_MAX && scaled_ppm >= S32_MIN) {
/linux-master/fs/ext4/
H A Dext4.h893 (raw_inode)->xtime = cpu_to_le32(clamp_t(int32_t, (ts).tv_sec, S32_MIN, S32_MAX)); \
1992 #define EXT4_EXTRA_TIMESTAMP_MAX (((s64)1 << 34) - 1 + S32_MIN)
1994 #define EXT4_TIMESTAMP_MIN S32_MIN
/linux-master/fs/ufs/
H A Dsuper.c847 sb->s_time_min = S32_MIN;
/linux-master/fs/ext2/
H A Dsuper.c995 sb->s_time_min = S32_MIN;
/linux-master/drivers/hid/
H A Dwacom_sys.c275 a->logical_minimum = S32_MIN;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c2029 if (delta > S32_MAX || delta < S32_MIN) {
/linux-master/net/wireless/
H A Dnl80211.c12861 low = S32_MIN;
12881 s32 prev = S32_MIN;

Completed in 491 milliseconds