/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
D | utils.hpp | 37 inline T roundup(const T a, const T b) in roundup() function
|
/external/bpftool/include/linux/ |
D | kernel.h | 23 #define roundup(x, y) ( \ macro
|
/external/libbpf/include/linux/ |
D | kernel.h | 33 #define roundup(x, y) ( \ macro
|
/external/musl/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/external/fsverity-utils/common/ |
D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/external/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
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 45 #define roundup(x, y) align(x, y) macro
|
/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/ |
D | utils.hpp | 45 inline T roundup(const T a, const T b) { in roundup() function
|
/external/arm-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
|
/external/vboot_reference/futility/ |
D | vb1_helper.c | 90 static uint64_t roundup(uint64_t val, uint64_t alignment) in roundup() function
|
/external/erofs-utils/include/erofs/ |
D | defs.h | 106 #define roundup(x, y) ( \ macro
|
/external/libpcap/ |
D | pcap-bpf.c | 2077 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
/external/ImageMagick/coders/ |
D | jpeg.c | 2072 roundup; in WriteProfile() local
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 94572 uint8_t roundup; member 94578 uint8_t roundup; member 94584 uint8_t roundup; member
|
D | vmlinux_510.h | 94572 uint8_t roundup; member 94578 uint8_t roundup; member 94584 uint8_t roundup; member
|