Searched defs:boundary (Results 1 – 11 of 11) sorted by relevance
| /device/soc/esp/esp32/components/osal/ |
| D | liteos_m.c | 129 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/ |
| D | los_base.h | 67 #define ALIGN(addr, boundary) LOS_Align(addr, boundary) argument
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
| D | bcmutils.h | 501 #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/ |
| D | bcmutils.h | 554 #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/ |
| D | bcmutils.h | 510 #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/ |
| D | bcmutils.h | 671 #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/ |
| D | oal_util.h | 258 #define oal_round_down(value, boundary) ((value) & (~((boundary) - 1))) argument
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/ |
| D | bcmutils.c | 2387 uint boundary; in bcm_mw_to_qdbm() local
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | bcmutils.c | 3567 uint boundary; in bcm_mw_to_qdbm() local
|
| /device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
| D | bcmutils.c | 3766 uint boundary; in bcm_mw_to_qdbm() local
|
| /device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
| D | bcmutils.c | 4892 uint boundary; in bcm_mw_to_qdbm() local
|