Searched defs:round_up (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/tools/include/linux/ |
H A D | math.h | 11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/openbmc/linux/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
|
/openbmc/linux/include/linux/ |
H A D | math.h | 25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/openbmc/u-boot/include/linux/ |
H A D | kernel.h | 59 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 92 bool round_up) in muldiv64_rounding()
|
/openbmc/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 48 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 507 bool round_up; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity()
|