Searched refs:is_negative (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | overflow.h | 44 #define is_negative(a) (!(is_non_negative(a))) macro 129 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
|
/openbmc/linux/kernel/bpf/ |
H A D | helpers.c | 446 unsigned long long *res, bool *is_negative) in __bpf_strtoull() argument 455 if (!buf || !buf_len || !res || !is_negative) in __bpf_strtoull() 467 *is_negative = (cur_buf < buf + buf_len && *cur_buf == '-'); in __bpf_strtoull() 468 if (*is_negative) in __bpf_strtoull() 500 bool is_negative; in __bpf_strtoll() local 503 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll() 506 if (is_negative) { in __bpf_strtoll() 549 bool is_negative; in BPF_CALL_4() local 553 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in BPF_CALL_4() 556 if (is_negative) in BPF_CALL_4()
|
/openbmc/linux/drivers/media/spi/ |
H A D | cxd2880-spi.c | 40 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()
|
/openbmc/linux/drivers/media/dvb-frontends/cxd2880/ |
H A D | cxd2880_tnrdmd.h | 166 u8 is_negative; member
|
H A D | cxd2880_tnrdmd.c | 1831 data[0] = pid_ftr_cfg->is_negative ? 0x01 : 0x00; in pid_ftr_setting()
|
/openbmc/qemu/target/ppc/ |
H A D | dfp_helper.c | 559 int minexp, maxexp, nzero_digits, nzero_idx, is_negative, is_zero, \ 577 is_negative = decNumberIsNegative(&dfp.a); \ 597 if (is_negative) { \
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | gcc.git-ab884fffe3fc82a710bea66ad651720d71c938b8.patch | 172 + string z(1, "+-"[t.is_negative()]); 286 - string z(1, "+-"[t.is_negative()]);
|
/openbmc/bmcweb/redfish-core/include/utils/extern/ |
H A D | date.h | 4110 CONSTCD11 bool is_negative() const NOEXCEPT {return neg_;} 4129 if (tod.is_negative())
|