Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/osal/
Dliteos_m.c129 IRAM_ATTR VOID* __wrap_LOS_MemAllocAlign(VOID* pool, UINT32 size, UINT32 boundary) in __wrap_LOS_MemAllocAlign()
/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/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmutils.h501 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ argument
503 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ 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/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmutils.h510 #define ALIGN_ADDR(addr, boundary) \ argument
512 #define ALIGN_SIZE(size, boundary) (((size) + (boundary)-1) & ~((boundary)-1)) argument
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmutils.h671 #define ALIGN_ADDR(addr, boundary) (void *)(((uintptr)(addr) + (boundary) - 1) \ argument
673 #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/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Dbcmutils.c2387 uint boundary; in bcm_mw_to_qdbm() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dbcmutils.c3567 uint boundary; in bcm_mw_to_qdbm() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Dbcmutils.c3766 uint boundary; in bcm_mw_to_qdbm() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dbcmutils.c4892 uint boundary; in bcm_mw_to_qdbm() local