Searched defs:roundup (Results 1 – 15 of 15) sorted by relevance
/external/drrickorang/LoopbackApp/app/src/main/cpp/audio_utils/ |
D | roundup.c | 19 unsigned roundup(unsigned v) { in roundup() function
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Utilities.java | 43 public static int roundup(int size) in roundup() method in Utilities
|
/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/u-boot/tools/ |
D | pblimage.c | 10 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
D | mxsimage.h | 16 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
|
/external/arm-optimized-routines/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/u-boot/include/linux/ |
D | kernel.h | 73 #define roundup(x, y) ( \ macro
|
/external/libpcap/ |
D | pcap-bpf.c | 1961 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
|
/external/ImageMagick/coders/ |
D | jpeg.c | 2103 roundup; in WriteProfile() local
|
/external/openssh/ |
D | defines.h | 471 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/external/v8/src/objects/ |
D | bigint.cc | 1816 const int roundup = kBitsPerCharTableMultiplier - 1; in AllocateFor() local
|