Searched defs:roundup (Results 1 – 14 of 14) sorted by relevance
/third_party/libbpf/include/linux/ |
D | kernel.h | 33 #define roundup(x, y) ( \ macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | types.h | 57 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | param.h | 31 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/fsverity-utils/common/ |
D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | mmapstress01.c | 97 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | mmapstress10.c | 108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 45 #define roundup(x, y) align(x, y) macro
|
/third_party/optimized-routines/math/test/rtest/ |
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
|