Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 4 of 4) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmutils.h685 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument
686 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument
689 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument
690 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument
693 #define MODADD(x, y, bound) \ argument
695 #define MODSUB(x, y, bound) \ argument
699 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument
700 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
/device/soc/rockchip/common/sdk_linux/include/media/
Dv4l2-async.h107 …int (*bound)(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_s… member
/device/soc/hisilicon/ws63v100/sdk/open_source/7-zip-lzma-sdk/lzma_22.00/C/
DLzmaDec.c258 UInt32 bound; in LZMA_DECODE_REAL() local
727 UInt32 bound; in LzmaDec_TryDummy() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_msgbuf.c5187 dhd_prot_process_msgbuf_infocpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_infocpl()
5520 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, int ringtype) in dhd_prot_process_msgbuf_rxcpl()
5796 dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, int ringtype) in dhd_prot_process_msgbuf_txcpl()