Searched defs:CEIL (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 275 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | system.h | 387 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | system.h | 387 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/pll/ |
| H A D | dsi_pll_14nm.c | 258 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | clk-rcg2.c | 60 CEIL, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmutils.h | 498 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmutils.h | 549 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmutils.h | 549 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmutils.h | 549 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmutils.h | 665 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmutils.h | 665 #define CEIL(x, y) (((x) + ((y) - 1)) / (y)) macro
|