Home
last modified time | relevance | path

Searched defs:ALIGN_SIZE (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/heap/
Dheap_tlsf_config.h60 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator
113 ALIGN_SIZE = (1 << ALIGN_SIZE_LOG2), enumerator
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dbcmutils.h503 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dbcmutils.h556 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dbcmutils.h512 #define ALIGN_SIZE(size, boundary) (((size) + (boundary)-1) & ~((boundary)-1)) macro
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dbcmutils.h673 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \ macro