Home
last modified time | relevance | path

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

/linux/lib/
A Dtest_overflow.c171 {0, S32_MIN, S32_MIN, S32_MIN, 0, false, true, false},
172 {S32_MIN, 0, S32_MIN, S32_MIN, 0, false, false, false},
174 {-1, S32_MIN, S32_MAX, S32_MAX, S32_MIN, true, false, true},
175 {S32_MIN, -1, S32_MAX, -S32_MAX, S32_MIN, true, false, true},
177 {S32_MAX, -1, S32_MAX-1, S32_MIN, -S32_MAX, false, true, false},
179 {-S32_MAX, -1, S32_MIN, S32_MIN+2, S32_MAX, false, false, false},
181 {1, S32_MIN, -S32_MAX, -S32_MAX, S32_MIN, false, true, false},
182 {S32_MIN, 1, -S32_MAX, S32_MAX, S32_MIN, false, true, false},
183 {1, S32_MAX, S32_MIN, S32_MIN+2, S32_MAX, true, false, false},
184 {S32_MAX, 1, S32_MIN, S32_MAX-1, S32_MAX, true, false, false},
[all …]
A Dnlattr.c236 range->min = S32_MIN; in nla_get_range_signed()
A Dtest_bpf.c13388 BPF_JMP32_IMM(BPF_JSGE, R1, S32_MIN, 1),
13400 BPF_JMP32_IMM(BPF_JSLT, R1, S32_MIN, 1),
/linux/include/linux/
A Dlimits.h21 #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/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c533 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_bo_fifo_commit()
648 ddirty->right = ddirty->bottom = S32_MIN; in vmw_stdu_bo_cpu_commit()
711 ddirty.right = ddirty.bottom = S32_MIN; in vmw_kms_stdu_dma()
828 sdirty->right = sdirty->bottom = S32_MIN; in vmw_kms_stdu_surface_fifo_commit()
896 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_stdu_surface_dirty()
A Dvmwgfx_scrn.c1067 sdirty->right = sdirty->bottom = S32_MIN; in vmw_sou_surface_fifo_commit()
1161 sdirty.right = sdirty.bottom = S32_MIN; in vmw_kms_sou_do_surface_dirty()
/linux/arch/mips/net/
A Dbpf_jit_comp.c628 always = imm == S32_MIN && width == 32; in setup_jmp_i()
631 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/arch/arm64/kernel/
A Dmodule.c134 if (sval < S32_MIN || sval > S32_MAX) in reloc_data()
/linux/fs/xfs/libxfs/
A Dxfs_format.h714 #define XFS_LEGACY_TIME_MIN ((int64_t)S32_MIN)
752 #define XFS_BIGTIME_EPOCH_OFFSET (-(int64_t)S32_MIN)
/linux/kernel/bpf/
A Dverifier.c1225 reg->s32_min_value = S32_MIN; in __mark_reg_unbounded()
1241 reg->s32_min_value = S32_MIN; in __mark_reg32_unbounded()
1424 return a >= S32_MIN && a <= S32_MAX; in __reg64_bound_s32()
7419 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_add()
7472 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_sub()
7541 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_mul()
7604 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_and()
7673 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_or()
7743 dst_reg->s32_min_value = S32_MIN; in scalar32_min_max_xor()
7785 dst_reg->s32_min_value = S32_MIN; in __scalar32_min_max_lsh()
[all …]
A Dcore.c342 const s64 imm_min = S32_MIN, imm_max = S32_MAX; in bpf_adj_delta_to_imm()
/linux/fs/ext4/
A Dext4.h916 (raw_inode)->xtime = cpu_to_le32(clamp_t(int32_t, (inode)->xtime.tv_sec, S32_MIN, S32_MAX)); \
1972 #define EXT4_EXTRA_TIMESTAMP_MAX (((s64)1 << 34) - 1 + S32_MIN)
1974 #define EXT4_TIMESTAMP_MIN S32_MIN
/linux/net/netlink/
A Daf_netlink.c838 rover = S32_MIN + prandom_u32_max(-4096 - S32_MIN); in netlink_autobind()
/linux/fs/quota/
A Dquota.c667 return timer > S32_MAX || timer < S32_MIN; in want_bigtime()
/linux/drivers/net/ethernet/intel/ice/
A Dice_ptp.c1150 if (delta > S32_MAX || delta < S32_MIN) { in ice_ptp_adjtime()
/linux/fs/ext2/
A Dsuper.c985 sb->s_time_min = S32_MIN; in ext2_fill_super()
/linux/fs/ufs/
A Dsuper.c846 sb->s_time_min = S32_MIN; in ufs_fill_super()
/linux/drivers/hid/
A Dwacom_sys.c277 a->logical_minimum = S32_MIN; in wacom_hid_usage_quirk()
/linux/net/wireless/
A Dnl80211.c11917 low = S32_MIN; in cfg80211_cqm_rssi_update()
11937 s32 prev = S32_MIN; in nl80211_set_cqm_rssi()

Completed in 159 milliseconds