Searched refs:is_negative (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Doverflow.h44 #define is_negative(a) (!(is_non_negative(a))) macro
206 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
/linux-master/drivers/media/spi/
H A Dcxd2880-spi.c40 u8 is_negative; member in struct:cxd2880_pid_filter_config
216 data[0] = cfg->is_negative ? 0x01 : 0x00;
250 tmpcfg.is_negative = 1;
/linux-master/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.h166 u8 is_negative; member in struct:cxd2880_tnrdmd_pid_ftr_cfg
H A Dcxd2880_tnrdmd.c1831 data[0] = pid_ftr_cfg->is_negative ? 0x01 : 0x00;
/linux-master/kernel/bpf/
H A Dhelpers.c447 unsigned long long *res, bool *is_negative)
456 if (!buf || !buf_len || !res || !is_negative)
468 *is_negative = (cur_buf < buf + buf_len && *cur_buf == '-');
469 if (*is_negative)
501 bool is_negative; local
504 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative);
507 if (is_negative) {
548 bool is_negative; local
551 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative);
554 if (is_negative)
446 __bpf_strtoull(const char *buf, size_t buf_len, u64 flags, unsigned long long *res, bool *is_negative) argument
[all...]

Completed in 136 milliseconds