Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Doverflow_kunit.c228 {0, S64_MIN, S64_MIN, S64_MIN, 0, false, true, false},
229 {S64_MIN, 0, S64_MIN, S64_MIN, 0, false, false, false},
231 {-1, S64_MIN, S64_MAX, S64_MAX, S64_MIN, true, false, true},
232 {S64_MIN, -1, S64_MAX, -S64_MAX, S64_MIN, true, false, true},
236 {-S64_MAX, -1, S64_MIN, S64_MIN+2, S64_MAX, false, false, false},
238 {1, S64_MIN, -S64_MAX, -S64_MAX, S64_MIN, false, true, false},
239 {S64_MIN, 1, -S64_MAX, S64_MAX, S64_MIN, false, true, false},
240 {1, S64_MAX, S64_MIN, S64_MIN+2, S64_MAX, true, false, false},
243 {S64_MIN, S64_MIN, 0, 0, 0, true, false, true},
900 TEST_OVERFLOWS_TYPE(s64, u8, S64_MIN, true); in overflows_type_test()
[all …]
A Dnlattr.c251 range->min = S64_MIN; in nla_get_range_signed()
/linux-6.3-rc2/include/linux/
A Dlimits.h25 #define S64_MIN ((s64)(-S64_MAX - 1)) macro
/linux-6.3-rc2/fs/coda/
A Dinode.c192 sb->s_time_min = S64_MIN; in coda_fill_super()
/linux-6.3-rc2/drivers/net/ethernet/marvell/mvpp2/
A Dmvpp2_tai.c214 if (delta == S64_MIN) in mvpp22_tai_adjtime()
/linux-6.3-rc2/arch/mips/math-emu/
A Dieee754.h297 return ieee754_csr.nan2008 && xs ? S64_MIN : S64_MAX; in ieee754di_overflow()
/linux-6.3-rc2/net/ceph/
A Ddebugfs.c303 hoid->pool == S64_MIN) { in dump_hoid()
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c1684 reg->smin_value = S64_MIN; in __mark_reg_unbounded()
1697 reg->smin_value = S64_MIN; in __mark_reg64_unbounded()
10129 if (smin == S64_MIN) { in check_reg_sane_offset()
10729 dst_reg->smin_value = S64_MIN; in scalar_min_max_add()
10784 dst_reg->smin_value = S64_MIN; in scalar_min_max_sub()
10857 dst_reg->smin_value = S64_MIN; in scalar_min_max_mul()
10921 dst_reg->smin_value = S64_MIN; in scalar_min_max_and()
10990 dst_reg->smin_value = S64_MIN; in scalar_min_max_or()
11056 dst_reg->smin_value = S64_MIN; in scalar_min_max_xor()
11117 dst_reg->smin_value = S64_MIN; in __scalar64_min_max_lsh()
[all …]
/linux-6.3-rc2/net/ceph/crush/
A Dmapper.c363 draw = S64_MIN; in bucket_straw2_choose()
/linux-6.3-rc2/fs/nfs/
A Dsuper.c1073 sb->s_time_min = S64_MIN; in nfs_fill_super()
/linux-6.3-rc2/fs/ufs/
A Dsuper.c868 sb->s_time_min = S64_MIN; in ufs_fill_super()

Completed in 49 milliseconds