/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/coreboot/util/qualcomm/ |
D | createxbl.py | 276 def roundup(x, precision): function
|
/external/libbpf/include/linux/ |
D | kernel.h | 35 #define roundup(x, y) ( \ macro
|
/external/musl/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/external/trusty/musl/include/sys/ |
D | param.h | 30 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/external/fsverity-utils/common/ |
D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | util.rs | 58 pub fn roundup(num: usize, r: usize) -> usize { in roundup() function
|
/external/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | mmapstress01.c | 52 #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 | 70 inline T roundup(const T a, const T b) { in roundup() function
|
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/ |
D | semi.c | 15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local 78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
|
/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/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/ |
D | semi.c | 15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local 78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local
|
/external/vboot_reference/futility/ |
D | vb1_helper.c | 98 static uint32_t roundup(uint32_t val, uint32_t alignment) in roundup() function
|
/external/v4l-utils/utils/v4l2-compliance/ |
D | v4l2-test-input-output.cpp | 454 static unsigned roundup(unsigned v, unsigned mult) in roundup() function
|
/external/erofs-utils/include/erofs/ |
D | defs.h | 105 #define roundup(x, y) ( \ macro
|
/external/cronet/tot/third_party/libc++/src/src/ |
D | memory_resource.cpp | 138 static size_t roundup(size_t count, size_t alignment) { in roundup() function
|
/external/cronet/stable/third_party/libc++/src/src/ |
D | memory_resource.cpp | 138 static size_t roundup(size_t count, size_t alignment) { in roundup() function
|
/external/libpcap/ |
D | pcap-bpf.c | 2160 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
/external/flashrom/ |
D | cros_ec_commands.h | 2225 uint8_t roundup; member
|
/external/coreboot/src/ec/google/chromeec/ |
D | ec_commands.h | 3090 uint8_t roundup; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux.h | 115796 uint8_t roundup; member 115802 uint8_t roundup; member 115808 uint8_t roundup; member
|