Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
Dlos_base.h67 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmutils.h554 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ argument
556 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Doal_util.h258 #define oal_round_down(value, boundary) ((value) & (~((boundary) - 1))) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmutils.c3567 uint boundary; in bcm_mw_to_qdbm() local