Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dkernel.h114 #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 Dfold-const.h170 #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 Dfold-const.h170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dkernel.h54 #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 Dhalbb_la_mode.c732 bool round_up = 0; in halbb_la_main() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h72 #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 Dhalbb_la_mode.c732 bool round_up = 0; in halbb_la_main() local
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dhorizon.h487 round_up, enumerator
H A Dambassador.h643 round_up, enumerator
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c36 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro