Searched defs:round_up (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) 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 | fold-const.h | 170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) 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 | fold-const.h | 170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | kernel.h | 54 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_la_mode.c | 732 bool round_up = 0; in halbb_la_main() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 72 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_la_mode.c | 732 bool round_up = 0; in halbb_la_main() local
|
| /OK3568_Linux_fs/kernel/drivers/atm/ |
| H A D | horizon.h | 487 round_up, enumerator
|
| H A D | ambassador.h | 643 round_up, enumerator
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image-fit.c | 36 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|