Searched defs:is_negative (Results 1 – 5 of 5) sorted by relevance
/linux/rust/kernel/ | ||
H A D | time.rs | 275 pub fn is_negative(self) -> bool { is_negative() method |
/linux/include/linux/ | ||
H A D | overflow.h | 44 #define is_negative(a) (!(is_non_negative(a))) macro |
/linux/drivers/media/spi/ | ||
H A D | cxd2880-spi.c | 40 u8 is_negative; member |
/linux/drivers/media/dvb-frontends/cxd2880/ | ||
H A D | cxd2880_tnrdmd.h | 166 u8 is_negative; member |
/linux/kernel/bpf/ | ||
H A D | helpers.c | 451 __bpf_strtoull(const char * buf,size_t buf_len,u64 flags,unsigned long long * res,bool * is_negative) __bpf_strtoull() argument |