Home
last modified time | relevance | path

Searched defs:roundup (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/pmu-events/
H A Djson.h31 #define roundup(x, y) ( \ macro
/kernel/linux/linux-6.6/tools/include/linux/
H A Dmath.h17 #define roundup(x, y) ( \ macro
/third_party/libbpf/include/linux/
H A Dkernel.h33 #define roundup(x, y) ( \ macro
/kernel/linux/linux-5.10/arch/parisc/math-emu/
H A Dsfrem.c43 register boolean roundup = FALSE; in sgl_frem() local
H A Ddfrem.c44 register boolean roundup = FALSE; in dbl_frem() local
/kernel/linux/linux-6.6/arch/parisc/math-emu/
H A Ddfrem.c44 register boolean roundup = FALSE; in dbl_frem() local
H A Dsfrem.c43 register boolean roundup = FALSE; in sgl_frem() local
/kernel/linux/linux-6.6/include/linux/
H A Dmath.h59 #define roundup(x, y) ( \ macro
/third_party/fsverity-utils/common/
H A Dcommon_defs.h58 #define roundup(x, y) ({ \ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dparam.h31 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dtypes.h57 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/include/sys/
H A Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dkernel.h56 #define roundup(x, y) ( \ macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h45 #define roundup(x, y) align(x, y) macro
/third_party/ltp/testcases/kernel/mem/mmapstress/
H A Dmmapstress01.c50 #undef roundup macro
52 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
H A Dmmapstress09.c78 #undef roundup macro
80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
H A Dmmapstress10.c106 #undef roundup macro
108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
/third_party/optimized-routines/math/test/rtest/
H A Dsemi.c14 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 Dswap_state.c564 unsigned int roundup = 4; in __swapin_nr_pages() local
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c593 unsigned int roundup = 4; in __swapin_nr_pages() local
/kernel/linux/linux-5.10/include/linux/
H A Dkernel.h110 #define roundup(x, y) ( \ macro
/kernel/linux/linux-5.10/include/soc/fsl/
H A Dqman.h428 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

Completed in 15 milliseconds

12