Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dhelpers.c417 unsigned long long *res, bool *is_negative) in __bpf_strtoull() argument
426 if (!buf || !buf_len || !res || !is_negative) in __bpf_strtoull()
438 *is_negative = (cur_buf < buf + buf_len && *cur_buf == '-'); in __bpf_strtoull()
439 if (*is_negative) in __bpf_strtoull()
471 bool is_negative; in __bpf_strtoll() local
474 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll()
477 if (is_negative) { in __bpf_strtoll()
518 bool is_negative; in BPF_CALL_4() local
521 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in BPF_CALL_4()
524 if (is_negative) in BPF_CALL_4()
/OK3568_Linux_fs/kernel/include/linux/
H A Doverflow.h45 #define is_negative(a) (!(is_non_negative(a))) macro
248 (_to_shift != _s || is_negative(*_d) || is_negative(_a) || \
/OK3568_Linux_fs/kernel/drivers/media/spi/
H 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dnumeric_traits.hpp105 struct is_negative;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddouble-int.h169 bool is_negative () const;
401 double_int::is_negative () const in is_negative() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddouble-int.h169 bool is_negative () const;
401 double_int::is_negative () const in is_negative() function
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_tnrdmd.h166 u8 is_negative; member
H A Dcxd2880_tnrdmd.c1831 data[0] = pid_ftr_cfg->is_negative ? 0x01 : 0x00; in pid_ftr_setting()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c1489 u8 is_negative = 0; in _cmd_wl_tx_power() local
1497 is_negative = 1; in _cmd_wl_tx_power()
1505 if (is_negative) in _cmd_wl_tx_power()
1513 else if (is_negative) in _cmd_wl_tx_power()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_dbg_cmd.c1489 u8 is_negative = 0; in _cmd_wl_tx_power() local
1497 is_negative = 1; in _cmd_wl_tx_power()
1505 if (is_negative) in _cmd_wl_tx_power()
1513 else if (is_negative) in _cmd_wl_tx_power()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_eth_ioctl.c3645 int is_negative = MFALSE; in woal_priv_hscfg() local
3663 is_negative = MTRUE; in woal_priv_hscfg()
3669 if (is_negative == MTRUE) { in woal_priv_hscfg()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_eth_ioctl.c4603 int is_negative = MFALSE; in woal_priv_hscfg() local
4620 is_negative = MTRUE; in woal_priv_hscfg()
4626 if (is_negative == MTRUE) { in woal_priv_hscfg()