| /device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/3rdparty/carotene/src/ |
| D | minmaxloc.cpp | 235 size_t bound = std::min<size_t>(boundAll, b + 0xffffFFFC); local 370 size_t bound = std::min<size_t>(boundAll, b + 0xffffFFFC); local 514 size_t bound = std::min<size_t>(boundAll, b + 0xffffFFFC); local 646 size_t bound = std::min<size_t>(boundAll, b + 0xffffFFF8); local 801 size_t bound = std::min<size_t>(boundAll, b + 0xffffFFF8); local 950 s32 bound = len - (16 - 1); local 1077 s32 bound = len - (16 - 1); local
|
| /device/soc/st/stm32f407zg/uniproton/board/driver/usart/ |
| D | usart.c | 30 void UartInit(u32 bound) { in UartInit()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | bcmutils.h | 606 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 607 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 610 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 611 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 614 #define MODADD(x, y, bound) \ argument 616 #define MODSUB(x, y, bound) \ argument 620 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 621 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| D | bcmutils.h | 685 #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/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
| D | bcmutils.h | 645 #define MODDEC(x, bound) MUX((x) == 0, (bound)-1, (x)-1) argument 646 #define MODINC(x, bound) MUX((x) == (bound)-1, 0, (x) + 1) argument 649 #define MODDEC_POW2(x, bound) (((x)-1) & ((bound)-1)) argument 650 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound)-1)) argument 653 #define MODADD(x, y, bound) \ argument 655 #define MODSUB(x, y, bound) \ argument 659 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound)-1)) argument 660 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound)-1)) argument
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
| D | bcmutils.h | 833 #define MODDEC(x, bound) MUX((x) == 0, (bound) - 1, (x) - 1) argument 834 #define MODINC(x, bound) MUX((x) == (bound) - 1, 0, (x) + 1) argument 837 #define MODDEC_POW2(x, bound) (((x) - 1) & ((bound) - 1)) argument 838 #define MODINC_POW2(x, bound) (((x) + 1) & ((bound) - 1)) argument 841 #define MODADD(x, y, bound) \ argument 843 #define MODSUB(x, y, bound) \ argument 847 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument 848 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
|
| /device/soc/rockchip/common/sdk_linux/include/media/ |
| D | v4l2-async.h | 107 …int (*bound)(struct v4l2_async_notifier *notifier, struct v4l2_subdev *subdev, struct v4l2_async_s… member
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | dhd_msgbuf.c | 4144 dhd_prot_process_msgbuf_infocpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_infocpl() 4196 dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_rxcpl() 4436 dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_txcpl()
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | dhd_msgbuf.c | 5299 bool BCMFASTPATH dhd_prot_process_msgbuf_infocpl(dhd_pub_t *dhd, uint bound) in dhd_prot_process_msgbuf_infocpl() 5636 bool BCMFASTPATH dhd_prot_process_msgbuf_rxcpl(dhd_pub_t *dhd, uint bound, in dhd_prot_process_msgbuf_rxcpl() 5917 bool BCMFASTPATH dhd_prot_process_msgbuf_txcpl(dhd_pub_t *dhd, uint bound, in dhd_prot_process_msgbuf_txcpl()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | dhd_msgbuf.c | 5187 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()
|