/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
H A D | json.h | 31 #define roundup(x, y) ( \ macro
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | math.h | 17 #define roundup(x, y) ( \ macro
|
/third_party/libbpf/include/linux/ |
H A D | kernel.h | 33 #define roundup(x, y) ( \ macro
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | sfrem.c | 43 register boolean roundup = FALSE; in sgl_frem() local
|
H A D | dfrem.c | 44 register boolean roundup = FALSE; in dbl_frem() local
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | dfrem.c | 44 register boolean roundup = FALSE; in dbl_frem() local
|
H A D | sfrem.c | 43 register boolean roundup = FALSE; in sgl_frem() local
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | math.h | 59 #define roundup(x, y) ( \ macro
|
/third_party/fsverity-utils/common/ |
H A D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | param.h | 31 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | types.h | 57 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/include/sys/ |
H A D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | kernel.h | 56 #define roundup(x, y) ( \ macro
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 45 #define roundup(x, y) align(x, y) macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
H A D | mmapstress01.c | 50 #undef roundup macro 52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
H A D | mmapstress09.c | 78 #undef roundup macro 80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
H A D | mmapstress10.c | 106 #undef roundup macro 108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/third_party/optimized-routines/math/test/rtest/ |
H A D | semi.c | 14 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local 77 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
|
/kernel/linux/linux-6.6/mm/ |
H A D | swap_state.c | 564 unsigned int roundup = 4; in __swapin_nr_pages() local
|
/kernel/linux/linux-5.10/mm/ |
H A D | swap_state.c | 593 unsigned int roundup = 4; in __swapin_nr_pages() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernel.h | 110 #define roundup(x, y) ( \ macro
|
/kernel/linux/linux-5.10/include/soc/fsl/ |
H A D | qman.h | 428 qm_fqd_set_taildrop(struct qm_fqd *fqd, u32 val, int roundup) qm_fqd_set_taildrop() argument 585 qm_cgr_cs_thres_set64(struct qm_cgr_cs_thres *th, u64 val, int roundup) qm_cgr_cs_thres_set64() argument
|