Searched defs:round_up (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/include/linux/ ! |
D | math.h | 11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/linux-6.6.21/tools/testing/selftests/bpf/progs/ ! |
D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/linux-6.6.21/include/linux/ ! |
D | math.h | 25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/linux-6.6.21/tools/arch/x86/intel_sdsi/ ! |
D | intel_sdsi.c | 49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/linux-6.6.21/drivers/clk/bcm/ ! |
D | clk-bcm2835.c | 507 bool round_up; member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ ! |
D | display_mode_vba_util_32.c | 1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity()
|