Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Doverflow.h42 #define is_negative(a) (!(is_non_negative(a))) macro
127 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
/linux-6.3-rc2/kernel/bpf/
A Dhelpers.c440 unsigned long long *res, bool *is_negative) in __bpf_strtoull() argument
449 if (!buf || !buf_len || !res || !is_negative) in __bpf_strtoull()
461 *is_negative = (cur_buf < buf + buf_len && *cur_buf == '-'); in __bpf_strtoull()
462 if (*is_negative) in __bpf_strtoull()
494 bool is_negative; in __bpf_strtoll() local
497 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll()
500 if (is_negative) { in __bpf_strtoll()
541 bool is_negative; in BPF_CALL_4() local
544 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in BPF_CALL_4()
547 if (is_negative) in BPF_CALL_4()
/linux-6.3-rc2/drivers/media/spi/
A Dcxd2880-spi.c40 u8 is_negative; member
216 data[0] = cfg->is_negative ? 0x01 : 0x00; in cxd2880_set_pid_filter()
250 tmpcfg.is_negative = 1; in cxd2880_update_pid_filter()
/linux-6.3-rc2/drivers/media/dvb-frontends/cxd2880/
A Dcxd2880_tnrdmd.h166 u8 is_negative; member
A Dcxd2880_tnrdmd.c1831 data[0] = pid_ftr_cfg->is_negative ? 0x01 : 0x00; in pid_ftr_setting()

Completed in 15 milliseconds